Skip to content

Commit

Permalink
Bump turbo-rails from 1.5.0 to 2.0.7
Browse files Browse the repository at this point in the history
Bumps [turbo-rails](https://github.com/hotwired/turbo-rails) from 1.5.0 to 2.0.7.
- [Release notes](https://github.com/hotwired/turbo-rails/releases)
- [Commits](hotwired/turbo-rails@v1.5.0...v2.0.7)

---
updated-dependencies:
- dependency-name: turbo-rails
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 13, 2024
1 parent 6a17c04 commit a8905f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ gem 'sprockets-rails', '~> 3.4', '>= 3.4.2'
gem 'stimulus-rails', '~> 1.3'

# Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
gem 'turbo-rails', '~> 1.5'
gem 'turbo-rails', '~> 2.0'

group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ GEM
image_processing (~> 1.1)
marcel (~> 1.0.0)
ssrf_filter (~> 1.0)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crass (1.0.6)
date (3.3.4)
Expand All @@ -134,7 +134,7 @@ GEM
reline (>= 0.3.8)
debug_inspector (1.2.0)
docile (1.4.0)
erubi (1.12.0)
erubi (1.13.0)
excon (0.111.0)
execjs (2.9.1)
ffi (1.16.3)
Expand Down Expand Up @@ -195,13 +195,13 @@ GEM
net-smtp
marcel (1.0.4)
matrix (0.4.2)
method_source (1.0.0)
method_source (1.1.0)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0702)
mini_magick (4.12.0)
mini_mime (1.1.5)
minitest (5.24.1)
minitest (5.25.1)
multi_json (1.15.0)
net-imap (0.4.12)
date
Expand Down Expand Up @@ -231,7 +231,7 @@ GEM
public_suffix (5.0.4)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.8.0)
racc (1.8.1)
rack (2.2.9)
rack-cas (0.16.1)
addressable (~> 2.3)
Expand Down Expand Up @@ -356,10 +356,10 @@ GEM
strscan (3.1.0)
terser (1.2.3)
execjs (>= 0.3.0, < 3)
thor (1.3.1)
thor (1.3.2)
tilt (2.0.9)
timeout (0.4.1)
turbo-rails (1.5.0)
turbo-rails (2.0.7)
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
railties (>= 6.0.0)
Expand All @@ -378,7 +378,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.13)
zeitwerk (2.6.18)

PLATFORMS
arm64-darwin-23
Expand Down Expand Up @@ -422,7 +422,7 @@ DEPENDENCIES
sprockets-rails (~> 3.4, >= 3.4.2)
stimulus-rails (~> 1.3)
terser (~> 1.2)
turbo-rails (~> 1.5)
turbo-rails (~> 2.0)
tzinfo-data
web-console (~> 4.2)

Expand Down

0 comments on commit a8905f1

Please sign in to comment.