Skip to content

Commit

Permalink
Restrict turbo-rails version
Browse files Browse the repository at this point in the history
Restrict turbo-rails version to below 2 to prevent compatibility issue with the new version. These issues will be addressed in one of the future versions.
  • Loading branch information
sascha-karnatz committed Feb 9, 2024
1 parent 3e2bd7b commit 2c05018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alchemy_cms.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "sassc-rails", ["~> 2.1"]
gem.add_runtime_dependency "simple_form", [">= 4.0", "< 6"]
gem.add_runtime_dependency "sprockets", [">= 3.0", "< 5"]
gem.add_runtime_dependency "turbo-rails", [">= 1.4"]
gem.add_runtime_dependency "turbo-rails", [">= 1.4", "< 2"]
gem.add_runtime_dependency "view_component", ["~> 3.0"]

gem.add_development_dependency "capybara", ["~> 3.0"]
Expand Down

0 comments on commit 2c05018

Please sign in to comment.