Skip to content

Commit

Permalink
work on rails 8 and future versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sara-g committed Nov 23, 2024
1 parent 51bc3f8 commit 0bbf798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stimulus_reflex.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = ">= 3.0.0"

rails_version = [">= 5.2", "< 8"]
rails_version = [">= 5.2"]
gem.add_dependency "actioncable", *rails_version
gem.add_dependency "actionpack", *rails_version
gem.add_dependency "actionview", *rails_version
Expand Down

0 comments on commit 0bbf798

Please sign in to comment.