Skip to content

Commit 8d64184

Browse files
committed
Fix Gemfile.lock to match gemspec version constraints
Resolves CI error: bundler frozen mode prevents lockfile updates when dependencies don't match gemspec constraints.
1 parent 7eb15c1 commit 8d64184

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ PLATFORMS
141141

142142
DEPENDENCIES
143143
fastpixapi!
144-
irb
145-
minitest (>= 5.27.0)
144+
irb (~> 1.0)
145+
minitest (~> 5.27, >= 5.27.0)
146146
minitest-focus (~> 1.4.1)
147-
rake
147+
rake (~> 13.0)
148148
rubocop (~> 1.73.2)
149149
rubocop-minitest (~> 0.37.1)
150150
sorbet (~> 0.6.12872)

0 commit comments

Comments
 (0)