Skip to content

Commit

Permalink
Merge pull request #197 from dejan/relax_rails_version_constraint
Browse files Browse the repository at this point in the history
Relax Rails version constraint
  • Loading branch information
dejan authored Apr 13, 2024
2 parents 08ec7e6 + b52d95c commit 78bd910
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.2'

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', '< 8'
gem.add_development_dependency 'rspec', '~> 3.8.0'
gem.add_development_dependency 'rubocop', '~> 0.74.0'

Expand Down

0 comments on commit 78bd910

Please sign in to comment.