Skip to content

Commit

Permalink
Update turbo-rails gem to v2.0
Browse files Browse the repository at this point in the history
The new version adds cool new features such as page morphing and
refreshes. Specifically, we're going to use turbo stream refreshes
in a later commit.
  • Loading branch information
spaghetticode committed Mar 7, 2024
1 parent ef06144 commit 565e58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/solidus_admin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ Gem::Specification.new do |s|
s.add_dependency 'solidus_backend'
s.add_dependency 'solidus_core', '> 4.2'
s.add_dependency 'stimulus-rails', '~> 1.2'
s.add_dependency 'turbo-rails', '~> 1.4'
s.add_dependency 'turbo-rails', '~> 2.0'
s.add_dependency 'view_component', '~> 3.9'
end

0 comments on commit 565e58a

Please sign in to comment.