Skip to content

Commit

Permalink
Bump turbo-rails from 2.0.5 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.5 to 2.0.11.
- [Release notes](https://github.com/hotwired/turbo-rails/releases)
- [Commits](hotwired/turbo-rails@v2.0.5...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 and imustafin committed Nov 23, 2024
1 parent b3db1d0 commit 1fd7e8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem 'importmap-rails', '~> 2.0', '>= 2.0.1'
gem 'pg', '~> 1.5'
# Use Puma as the app server
gem 'puma', '~> 6.4', '>= 6.4.2'
gem 'turbo-rails', '~> 2.0', '>= 2.0.5'
gem 'turbo-rails', '~> 2.0'
gem 'stimulus-rails', '~> 1.3'
# Use Redis adapter to run Action Cable in production
gem 'redis', '~> 5.2'
Expand Down
5 changes: 2 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,8 @@ GEM
test-prof (1.4.2)
thor (1.3.2)
timeout (0.4.1)
turbo-rails (2.0.5)
turbo-rails (2.0.11)
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
railties (>= 6.0.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -337,7 +336,7 @@ DEPENDENCIES
stimulus-rails (~> 1.3)
tailwindcss-rails (~> 2.6)
test-prof (~> 1.4)
turbo-rails (~> 2.0, >= 2.0.5)
turbo-rails (~> 2.0)
tzinfo-data
view_component (~> 3.12)
web-console (>= 4.1.0)
Expand Down

0 comments on commit 1fd7e8c

Please sign in to comment.