Skip to content

Commit

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

---
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 Mar 5, 2025
1 parent 4dd733c commit 3793585
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ gem 'sassc-rails', '~> 2.1'
gem 'solid_cable', '~> 3.0'
gem 'solid_queue'
gem 'thor'
gem 'turbo-rails', '~> 2.0', '>= 2.0.5'
gem 'turbo-rails', '~> 2.0'
gem 'vega'

group :development, :test do
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ GEM
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.8.1)
rack (3.1.10)
rack (3.1.11)
rack-cors (2.0.2)
rack (>= 2.0.0)
rack-protection (4.1.1)
Expand Down Expand Up @@ -515,16 +515,16 @@ GEM
thor (1.3.2)
tilt (2.5.0)
timeout (0.4.3)
turbo-rails (2.0.11)
actionpack (>= 6.0.0)
railties (>= 6.0.0)
turbo-rails (2.0.13)
actionpack (>= 7.1.0)
railties (>= 7.1.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uniform_notifier (1.16.0)
uri (1.0.2)
uri (1.0.3)
useragent (0.16.11)
vega (0.4.0)
version_gem (1.1.4)
Expand Down Expand Up @@ -616,7 +616,7 @@ DEPENDENCIES
solid_cable (~> 3.0)
solid_queue
thor
turbo-rails (~> 2.0, >= 2.0.5)
turbo-rails (~> 2.0)
vega
web-console
webmock
Expand Down

0 comments on commit 3793585

Please sign in to comment.