Skip to content

Commit 4feec0c

Browse files
committed
update rspec-rails to support the Rails version
1 parent 9a53363 commit 4feec0c

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ group :development, :test do
4343
gem 'dotenv-rails'
4444
gem 'factory_bot_rails'
4545

46-
gem 'rspec-rails', '~> 5.1.2'
46+
gem 'rspec-rails', '~> 7.1'
4747

4848
gem 'rubocop', '~> 1.50.0', require: false
4949
gem 'rubocop-performance', require: false

Gemfile.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ GEM
8888
rexml
8989
crass (1.0.6)
9090
date (3.4.1)
91-
diff-lcs (1.5.0)
91+
diff-lcs (1.5.1)
9292
dotenv (2.8.1)
9393
dotenv-rails (2.8.1)
9494
dotenv (= 2.8.1)
@@ -212,23 +212,23 @@ GEM
212212
reline (0.5.10)
213213
io-console (~> 0.5)
214214
rexml (3.3.9)
215-
rspec-core (3.12.1)
216-
rspec-support (~> 3.12.0)
217-
rspec-expectations (3.12.2)
215+
rspec-core (3.13.2)
216+
rspec-support (~> 3.13.0)
217+
rspec-expectations (3.13.3)
218218
diff-lcs (>= 1.2.0, < 2.0)
219-
rspec-support (~> 3.12.0)
220-
rspec-mocks (3.12.5)
219+
rspec-support (~> 3.13.0)
220+
rspec-mocks (3.13.2)
221221
diff-lcs (>= 1.2.0, < 2.0)
222-
rspec-support (~> 3.12.0)
223-
rspec-rails (5.1.2)
224-
actionpack (>= 5.2)
225-
activesupport (>= 5.2)
226-
railties (>= 5.2)
227-
rspec-core (~> 3.10)
228-
rspec-expectations (~> 3.10)
229-
rspec-mocks (~> 3.10)
230-
rspec-support (~> 3.10)
231-
rspec-support (3.12.0)
222+
rspec-support (~> 3.13.0)
223+
rspec-rails (7.1.0)
224+
actionpack (>= 7.0)
225+
activesupport (>= 7.0)
226+
railties (>= 7.0)
227+
rspec-core (~> 3.13)
228+
rspec-expectations (~> 3.13)
229+
rspec-mocks (~> 3.13)
230+
rspec-support (~> 3.13)
231+
rspec-support (3.13.1)
232232
rubocop (1.50.1)
233233
json (~> 2.3)
234234
parallel (~> 1.10)
@@ -302,7 +302,7 @@ DEPENDENCIES
302302
rails-controller-testing
303303
redis (~> 4.8.0)
304304
redis-namespace (~> 1.11.0)
305-
rspec-rails (~> 5.1.2)
305+
rspec-rails (~> 7.1)
306306
rubocop (~> 1.50.0)
307307
rubocop-performance
308308
rubocop-rails (~> 2.19.0)

0 commit comments

Comments
 (0)