Skip to content

Commit

Permalink
Add support to Rails 7.1
Browse files Browse the repository at this point in the history
The railties dependency was blocking compatibility with a new version,
after allowing it should be fine.

Fixes #180
  • Loading branch information
JuanVqz committed Oct 6, 2023
1 parent de081f7 commit a811673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta_request/meta_request.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
gem.license = 'MIT'

gem.add_dependency 'rack-contrib', '>= 1.1', '< 3'
gem.add_dependency 'railties', '>= 3.0.0', '< 7.1'
gem.add_dependency 'railties', '>= 3.0.0', '<= 7.1'
gem.add_development_dependency 'rspec', '~> 3.8.0'
gem.add_development_dependency 'rubocop', '~> 0.74.0'

Expand Down

0 comments on commit a811673

Please sign in to comment.