Skip to content

Commit e6949bc

Browse files
justin808claude
andcommitted
Update Gemfile.lock to include async gem dependency
The async gem was added as a runtime dependency in the react_on_rails_pro gemspec, so the Gemfile.lock needs to be updated to reflect this. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 3e99f0f commit e6949bc

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

react_on_rails_pro/spec/dummy/Gemfile.lock

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ PATH
2222
specs:
2323
react_on_rails_pro (16.2.0.beta.4)
2424
addressable
25+
async (>= 2.6)
2526
connection_pool
2627
execjs (~> 2.9)
2728
httpx (~> 1.5)
@@ -107,6 +108,12 @@ GEM
107108
public_suffix (>= 2.0.2, < 7.0)
108109
amazing_print (1.6.0)
109110
ast (2.4.2)
111+
async (2.27.4)
112+
console (~> 1.29)
113+
fiber-annotation
114+
io-event (~> 1.11)
115+
metrics (~> 0.12)
116+
traces (~> 0.15)
110117
base64 (0.2.0)
111118
benchmark (0.4.0)
112119
bigdecimal (3.1.9)
@@ -131,6 +138,10 @@ GEM
131138
coderay (1.1.3)
132139
concurrent-ruby (1.3.5)
133140
connection_pool (2.5.0)
141+
console (1.33.0)
142+
fiber-annotation
143+
fiber-local (~> 1.1)
144+
json
134145
coveralls (0.8.23)
135146
json (>= 1.8, < 3)
136147
simplecov (~> 0.16.1)
@@ -165,6 +176,9 @@ GEM
165176
ffi (1.17.0-x86_64-darwin)
166177
ffi (1.17.0-x86_64-linux-gnu)
167178
ffi (1.17.0-x86_64-linux-musl)
179+
fiber-annotation (0.2.0)
180+
fiber-local (1.1.0)
181+
fiber-storage
168182
fiber-storage (1.0.0)
169183
generator_spec (0.10.0)
170184
activesupport (>= 3.0.0)
@@ -184,6 +198,7 @@ GEM
184198
i18n (1.14.7)
185199
concurrent-ruby (~> 1.0)
186200
io-console (0.8.0)
201+
io-event (1.12.1)
187202
irb (1.15.1)
188203
pp (>= 0.6.0)
189204
rdoc (>= 4.0.0)
@@ -216,6 +231,7 @@ GEM
216231
marcel (1.0.4)
217232
matrix (0.4.2)
218233
method_source (1.1.0)
234+
metrics (0.14.0)
219235
mini_mime (1.1.5)
220236
mini_portile2 (2.8.8)
221237
minitest (5.25.4)
@@ -447,6 +463,7 @@ GEM
447463
tins (1.33.0)
448464
bigdecimal
449465
sync
466+
traces (0.18.1)
450467
turbolinks (5.2.1)
451468
turbolinks-source (~> 5.2)
452469
turbolinks-source (5.2.0)

0 commit comments

Comments
 (0)