Skip to content

Commit

Permalink
Bump turbo-rails from 2.0.10 to 2.0.11
Browse files Browse the repository at this point in the history
Bumps [turbo-rails](https://github.com/hotwired/turbo-rails) from 2.0.10 to 2.0.11.
- [Release notes](https://github.com/hotwired/turbo-rails/releases)
- [Commits](hotwired/turbo-rails@v2.0.10...v2.0.11)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent ad54a2b commit 1931975
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem "redis", "~> 5.3"
gem "sentry-rails"
gem "sentry-ruby"
gem "slim-rails"
gem "turbo-rails", "~> 2.0.10"
gem "turbo-rails", "~> 2.0.11"
gem "tzinfo-data", platforms: %i[ windows jruby ]

group :development, :test do
Expand Down
10 changes: 4 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ GEM
marcel (~> 1.0)
activesupport (7.2.1)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
Expand All @@ -75,7 +74,6 @@ GEM
ast (2.4.2)
base64 (0.2.0)
bcrypt (3.1.20)
benchmark (0.3.0)
bigdecimal (3.1.8)
brakeman (6.2.1)
racc
Expand Down Expand Up @@ -196,7 +194,7 @@ GEM
puma (6.4.3)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.1.7)
rack (3.1.8)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
Expand Down Expand Up @@ -314,7 +312,7 @@ GEM
thor (1.3.2)
tilt (2.4.0)
timeout (0.4.1)
turbo-rails (2.0.10)
turbo-rails (2.0.11)
actionpack (>= 6.0.0)
railties (>= 6.0.0)
tzinfo (2.0.6)
Expand All @@ -331,7 +329,7 @@ GEM
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.18)
zeitwerk (2.7.0)

PLATFORMS
aarch64-linux
Expand Down Expand Up @@ -367,7 +365,7 @@ DEPENDENCIES
sentry-ruby
shoulda-matchers
slim-rails
turbo-rails (~> 2.0.10)
turbo-rails (~> 2.0.11)
tzinfo-data

BUNDLED WITH
Expand Down

0 comments on commit 1931975

Please sign in to comment.