Skip to content

Commit

Permalink
Put rspec- rails back to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avinhurry committed Aug 15, 2024
1 parent 744f1cb commit 01277ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ DEPENDENCIES
json-schema (~> 2.8)
pry (~> 0)
rails (>= 6)
rspec-rails
rspec-rails (~> 5.0)
rubocop (~> 1.54)
rubocop-rspec (~> 2.22)
solargraph
Expand Down
2 changes: 1 addition & 1 deletion dfe-analytics.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'json-schema', '~> 2.8'
spec.add_development_dependency 'pry', '~> 0'
spec.add_development_dependency 'rails', '>= 6'
spec.add_development_dependency 'rspec-rails'
spec.add_development_dependency 'rspec-rails', '~> 5.0'
spec.add_development_dependency 'rubocop', '~> 1.54'
spec.add_development_dependency 'rubocop-rspec', '~> 2.22'
spec.add_development_dependency 'solargraph'
Expand Down

0 comments on commit 01277ff

Please sign in to comment.