Skip to content

Commit

Permalink
Merge pull request #191 from JuanVqz/add-support-to-rails-7.1
Browse files Browse the repository at this point in the history
Add Rails 7.1 Support
  • Loading branch information
dejan authored Apr 12, 2024
2 parents de081f7 + a811673 commit 9304428
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 9304428

Please sign in to comment.