From ffe03bfc52c72f39a146b31617ed306e1f89100f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 01:58:20 +0000 Subject: [PATCH] chore(deps): bump turbo-rails from 1.4.0 to 1.5.0 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](https://github.com/hotwired/turbo-rails/compare/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] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 67ffa9361..2907d88e8 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index eb6e14991..bad9cb4a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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)