Skip to content

Commit

Permalink
Pin to turbo-rails 1.4.0
Browse files Browse the repository at this point in the history
We can unpin when hotwired/turbo-rails#504 is merged and released
  • Loading branch information
jcoyne committed Oct 16, 2023
1 parent 6435223 commit 5964416
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ gem 'rack-attack'
gem "cssbundling-rails", "~> 1.1"
gem "importmap-rails", "~> 1.1"
gem "stimulus-rails", "~> 1.2"
gem "turbo-rails", "~> 1.3"
gem "turbo-rails", "~> 1.4.0" # Pinned until https://github.com/hotwired/turbo-rails/pull/504 is merged/released
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ GEM
timeout (0.4.0)
tophat (2.3.1)
actionpack (>= 3.0.0)
turbo-rails (1.5.0)
turbo-rails (1.4.0)
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
railties (>= 6.0.0)
Expand Down Expand Up @@ -439,7 +439,7 @@ DEPENDENCIES
sqlite3 (~> 1.4)
stimulus-rails (~> 1.2)
tophat
turbo-rails (~> 1.3)
turbo-rails (~> 1.4.0)
web-console (>= 4.1)

BUNDLED WITH
Expand Down

0 comments on commit 5964416

Please sign in to comment.