File tree Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ group :development, :test do
43
43
gem 'dotenv-rails'
44
44
gem 'factory_bot_rails'
45
45
46
- gem 'rspec-rails' , '~> 5.1.2 '
46
+ gem 'rspec-rails' , '~> 7.1 '
47
47
48
48
gem 'rubocop' , '~> 1.50.0' , require : false
49
49
gem 'rubocop-performance' , require : false
Original file line number Diff line number Diff line change 88
88
rexml
89
89
crass (1.0.6 )
90
90
date (3.4.1 )
91
- diff-lcs (1.5.0 )
91
+ diff-lcs (1.5.1 )
92
92
dotenv (2.8.1 )
93
93
dotenv-rails (2.8.1 )
94
94
dotenv (= 2.8.1 )
@@ -212,23 +212,23 @@ GEM
212
212
reline (0.5.10 )
213
213
io-console (~> 0.5 )
214
214
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 )
218
218
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 )
221
221
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 )
232
232
rubocop (1.50.1 )
233
233
json (~> 2.3 )
234
234
parallel (~> 1.10 )
@@ -302,7 +302,7 @@ DEPENDENCIES
302
302
rails-controller-testing
303
303
redis (~> 4.8.0 )
304
304
redis-namespace (~> 1.11.0 )
305
- rspec-rails (~> 5.1.2 )
305
+ rspec-rails (~> 7.1 )
306
306
rubocop (~> 1.50.0 )
307
307
rubocop-performance
308
308
rubocop-rails (~> 2.19.0 )
You can’t perform that action at this time.
0 commit comments