Merge pull request #4958 from consul/dependabot/bundler/master/rspec-rails-5.1.2
Bump rspec-rails from 5.0.1 to 5.1.2
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -87,7 +87,7 @@ group :test do
|
|||||||
gem "capybara-webmock", "~> 0.6.0"
|
gem "capybara-webmock", "~> 0.6.0"
|
||||||
gem "coveralls", "~> 0.8.23", require: false
|
gem "coveralls", "~> 0.8.23", require: false
|
||||||
gem "email_spec", "~> 2.2.0"
|
gem "email_spec", "~> 2.2.0"
|
||||||
gem "rspec-rails", "~> 5.0"
|
gem "rspec-rails", "~> 5.1.2"
|
||||||
gem "selenium-webdriver", "~> 3.142"
|
gem "selenium-webdriver", "~> 3.142"
|
||||||
gem "webdrivers", "~> 4.7.0"
|
gem "webdrivers", "~> 4.7.0"
|
||||||
end
|
end
|
||||||
|
|||||||
20
Gemfile.lock
20
Gemfile.lock
@@ -183,7 +183,7 @@ GEM
|
|||||||
warden (~> 1.2.3)
|
warden (~> 1.2.3)
|
||||||
devise-security (0.16.0)
|
devise-security (0.16.0)
|
||||||
devise (>= 4.3.0, < 5.0)
|
devise (>= 4.3.0, < 5.0)
|
||||||
diff-lcs (1.4.4)
|
diff-lcs (1.5.0)
|
||||||
docile (1.3.2)
|
docile (1.3.2)
|
||||||
dry-configurable (0.7.0)
|
dry-configurable (0.7.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
@@ -531,15 +531,15 @@ GEM
|
|||||||
retriable (3.1.2)
|
retriable (3.1.2)
|
||||||
rexml (3.2.5)
|
rexml (3.2.5)
|
||||||
rinku (2.0.6)
|
rinku (2.0.6)
|
||||||
rspec-core (3.10.1)
|
rspec-core (3.11.0)
|
||||||
rspec-support (~> 3.10.0)
|
rspec-support (~> 3.11.0)
|
||||||
rspec-expectations (3.10.1)
|
rspec-expectations (3.11.0)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.10.0)
|
rspec-support (~> 3.11.0)
|
||||||
rspec-mocks (3.10.2)
|
rspec-mocks (3.11.1)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.10.0)
|
rspec-support (~> 3.11.0)
|
||||||
rspec-rails (5.0.1)
|
rspec-rails (5.1.2)
|
||||||
actionpack (>= 5.2)
|
actionpack (>= 5.2)
|
||||||
activesupport (>= 5.2)
|
activesupport (>= 5.2)
|
||||||
railties (>= 5.2)
|
railties (>= 5.2)
|
||||||
@@ -547,7 +547,7 @@ GEM
|
|||||||
rspec-expectations (~> 3.10)
|
rspec-expectations (~> 3.10)
|
||||||
rspec-mocks (~> 3.10)
|
rspec-mocks (~> 3.10)
|
||||||
rspec-support (~> 3.10)
|
rspec-support (~> 3.10)
|
||||||
rspec-support (3.10.2)
|
rspec-support (3.11.0)
|
||||||
rubocop (1.18.4)
|
rubocop (1.18.4)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
parser (>= 3.0.0.0)
|
parser (>= 3.0.0.0)
|
||||||
@@ -779,7 +779,7 @@ DEPENDENCIES
|
|||||||
redcarpet (~> 3.5.1)
|
redcarpet (~> 3.5.1)
|
||||||
responders (~> 3.0.1)
|
responders (~> 3.0.1)
|
||||||
rinku (~> 2.0.6)
|
rinku (~> 2.0.6)
|
||||||
rspec-rails (~> 5.0)
|
rspec-rails (~> 5.1.2)
|
||||||
rubocop (~> 1.18.4)
|
rubocop (~> 1.18.4)
|
||||||
rubocop-performance (~> 1.11.4)
|
rubocop-performance (~> 1.11.4)
|
||||||
rubocop-rails (~> 2.15.2)
|
rubocop-rails (~> 2.15.2)
|
||||||
|
|||||||
Reference in New Issue
Block a user