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 @@ -70,7 +70,7 @@ group :development, :test do
70
70
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
71
71
gem 'byebug' , platform : [ :mri , :mingw , :x64_mingw ]
72
72
gem 'pry-byebug'
73
- gem 'rspec-rails' , '~> 3.8 '
73
+ gem 'rspec-rails' , '~> 5.1 '
74
74
gem 'pry-rails'
75
75
gem 'webmock'
76
76
gem 'spring-commands-rspec'
Original file line number Diff line number Diff line change 90
90
deferred_associations (0.6.5 )
91
91
activerecord
92
92
deprecate (0.0.0 )
93
- diff-lcs (1.3 )
93
+ diff-lcs (1.5.0 )
94
94
domain_name (0.5.20190701 )
95
95
unf (>= 0.0.5 , < 1.0.0 )
96
96
erubi (1.10.0 )
@@ -267,23 +267,23 @@ GEM
267
267
mime-types (>= 1.16 , < 4.0 )
268
268
netrc (~> 0.8 )
269
269
rexml (3.2.5 )
270
- rspec-core (3.8 .0 )
271
- rspec-support (~> 3.8 .0 )
272
- rspec-expectations (3.8.2 )
270
+ rspec-core (3.11 .0 )
271
+ rspec-support (~> 3.11 .0 )
272
+ rspec-expectations (3.11.0 )
273
273
diff-lcs (>= 1.2.0 , < 2.0 )
274
- rspec-support (~> 3.8 .0 )
275
- rspec-mocks (3.8.0 )
274
+ rspec-support (~> 3.11 .0 )
275
+ rspec-mocks (3.11.1 )
276
276
diff-lcs (>= 1.2.0 , < 2.0 )
277
- rspec-support (~> 3.8 .0 )
278
- rspec-rails (3.8 .2 )
279
- actionpack (>= 3.0 )
280
- activesupport (>= 3.0 )
281
- railties (>= 3.0 )
282
- rspec-core (~> 3.8.0 )
283
- rspec-expectations (~> 3.8.0 )
284
- rspec-mocks (~> 3.8.0 )
285
- rspec-support (~> 3.8.0 )
286
- rspec-support (3.8 .0 )
277
+ rspec-support (~> 3.11 .0 )
278
+ rspec-rails (5.1 .2 )
279
+ actionpack (>= 5.2 )
280
+ activesupport (>= 5.2 )
281
+ railties (>= 5.2 )
282
+ rspec-core (~> 3.10 )
283
+ rspec-expectations (~> 3.10 )
284
+ rspec-mocks (~> 3.10 )
285
+ rspec-support (~> 3.10 )
286
+ rspec-support (3.11 .0 )
287
287
rubocop (0.82.0 )
288
288
jaro_winkler (~> 1.5.1 )
289
289
parallel (~> 1.10 )
@@ -406,7 +406,7 @@ DEPENDENCIES
406
406
ranked-model
407
407
responders
408
408
rest-client (> 2.0 )
409
- rspec-rails (~> 3.8 )
409
+ rspec-rails (~> 5.1 )
410
410
rubocop
411
411
sass-rails (~> 5.0 )
412
412
sentry-raven
You can’t perform that action at this time.
0 commit comments