bump rspec-rails

This commit is contained in:
ulferts
2020-03-30 08:31:43 +02:00
parent ae4b276b21
commit c6bfcc5c8c
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -200,7 +200,7 @@ group :test do
gem 'rspec', '~> 3.9.0'
gem 'rspec-activemodel-mocks', '~> 1.1.0', git: 'https://github.com/rspec/rspec-activemodel-mocks'
# also add to development group, so "spec" rake task gets loaded
gem 'rspec-rails', '~> 4.0.0.rc1', group: :development
gem 'rspec-rails', '~> 4.0.0', group: :development
# Retry failures within the same environment
gem 'retriable', '~> 3.1.1'
@@ -216,8 +216,8 @@ group :test do
gem 'capybara', '~> 3.31.0'
gem 'capybara-screenshot', '~> 1.0.17'
gem 'webdrivers', '~> 4.2.0', require: false
gem 'selenium-webdriver', '~> 3.14'
gem 'webdrivers', '~> 4.2.0', require: false
gem 'fuubar', '~> 2.5.0'
gem 'timecop', '~> 0.9.0'
+2 -2
View File
@@ -803,7 +803,7 @@ GEM
rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-rails (4.0.0.rc1)
rspec-rails (4.0.0)
actionpack (>= 4.2)
activesupport (>= 4.2)
railties (>= 4.2)
@@ -1079,7 +1079,7 @@ DEPENDENCIES
rspec (~> 3.9.0)
rspec-activemodel-mocks (~> 1.1.0)!
rspec-example_disabler!
rspec-rails (~> 4.0.0.rc1)
rspec-rails (~> 4.0.0)
rspec-retry (~> 0.6.1)
rubocop
ruby-duration (~> 3.2.0)