Skip to content

Commit 3c59f10

Browse files
justin808claude
andcommitted
Update root Gemfile.lock after Capybara version constraint
Fixes CI failure: 'The dependencies in your gemfile changed, but the lockfile can't be updated because frozen mode is set' The previous commit added 'gem "capybara", "~> 3.40"' to Gemfile.development_dependencies but didn't update the root Gemfile.lock, causing CI to fail in frozen mode. Changes: - Updated addressable: 2.8.6 -> 2.8.7 - Updated matrix: 0.4.2 -> 0.4.3 - Updated public_suffix: 5.0.5 -> 6.0.2 - Updated regexp_parser: 2.9.2 -> 2.11.3 - Reflects capybara ~> 3.40 constraint Testing: - bundle update capybara completed successfully - All dependency updates are from Capybara's dependency tree 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent e755780 commit 3c59f10

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ GEM
8686
minitest (>= 5.1)
8787
mutex_m
8888
tzinfo (~> 2.0)
89-
addressable (2.8.6)
90-
public_suffix (>= 2.0.2, < 6.0)
89+
addressable (2.8.7)
90+
public_suffix (>= 2.0.2, < 7.0)
9191
amazing_print (1.6.0)
9292
ast (2.4.2)
9393
base64 (0.3.0)
@@ -177,7 +177,7 @@ GEM
177177
net-pop
178178
net-smtp
179179
marcel (1.0.4)
180-
matrix (0.4.2)
180+
matrix (0.4.3)
181181
method_source (1.1.0)
182182
mini_mime (1.1.5)
183183
mini_portile2 (2.8.9)
@@ -223,7 +223,7 @@ GEM
223223
psych (5.2.6)
224224
date
225225
stringio
226-
public_suffix (5.0.5)
226+
public_suffix (6.0.2)
227227
puma (6.4.2)
228228
nio4r (~> 2.0)
229229
racc (1.8.1)
@@ -277,7 +277,7 @@ GEM
277277
erb
278278
psych (>= 4.0.0)
279279
tsort
280-
regexp_parser (2.9.2)
280+
regexp_parser (2.11.3)
281281
reline (0.6.2)
282282
io-console (~> 0.5)
283283
rexml (3.2.7)
@@ -434,7 +434,7 @@ DEPENDENCIES
434434
amazing_print
435435
benchmark
436436
bootsnap
437-
capybara
437+
capybara (~> 3.40)
438438
capybara-screenshot
439439
coveralls
440440
cypress-on-rails (~> 1.19)

0 commit comments

Comments
 (0)