Skip to content

Commit 766995d

Browse files
authoredJan 8, 2025··
Bump rspec-rails from 6.1.1 to 6.1.2 (#197)
1 parent 9174246 commit 766995d

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed
 

‎Gemfile.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ GEM
103103
railties (>= 4.1.0)
104104
responders
105105
warden (~> 1.2.3)
106-
diff-lcs (1.5.0)
106+
diff-lcs (1.5.1)
107107
ecma-re-validator (0.4.0)
108108
regexp_parser (~> 2.2)
109109
erubi (1.12.0)
@@ -176,7 +176,7 @@ GEM
176176
puma (6.4.2)
177177
nio4r (~> 2.0)
178178
racc (1.7.3)
179-
rack (2.2.8.1)
179+
rack (2.2.9)
180180
rack-accept (0.4.5)
181181
rack (>= 0.4)
182182
rack-canonical-host (1.3.0)
@@ -232,23 +232,23 @@ GEM
232232
actionpack (>= 5.2)
233233
railties (>= 5.2)
234234
rexml (3.2.6)
235-
rspec-core (3.12.2)
236-
rspec-support (~> 3.12.0)
237-
rspec-expectations (3.12.3)
235+
rspec-core (3.13.0)
236+
rspec-support (~> 3.13.0)
237+
rspec-expectations (3.13.0)
238238
diff-lcs (>= 1.2.0, < 2.0)
239-
rspec-support (~> 3.12.0)
240-
rspec-mocks (3.12.6)
239+
rspec-support (~> 3.13.0)
240+
rspec-mocks (3.13.0)
241241
diff-lcs (>= 1.2.0, < 2.0)
242-
rspec-support (~> 3.12.0)
243-
rspec-rails (6.1.1)
242+
rspec-support (~> 3.13.0)
243+
rspec-rails (6.1.2)
244244
actionpack (>= 6.1)
245245
activesupport (>= 6.1)
246246
railties (>= 6.1)
247-
rspec-core (~> 3.12)
248-
rspec-expectations (~> 3.12)
249-
rspec-mocks (~> 3.12)
250-
rspec-support (~> 3.12)
251-
rspec-support (3.12.1)
247+
rspec-core (~> 3.13)
248+
rspec-expectations (~> 3.13)
249+
rspec-mocks (~> 3.13)
250+
rspec-support (~> 3.13)
251+
rspec-support (3.13.1)
252252
rubocop (1.62.1)
253253
json (~> 2.3)
254254
language_server-protocol (>= 3.17.0)

0 commit comments

Comments
 (0)
Please sign in to comment.