Skip to content

Commit

Permalink
Bump turbo-rails from 1.5.0 to 2.0.0
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.0.
- [Release notes](https://github.com/hotwired/turbo-rails/releases)
- [Commits](hotwired/turbo-rails@v1.5.0...v2.0.0)

---
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] authored Feb 8, 2024
1 parent 96ad54d commit 17c0b9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ gem 'sentry-rails', '~> 5.16.1'
gem 'sentry-sidekiq', '~> 5.16.1'
gem 'sidekiq', '~> 7.2.1'
gem 'sidekiq_alive'
gem 'turbo-rails', '~> 1.5.0'
gem 'turbo-rails', '~> 2.0.0'

group :test do
gem 'axe-core-rspec', '~> 4.8'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.21.2)
minitest (5.22.2)
msgpack (1.7.2)
multi_xml (0.6.0)
multipart-post (2.3.0)
Expand Down Expand Up @@ -473,7 +473,7 @@ GEM
thread_safe (0.3.6)
tilt (2.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 Expand Up @@ -504,7 +504,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.12)
zeitwerk (2.6.13)

PLATFORMS
ruby
Expand Down Expand Up @@ -566,7 +566,7 @@ DEPENDENCIES
spring
spring-watcher-listen (~> 2.1.0)
sprockets-rails (~> 3.4)
turbo-rails (~> 1.5.0)
turbo-rails (~> 2.0.0)
tzinfo-data
vcr
web-console (>= 4.2.0)
Expand Down

0 comments on commit 17c0b9a

Please sign in to comment.