Skip to content

Commit

Permalink
chore(deps): 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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 18, 2023
1 parent c861a3f commit ffe03bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ gem 'jsbundling-rails', '~> 1.2'
gem 'cssbundling-rails', '~> 1.3'
## Javascript
gem 'stimulus-rails', '~> 1.3.0'
gem 'turbo-rails', '~> 1.4'
gem 'turbo-rails', '~> 1.5'

# 用于解析 iOS, Android, macOS 和 Windows 应用
gem 'app-info', '~> 3.0.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ GEM
faraday (>= 1.10.0, < 3.0)
jwt (>= 1.4, < 3)
openssl (>= 2.2.1, < 4)
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 @@ -635,7 +635,7 @@ DEPENDENCIES
stimulus-rails (~> 1.3.0)
sys-filesystem (~> 1.4.4)
tiny_appstore_connect (~> 0.1.12)
turbo-rails (~> 1.4)
turbo-rails (~> 1.5)
vmstat (~> 2.3.0)
web-console (>= 3.3.0)
webp-ffi (~> 0.4.0)
Expand Down

0 comments on commit ffe03bf

Please sign in to comment.