Skip to content

Commit

Permalink
Update turbo-rails dependency to >= 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed Aug 8, 2024
1 parent 875a4d0 commit b67fbc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trestle.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "railties", ">= 6.0.0"
spec.add_dependency "activemodel", ">= 6.0.0"
spec.add_dependency "turbo-rails", ">= 2.0.0"
spec.add_dependency "turbo-rails", ">= 2.0.6"
spec.add_dependency "kaminari", ">= 1.1.0"

spec.add_development_dependency "rspec-rails", ">= 5.1.2"
Expand Down

0 comments on commit b67fbc0

Please sign in to comment.