Skip to content

Commit

Permalink
feat: upgrade to rails-turbo 2 (turbo 8)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelroudnitski committed Feb 8, 2024
1 parent 9b937c4 commit 3850a9c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PATH
remote: .
specs:
sn_filterable (1.2.0)
sn_filterable (2.0.0)
heroicon (~> 1)
kaminari (~> 1)
pg (~> 1)
pg_search (~> 2)
tailwindcss-rails (~> 2)
turbo-rails (~> 1)
turbo-rails (~> 2)
view_component (~> 2)

GEM
Expand Down Expand Up @@ -270,7 +270,7 @@ GEM
railties (>= 6.0.0)
thor (1.3.0)
timeout (0.4.1)
turbo-rails (1.5.0)
turbo-rails (2.0.0)
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
railties (>= 6.0.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/sn_filterable/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SnFilterable
VERSION = "1.2.0"
VERSION = "2.0.0"
end
2 changes: 1 addition & 1 deletion sn_filterable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "pg", "~> 1"
spec.add_dependency "pg_search", "~> 2"
spec.add_dependency "tailwindcss-rails", "~> 2"
spec.add_dependency "turbo-rails", "~> 1"
spec.add_dependency "turbo-rails", "~> 2"
spec.add_dependency "view_component", "~> 2"

spec.add_development_dependency "factory_bot_rails", "~> 6"
Expand Down

0 comments on commit 3850a9c

Please sign in to comment.