File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ group :test do
86
86
gem 'rspec-collection_matchers'
87
87
gem 'rspec-instafail'
88
88
gem 'rspec-its'
89
- gem 'rspec-rails' , '~> 4.1 .0'
89
+ gem 'rspec-rails' , '~> 5.0 .0'
90
90
gem 'rspec-wait'
91
91
gem 'rspec_api_documentation' , '>= 6.1.0'
92
92
gem 'rubocop' , '~> 1.9.1'
Original file line number Diff line number Diff line change @@ -394,10 +394,10 @@ GEM
394
394
rspec-mocks (3.10.2 )
395
395
diff-lcs (>= 1.2.0 , < 2.0 )
396
396
rspec-support (~> 3.10.0 )
397
- rspec-rails (4.1 .0 )
398
- actionpack (>= 4 .2 )
399
- activesupport (>= 4 .2 )
400
- railties (>= 4 .2 )
397
+ rspec-rails (5.0 .0 )
398
+ actionpack (>= 5 .2 )
399
+ activesupport (>= 5 .2 )
400
+ railties (>= 5 .2 )
401
401
rspec-core (~> 3.10 )
402
402
rspec-expectations (~> 3.10 )
403
403
rspec-mocks (~> 3.10 )
@@ -579,7 +579,7 @@ DEPENDENCIES
579
579
rspec-collection_matchers
580
580
rspec-instafail
581
581
rspec-its
582
- rspec-rails (~> 4.1 .0 )
582
+ rspec-rails (~> 5.0 .0 )
583
583
rspec-wait
584
584
rspec_api_documentation (>= 6.1.0 )
585
585
rubocop (~> 1.9.1 )
You can’t perform that action at this time.
0 commit comments