Skip to content

Commit 56e2f93

Browse files
Bump rspec-rails from 7.1.1 to 8.0.0
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.1.1 to 8.0.0. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v7.1.1...v8.0.0) --- updated-dependencies: - dependency-name: rspec-rails dependency-version: 8.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 03dc8dd commit 56e2f93

1 file changed

Lines changed: 20 additions & 18 deletions

File tree

Gemfile.lock

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ GEM
152152
logger (~> 1.5)
153153
coderay (1.1.3)
154154
concurrent-ruby (1.3.5)
155-
connection_pool (2.5.2)
155+
connection_pool (2.5.3)
156156
countries (7.1.1)
157157
unaccent (~> 0.3)
158158
country_select (10.0.1)
@@ -173,7 +173,7 @@ GEM
173173
railties (>= 4.1.0)
174174
responders
175175
warden (~> 1.2.3)
176-
diff-lcs (1.6.0)
176+
diff-lcs (1.6.2)
177177
diffy (3.4.3)
178178
dotenv (3.1.8)
179179
dotenv-rails (3.1.8)
@@ -186,10 +186,11 @@ GEM
186186
activesupport (>= 5.0)
187187
request_store (>= 1.0)
188188
ruby2_keywords
189-
drb (2.2.1)
189+
drb (2.2.3)
190190
em-websocket (0.5.3)
191191
eventmachine (>= 0.12.9)
192192
http_parser.rb (~> 0)
193+
erb (5.0.1)
193194
erubi (1.13.1)
194195
ethon (0.16.0)
195196
ffi (>= 1.15.0)
@@ -287,7 +288,7 @@ GEM
287288
rb-fsevent (~> 0.10, >= 0.10.3)
288289
rb-inotify (~> 0.9, >= 0.9.10)
289290
logger (1.7.0)
290-
loofah (2.24.0)
291+
loofah (2.24.1)
291292
crass (~> 1.0.2)
292293
nokogiri (>= 1.12.0)
293294
lumberjack (1.2.10)
@@ -376,7 +377,7 @@ GEM
376377
pry (0.15.2)
377378
coderay (~> 1.1)
378379
method_source (~> 1.0)
379-
psych (5.2.3)
380+
psych (5.2.6)
380381
date
381382
stringio
382383
public_suffix (6.0.1)
@@ -385,7 +386,7 @@ GEM
385386
pundit (2.5.0)
386387
activesupport (>= 3.0.0)
387388
racc (1.8.1)
388-
rack (3.1.13)
389+
rack (3.1.15)
389390
rack-mini-profiler (3.3.1)
390391
rack (>= 1.2.0)
391392
rack-protection (4.1.1)
@@ -394,7 +395,7 @@ GEM
394395
rack (>= 3.0.0, < 4)
395396
rack-proxy (0.7.7)
396397
rack
397-
rack-session (2.1.0)
398+
rack-session (2.1.1)
398399
base64 (>= 0.1.0)
399400
rack (>= 3.0.0)
400401
rack-test (2.2.0)
@@ -420,7 +421,7 @@ GEM
420421
actionpack (>= 5.0.1.rc1)
421422
actionview (>= 5.0.1.rc1)
422423
activesupport (>= 5.0.1.rc1)
423-
rails-dom-testing (2.2.0)
424+
rails-dom-testing (2.3.0)
424425
activesupport (>= 5.0.0)
425426
minitest
426427
nokogiri (>= 1.6)
@@ -439,7 +440,8 @@ GEM
439440
rb-fsevent (0.11.2)
440441
rb-inotify (0.11.1)
441442
ffi (~> 1.0)
442-
rdoc (6.13.1)
443+
rdoc (6.14.0)
444+
erb
443445
psych (>= 4.0.0)
444446
react-rails (3.2.1)
445447
babel-transpiler (>= 0.7.0)
@@ -466,21 +468,21 @@ GEM
466468
rspec-mocks (~> 3.13.0)
467469
rspec-core (3.13.3)
468470
rspec-support (~> 3.13.0)
469-
rspec-expectations (3.13.3)
471+
rspec-expectations (3.13.4)
470472
diff-lcs (>= 1.2.0, < 2.0)
471473
rspec-support (~> 3.13.0)
472-
rspec-mocks (3.13.2)
474+
rspec-mocks (3.13.4)
473475
diff-lcs (>= 1.2.0, < 2.0)
474476
rspec-support (~> 3.13.0)
475-
rspec-rails (7.1.1)
476-
actionpack (>= 7.0)
477-
activesupport (>= 7.0)
478-
railties (>= 7.0)
477+
rspec-rails (8.0.0)
478+
actionpack (>= 7.2)
479+
activesupport (>= 7.2)
480+
railties (>= 7.2)
479481
rspec-core (~> 3.13)
480482
rspec-expectations (~> 3.13)
481483
rspec-mocks (~> 3.13)
482484
rspec-support (~> 3.13)
483-
rspec-support (3.13.2)
485+
rspec-support (3.13.3)
484486
ruby-vips (2.2.3)
485487
ffi (~> 1.12)
486488
logger
@@ -533,7 +535,7 @@ GEM
533535
actionpack (>= 6.1)
534536
activesupport (>= 6.1)
535537
sprockets (>= 3.0.0)
536-
stringio (3.1.6)
538+
stringio (3.1.7)
537539
temple (0.10.3)
538540
thor (1.3.2)
539541
tilt (2.6.0)
@@ -566,7 +568,7 @@ GEM
566568
websocket-extensions (0.1.5)
567569
xpath (3.2.0)
568570
nokogiri (~> 1.8)
569-
zeitwerk (2.7.2)
571+
zeitwerk (2.7.3)
570572

571573
PLATFORMS
572574
ruby

0 commit comments

Comments
 (0)