Skip to content

Commit a5501df

Browse files
chore(deps): update dependency rspec-rails to v8 (#1064)
* chore(deps): update dependency rspec-rails to v8 * Downgrade rspec-rails to version 7.1.1 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: lodewiges <[email protected]>
1 parent 6745844 commit a5501df

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ group :development, :test do
5656
gem 'pry-byebug', '~> 3.11.0'
5757
gem 'pry-rails', '~> 0.3.11'
5858
gem 'rb-readline', '~> 0.5.5'
59-
gem 'rspec-rails', '~> 6.1.5'
59+
gem 'rspec-rails', '~> 7.1.1'
6060
end
6161

6262
group :development do

Gemfile.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ GEM
125125
devise-i18n (1.13.0)
126126
devise (>= 4.9.0)
127127
rails-i18n
128-
diff-lcs (1.5.0)
128+
diff-lcs (1.6.2)
129129
docile (1.4.0)
130130
domain_name (0.6.20240107)
131131
dotenv (3.1.8)
@@ -136,7 +136,7 @@ GEM
136136
em-websocket (0.5.3)
137137
eventmachine (>= 0.12.9)
138138
http_parser.rb (~> 0)
139-
erb (5.0.1)
139+
erb (5.1.1)
140140
erubi (1.13.1)
141141
et-orbi (1.2.11)
142142
tzinfo
@@ -199,7 +199,7 @@ GEM
199199
http_parser.rb (0.8.0)
200200
i18n (1.14.7)
201201
concurrent-ruby (~> 1.0)
202-
io-console (0.8.0)
202+
io-console (0.8.1)
203203
irb (1.15.2)
204204
pp (>= 0.6.0)
205205
rdoc (>= 4.0.0)
@@ -251,8 +251,6 @@ GEM
251251
mina (1.2.5)
252252
rake
253253
mini_mime (1.1.5)
254-
minitest (5.25.5)
255-
mini_portile2 (2.8.9)
256254
minitest (5.26.0)
257255
mollie-api-ruby (4.17.0)
258256
bigdecimal (~> 3.1, >= 3.1.8)
@@ -279,7 +277,7 @@ GEM
279277
net-ssh (7.3.0)
280278
netrc (0.11.0)
281279
nio4r (2.7.4)
282-
nokogiri (1.18.8-x86_64-linux-gnu)
280+
nokogiri (1.18.10-x86_64-linux-gnu)
283281
racc (~> 1.4)
284282
notiffany (0.1.3)
285283
nenv (~> 0.1)
@@ -313,7 +311,7 @@ GEM
313311
ast (~> 2.4.1)
314312
racc
315313
pg (1.5.9)
316-
pp (0.6.2)
314+
pp (0.6.3)
317315
prettyprint
318316
prettyprint (0.2.0)
319317
prism (1.4.0)
@@ -391,9 +389,10 @@ GEM
391389
rb-inotify (0.10.1)
392390
ffi (~> 1.0)
393391
rb-readline (0.5.5)
394-
rdoc (6.14.0)
392+
rdoc (6.15.0)
395393
erb
396394
psych (>= 4.0.0)
395+
tsort
397396
redis (5.4.1)
398397
redis-client (>= 0.22.0)
399398
redis-actionpack (5.5.0)
@@ -415,7 +414,7 @@ GEM
415414
redis-store (1.11.0)
416415
redis (>= 4, < 6)
417416
regexp_parser (2.10.0)
418-
reline (0.6.1)
417+
reline (0.6.2)
419418
io-console (~> 0.5)
420419
request_store (1.7.0)
421420
rack (>= 1.4)
@@ -432,23 +431,23 @@ GEM
432431
rspec-core (~> 3.13.0)
433432
rspec-expectations (~> 3.13.0)
434433
rspec-mocks (~> 3.13.0)
435-
rspec-core (3.13.4)
434+
rspec-core (3.13.6)
436435
rspec-support (~> 3.13.0)
437436
rspec-expectations (3.13.5)
438437
diff-lcs (>= 1.2.0, < 2.0)
439438
rspec-support (~> 3.13.0)
440-
rspec-mocks (3.13.5)
439+
rspec-mocks (3.13.6)
441440
diff-lcs (>= 1.2.0, < 2.0)
442441
rspec-support (~> 3.13.0)
443-
rspec-rails (6.1.5)
444-
actionpack (>= 6.1)
445-
activesupport (>= 6.1)
446-
railties (>= 6.1)
442+
rspec-rails (8.0.2)
443+
actionpack (>= 7.2)
444+
activesupport (>= 7.2)
445+
railties (>= 7.2)
447446
rspec-core (~> 3.13)
448447
rspec-expectations (~> 3.13)
449448
rspec-mocks (~> 3.13)
450449
rspec-support (~> 3.13)
451-
rspec-support (3.13.4)
450+
rspec-support (3.13.6)
452451
rubocop (1.76.1)
453452
json (~> 2.3)
454453
language_server-protocol (~> 3.17.0.2)
@@ -552,11 +551,12 @@ GEM
552551
ostruct
553552
stringio (3.1.7)
554553
terminal-notifier-guard (1.7.0)
555-
thor (1.3.2)
554+
thor (1.4.0)
556555
tilt (2.6.0)
557556
timecop (0.9.10)
558557
timeliness (0.4.5)
559558
timeout (0.4.3)
559+
tsort (0.2.0)
560560
turbolinks (5.2.1)
561561
turbolinks-source (~> 5.2)
562562
turbolinks-source (5.2.0)
@@ -645,7 +645,7 @@ DEPENDENCIES
645645
rb-readline (~> 0.5.5)
646646
redis-rails (~> 5.0.2)
647647
rest-client (~> 2.1.0)
648-
rspec-rails (~> 6.1.5)
648+
rspec-rails (~> 8.0.2)
649649
rubocop (~> 1.76.1)
650650
rubocop-factory_bot (~> 2.27.1)
651651
rubocop-performance (~> 1.25)

0 commit comments

Comments
 (0)