Skip to content

Commit

Permalink
Use the latest version of rspec-rails
Browse files Browse the repository at this point in the history
  • Loading branch information
mkmn committed Oct 6, 2023
1 parent 0f7aa49 commit 099c65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scimaenaga.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'factory_bot_rails'
s.add_development_dependency 'pry'
s.add_development_dependency 'rake', '~> 13.0'
s.add_development_dependency 'rspec-rails', '~> 5.0'
s.add_development_dependency 'rspec-rails'

Check warning on line 27 in scimaenaga.gemspec

View workflow job for this annotation

GitHub Actions / rubocop

[rubocop] reported by reviewdog 🐶 Specify development dependencies in Gemfile. Raw Output: scimaenaga.gemspec:27:3: C: Gemspec/DevelopmentDependencies: Specify development dependencies in Gemfile.

Check warning on line 27 in scimaenaga.gemspec

View workflow job for this annotation

GitHub Actions / rubocop

[rubocop] reported by reviewdog 🐶 Specify development dependencies in Gemfile. Raw Output: scimaenaga.gemspec:27:3: C: Gemspec/DevelopmentDependencies: Specify development dependencies in Gemfile.
s.add_development_dependency 'sqlite3', '~> 1.3', '< 1.5'
s.metadata = {
'rubygems_mfa_required' => 'true',
Expand Down

0 comments on commit 099c65d

Please # to comment.