Skip to content

Commit

Permalink
Relax Rails version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
dejan committed Apr 13, 2024
1 parent 08ec7e6 commit 90ee42f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meta_request/meta_request.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |gem|
gem.name = 'meta_request'
gem.version = '0.7.3'
gem.version = '0.8.1'

gem.summary = 'Request your Rails request'
gem.description = 'Supporting gem for Rails Panel (Google Chrome extension for Rails development)'
Expand All @@ -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'
gem.add_development_dependency 'rspec', '~> 3.8.0'
gem.add_development_dependency 'rubocop', '~> 0.74.0'

Expand Down

0 comments on commit 90ee42f

Please sign in to comment.