Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 407ac94 commit 331e1f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ gem 'sentry-ruby', '~> 5.11'
gem 'sentry-sidekiq', '~> 5.11'
gem 'shakapacker', '6.6.0'
gem 'sidekiq', '~> 7.1'
gem 'turbo-rails', '~> 1.4'
gem 'turbo-rails', '~> 1.5'
gem 'view_component', '~> 3.6'

group :development do
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ GEM
public_suffix (5.0.3)
puma (6.4.0)
nio4r (~> 2.0)
racc (1.7.1)
racc (1.7.3)
rack (2.2.8)
rack-attack (6.7.0)
rack (>= 1.0, < 4)
Expand Down Expand Up @@ -541,7 +541,7 @@ GEM
thor (1.3.0)
tilt (2.3.0)
timeout (0.4.0)
turbo-rails (1.4.0)
turbo-rails (1.5.0)
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
railties (>= 6.0.0)
Expand Down Expand Up @@ -644,7 +644,7 @@ DEPENDENCIES
shoulda-matchers (~> 5.3)
sidekiq (~> 7.1)
simplecov (~> 0.22)
turbo-rails (~> 1.4)
turbo-rails (~> 1.5)
vcr (~> 6.2)
view_component (~> 3.6)
web-console (~> 4.2)
Expand Down

0 comments on commit 331e1f9

Please sign in to comment.