Skip to content

Commit 21aa4dc

Browse files
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](hotwired/turbo-rails@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] <[email protected]>
1 parent b5daec0 commit 21aa4dc

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ gem 'sprockets-rails', '~> 3.4', '>= 3.4.2'
7171
gem 'stimulus-rails', '~> 1.3'
7272

7373
# Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
74-
gem 'turbo-rails', '~> 1.5'
74+
gem 'turbo-rails', '~> 2.0'
7575

7676
group :development, :test do
7777
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem

Gemfile.lock

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ GEM
121121
aws-sigv4 (1.8.0)
122122
aws-eventstream (~> 1, >= 1.0.2)
123123
base64 (0.2.0)
124-
benchmark (0.3.0)
124+
benchmark (0.4.0)
125125
better_errors (2.10.1)
126126
erubi (>= 1.0.0)
127127
rack (>= 0.9.0)
@@ -203,8 +203,8 @@ GEM
203203
activesupport (>= 6.0.0)
204204
railties (>= 6.0.0)
205205
io-console (0.7.2)
206-
irb (1.12.0)
207-
rdoc
206+
irb (1.14.1)
207+
rdoc (>= 4.0.0)
208208
reline (>= 0.4.2)
209209
jbuilder (2.12.0)
210210
actionview (>= 5.0.0)
@@ -219,7 +219,7 @@ GEM
219219
listen (3.9.0)
220220
rb-fsevent (~> 0.10, >= 0.10.3)
221221
rb-inotify (~> 0.9, >= 0.9.10)
222-
logger (1.6.0)
222+
logger (1.6.1)
223223
loofah (2.23.1)
224224
crass (~> 1.0.2)
225225
nokogiri (>= 1.12.0)
@@ -261,7 +261,7 @@ GEM
261261
racc
262262
pg (1.5.7)
263263
popper_js (1.16.1)
264-
psych (5.1.2)
264+
psych (5.2.0)
265265
stringio
266266
public_suffix (5.0.4)
267267
racc (1.8.1)
@@ -314,14 +314,14 @@ GEM
314314
rb-inotify (0.10.1)
315315
ffi (~> 1.0)
316316
rbtree3 (0.7.1)
317-
rdoc (6.6.3.1)
317+
rdoc (6.7.0)
318318
psych (>= 4.0.0)
319319
redis (5.2.0)
320320
redis-client (>= 0.22.0)
321321
redis-client (0.22.2)
322322
connection_pool
323323
regexp_parser (2.9.0)
324-
reline (0.5.0)
324+
reline (0.5.11)
325325
io-console (~> 0.5)
326326
report_action (0.6.0)
327327
rexml (3.3.9)
@@ -387,14 +387,13 @@ GEM
387387
ssrf_filter (1.1.2)
388388
stimulus-rails (1.3.3)
389389
railties (>= 6.0.0)
390-
stringio (3.1.0)
390+
stringio (3.1.2)
391391
terser (1.2.3)
392392
execjs (>= 0.3.0, < 3)
393393
thor (1.3.2)
394394
timeout (0.4.1)
395-
turbo-rails (1.5.0)
395+
turbo-rails (2.0.11)
396396
actionpack (>= 6.0.0)
397-
activejob (>= 6.0.0)
398397
railties (>= 6.0.0)
399398
tzinfo (2.0.6)
400399
concurrent-ruby (~> 1.0)
@@ -455,7 +454,7 @@ DEPENDENCIES
455454
sprockets-rails (~> 3.4, >= 3.4.2)
456455
stimulus-rails (~> 1.3)
457456
terser (~> 1.2)
458-
turbo-rails (~> 1.5)
457+
turbo-rails (~> 2.0)
459458
tzinfo-data
460459
web-console (~> 4.2)
461460

0 commit comments

Comments
 (0)