Skip to content

Commit

Permalink
Allow gem to be installed on Rails 7.1 bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
patbenatar committed Oct 16, 2023
1 parent 505cbcb commit ce3274f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rbexy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "activesupport", ">= 6", "< 7.1"
spec.add_dependency "actionview", ">= 6", "< 7.1"
spec.add_dependency "activesupport", ">= 6", "< 7.2"
spec.add_dependency "actionview", ">= 6", "< 7.2"

spec.add_development_dependency "appraisal", "~> 2.2"
spec.add_development_dependency "rails", ">= 6", "< 7.1"
spec.add_development_dependency "rails", ">= 6", "< 7.2"
spec.add_development_dependency "sprockets-rails", ">= 2", "< 4"
spec.add_development_dependency "rspec", "~> 3.9"
spec.add_development_dependency "guard-rspec", "~> 4.7", ">= 4.7.3"
Expand Down

0 comments on commit ce3274f

Please sign in to comment.