Skip to content

Commit e04756d

Browse files
⬆️ Upgrade dependency rspec-rails to v7
1 parent 0a71d1b commit e04756d

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ end
2424
group :test do
2525
gem "rspec", "~> 3.13.0"
2626
gem "rspec-mocks", "~> 3.13.0"
27-
gem "rspec-rails", "~> 6.1.0"
27+
gem "rspec-rails", "~> 7.1.0"
2828
gem "factory_bot_rails", "~> 6.5.0"
2929
gem "webmock", "~> 3.25.0"
3030
gem "shoulda-matchers", "~> 6.5.0"

Gemfile.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ GEM
122122
ast (2.4.3)
123123
base64 (0.3.0)
124124
bcrypt (3.1.20)
125-
benchmark (0.4.1)
125+
benchmark (0.5.0)
126126
bigdecimal (3.3.1)
127127
builder (3.3.0)
128128
cancancan (3.6.1)
@@ -134,7 +134,7 @@ GEM
134134
rexml
135135
crass (1.0.6)
136136
csv (3.3.5)
137-
date (3.4.1)
137+
date (3.5.0)
138138
devise (4.9.4)
139139
bcrypt (~> 3.0)
140140
orm_adapter (~> 0.1)
@@ -147,7 +147,7 @@ GEM
147147
drb (2.2.3)
148148
email_validator (2.2.4)
149149
activemodel
150-
erb (5.1.1)
150+
erb (6.0.0)
151151
erubi (1.13.1)
152152
factory_bot (6.5.5)
153153
activesupport (>= 6.1.0)
@@ -175,7 +175,7 @@ GEM
175175
railties (>= 6.0)
176176
responders (>= 2)
177177
io-console (0.8.1)
178-
irb (1.15.2)
178+
irb (1.15.3)
179179
pp (>= 0.6.0)
180180
rdoc (>= 4.0.0)
181181
reline (>= 0.4.2)
@@ -213,7 +213,7 @@ GEM
213213
net-smtp
214214
marcel (1.1.0)
215215
mini_mime (1.1.5)
216-
minitest (5.26.0)
216+
minitest (5.26.2)
217217
multi_xml (0.7.2)
218218
bigdecimal (~> 3.1)
219219
mutex_m (0.3.0)
@@ -258,7 +258,7 @@ GEM
258258
puma (6.6.1)
259259
nio4r (~> 2.0)
260260
racc (1.8.1)
261-
rack (3.2.3)
261+
rack (3.2.4)
262262
rack-protection (4.2.1)
263263
base64 (>= 0.1.0)
264264
logger (>= 1.6.0)
@@ -305,17 +305,17 @@ GEM
305305
thor (~> 1.0, >= 1.2.2)
306306
zeitwerk (~> 2.6)
307307
rainbow (3.1.1)
308-
rake (13.3.0)
308+
rake (13.3.1)
309309
ransack (4.4.0)
310310
activerecord (>= 7.1)
311311
activesupport (>= 7.1)
312312
i18n
313-
rdoc (6.15.0)
313+
rdoc (6.15.1)
314314
erb
315315
psych (>= 4.0.0)
316316
tsort
317317
regexp_parser (2.11.3)
318-
reline (0.6.2)
318+
reline (0.6.3)
319319
io-console (~> 0.5)
320320
responders (3.2.0)
321321
actionpack (>= 7.0)
@@ -325,18 +325,18 @@ GEM
325325
rspec-core (~> 3.13.0)
326326
rspec-expectations (~> 3.13.0)
327327
rspec-mocks (~> 3.13.0)
328-
rspec-core (3.13.5)
328+
rspec-core (3.13.6)
329329
rspec-support (~> 3.13.0)
330330
rspec-expectations (3.13.5)
331331
diff-lcs (>= 1.2.0, < 2.0)
332332
rspec-support (~> 3.13.0)
333-
rspec-mocks (3.13.5)
333+
rspec-mocks (3.13.7)
334334
diff-lcs (>= 1.2.0, < 2.0)
335335
rspec-support (~> 3.13.0)
336-
rspec-rails (6.1.5)
337-
actionpack (>= 6.1)
338-
activesupport (>= 6.1)
339-
railties (>= 6.1)
336+
rspec-rails (7.1.1)
337+
actionpack (>= 7.0)
338+
activesupport (>= 7.0)
339+
railties (>= 7.0)
340340
rspec-core (~> 3.13)
341341
rspec-expectations (~> 3.13)
342342
rspec-mocks (~> 3.13)
@@ -400,7 +400,7 @@ GEM
400400
sprockets (>= 3.0.0)
401401
sqlite3 (1.7.3-arm64-darwin)
402402
sqlite3 (1.7.3-x86_64-linux)
403-
stringio (3.1.7)
403+
stringio (3.1.8)
404404
thor (1.4.0)
405405
timeout (0.4.3)
406406
tsort (0.2.0)
@@ -437,7 +437,7 @@ DEPENDENCIES
437437
rails-erd (~> 1.7.2)
438438
rspec (~> 3.13.0)
439439
rspec-mocks (~> 3.13.0)
440-
rspec-rails (~> 6.1.0)
440+
rspec-rails (~> 7.1.0)
441441
rubocop-config-captive (~> 1.16.0)
442442
shoulda-matchers (~> 6.5.0)
443443
sprockets-rails (~> 3.5.0)

0 commit comments

Comments
 (0)