Skip to content

Commit 2b9f0f0

Browse files
Bump turbo-rails from 2.0.13 to 2.0.16 (#260)
Bumps [turbo-rails](https://github.com/hotwired/turbo-rails) from 2.0.13 to 2.0.16. - [Release notes](https://github.com/hotwired/turbo-rails/releases) - [Commits](hotwired/turbo-rails@v2.0.13...v2.0.16) --- updated-dependencies: - dependency-name: turbo-rails dependency-version: 2.0.16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b2d1f91 commit 2b9f0f0

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gem "puma", "6.6.0"
1414
# Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails]
1515
gem "jsbundling-rails", "1.3.1"
1616
# Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
17-
gem "turbo-rails", "2.0.13"
17+
gem "turbo-rails", "2.0.16"
1818
# Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev]
1919
gem "stimulus-rails", "1.3.4"
2020
# Bundle and process CSS [https://github.com/rails/cssbundling-rails]

Gemfile.lock

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ GEM
9696
addressable (2.8.7)
9797
public_suffix (>= 2.0.2, < 7.0)
9898
ast (2.4.3)
99-
base64 (0.2.0)
100-
benchmark (0.4.0)
101-
bigdecimal (3.1.9)
99+
base64 (0.3.0)
100+
benchmark (0.4.1)
101+
bigdecimal (3.2.2)
102102
bindex (0.8.1)
103103
bootsnap (1.18.6)
104104
msgpack (~> 1.2)
@@ -124,7 +124,8 @@ GEM
124124
reline (>= 0.3.8)
125125
dockerfile-rails (1.7.9)
126126
rails (>= 3.0.0)
127-
drb (2.2.1)
127+
drb (2.2.3)
128+
erb (5.0.1)
128129
erubi (1.13.1)
129130
globalid (1.2.1)
130131
activesupport (>= 6.1)
@@ -141,7 +142,7 @@ GEM
141142
language_server-protocol (3.17.0.5)
142143
lint_roller (1.1.0)
143144
logger (1.7.0)
144-
loofah (2.24.0)
145+
loofah (2.24.1)
145146
crass (~> 1.0.2)
146147
nokogiri (>= 1.12.0)
147148
lucide-rails (0.5.1)
@@ -155,7 +156,7 @@ GEM
155156
matrix (0.4.2)
156157
method_source (1.1.0)
157158
mini_mime (1.1.5)
158-
mini_portile2 (2.8.8)
159+
mini_portile2 (2.8.9)
159160
minitest (5.25.5)
160161
msgpack (1.8.0)
161162
net-imap (0.5.6)
@@ -189,15 +190,15 @@ GEM
189190
pry (0.15.2)
190191
coderay (~> 1.1)
191192
method_source (~> 1.0)
192-
psych (5.2.4)
193+
psych (5.2.6)
193194
date
194195
stringio
195196
public_suffix (6.0.1)
196197
puma (6.6.0)
197198
nio4r (~> 2.0)
198199
racc (1.8.1)
199-
rack (3.1.13)
200-
rack-session (2.1.0)
200+
rack (3.1.16)
201+
rack-session (2.1.1)
201202
base64 (>= 0.1.0)
202203
rack (>= 3.0.0)
203204
rack-test (2.2.0)
@@ -218,7 +219,7 @@ GEM
218219
activesupport (= 8.0.2)
219220
bundler (>= 1.15.0)
220221
railties (= 8.0.2)
221-
rails-dom-testing (2.2.0)
222+
rails-dom-testing (2.3.0)
222223
activesupport (>= 5.0.0)
223224
minitest
224225
nokogiri (>= 1.6)
@@ -234,8 +235,9 @@ GEM
234235
thor (~> 1.0, >= 1.2.2)
235236
zeitwerk (~> 2.6)
236237
rainbow (3.1.1)
237-
rake (13.2.1)
238-
rdoc (6.13.1)
238+
rake (13.3.0)
239+
rdoc (6.14.0)
240+
erb
239241
psych (>= 4.0.0)
240242
regexp_parser (2.10.0)
241243
reline (0.6.1)
@@ -292,7 +294,7 @@ GEM
292294
sin_lru_redux (~> 2.5)
293295
thor (1.3.2)
294296
timeout (0.4.3)
295-
turbo-rails (2.0.13)
297+
turbo-rails (2.0.16)
296298
actionpack (>= 7.1.0)
297299
railties (>= 7.1.0)
298300
tzinfo (2.0.6)
@@ -314,7 +316,7 @@ GEM
314316
websocket-extensions (0.1.5)
315317
xpath (3.2.0)
316318
nokogiri (~> 1.8)
317-
zeitwerk (2.7.2)
319+
zeitwerk (2.7.3)
318320

319321
PLATFORMS
320322
ruby
@@ -341,7 +343,7 @@ DEPENDENCIES
341343
standard
342344
stimulus-rails (= 1.3.4)
343345
tailwind_merge (~> 1.2.0)
344-
turbo-rails (= 2.0.13)
346+
turbo-rails (= 2.0.16)
345347
tzinfo-data
346348
web-console
347349

0 commit comments

Comments
 (0)