From 21aa4dc5bb639c20b46f753e797f8c7ffe3da824 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 13:42:37 +0000 Subject: [PATCH] Bump turbo-rails from 1.5.0 to 2.0.11 Bumps [turbo-rails](https://github.com/hotwired/turbo-rails) from 1.5.0 to 2.0.11. - [Release notes](https://github.com/hotwired/turbo-rails/releases) - [Commits](https://github.com/hotwired/turbo-rails/compare/v1.5.0...v2.0.11) --- updated-dependencies: - dependency-name: turbo-rails dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 21 ++++++++++----------- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index fdd8a070..44316049 100644 --- a/Gemfile +++ b/Gemfile @@ -71,7 +71,7 @@ gem 'sprockets-rails', '~> 3.4', '>= 3.4.2' gem 'stimulus-rails', '~> 1.3' # Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev] -gem 'turbo-rails', '~> 1.5' +gem 'turbo-rails', '~> 2.0' group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem diff --git a/Gemfile.lock b/Gemfile.lock index f3e9f858..ae42a616 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -121,7 +121,7 @@ GEM aws-sigv4 (1.8.0) aws-eventstream (~> 1, >= 1.0.2) base64 (0.2.0) - benchmark (0.3.0) + benchmark (0.4.0) better_errors (2.10.1) erubi (>= 1.0.0) rack (>= 0.9.0) @@ -203,8 +203,8 @@ GEM activesupport (>= 6.0.0) railties (>= 6.0.0) io-console (0.7.2) - irb (1.12.0) - rdoc + irb (1.14.1) + rdoc (>= 4.0.0) reline (>= 0.4.2) jbuilder (2.12.0) actionview (>= 5.0.0) @@ -219,7 +219,7 @@ GEM listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.0) + logger (1.6.1) loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -261,7 +261,7 @@ GEM racc pg (1.5.7) popper_js (1.16.1) - psych (5.1.2) + psych (5.2.0) stringio public_suffix (5.0.4) racc (1.8.1) @@ -314,14 +314,14 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) rbtree3 (0.7.1) - rdoc (6.6.3.1) + rdoc (6.7.0) psych (>= 4.0.0) redis (5.2.0) redis-client (>= 0.22.0) redis-client (0.22.2) connection_pool regexp_parser (2.9.0) - reline (0.5.0) + reline (0.5.11) io-console (~> 0.5) report_action (0.6.0) rexml (3.3.9) @@ -387,14 +387,13 @@ GEM ssrf_filter (1.1.2) stimulus-rails (1.3.3) railties (>= 6.0.0) - stringio (3.1.0) + stringio (3.1.2) terser (1.2.3) execjs (>= 0.3.0, < 3) thor (1.3.2) timeout (0.4.1) - turbo-rails (1.5.0) + 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) @@ -455,7 +454,7 @@ DEPENDENCIES sprockets-rails (~> 3.4, >= 3.4.2) stimulus-rails (~> 1.3) terser (~> 1.2) - turbo-rails (~> 1.5) + turbo-rails (~> 2.0) tzinfo-data web-console (~> 4.2)