Skip to content

Commit

Permalink
Merge pull request #3612 from Vizzuality/dependabot/bundler/rspec-rai…
Browse files Browse the repository at this point in the history
…ls-3.8.0

Bump rspec-rails from 3.5.2 to 3.8.0
  • Loading branch information
edbrett committed Oct 27, 2018
2 parents 1f25bb2 + 72c3be8 commit ada2e36
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ gem 'responders', '~> 2.0'
gem 'nokogiri', '~> 1.8.2'

group :development, :test do
gem 'rspec-rails', '~> 3.5.2'
gem 'rspec-rails', '~> 3.8.0'
gem 'show_me_the_cookies'
gem 'factory_bot_rails'
gem 'shoulda-matchers'
Expand Down
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -401,23 +401,23 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rmagick (2.16.0)
rspec-core (3.5.4)
rspec-support (~> 3.5.0)
rspec-expectations (3.5.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-mocks (3.5.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-rails (3.5.2)
rspec-support (~> 3.8.0)
rspec-rails (3.8.0)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
rspec-mocks (~> 3.5.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
sass (3.4.25)
sass-rails (5.0.7)
railties (>= 4.0.0, < 6)
Expand Down Expand Up @@ -515,7 +515,7 @@ DEPENDENCIES
requirejs-rails (= 1.0.0)
responders (~> 2.0)
rmagick
rspec-rails (~> 3.5.2)
rspec-rails (~> 3.8.0)
sass-rails (~> 5.0.6)
shoulda-matchers
show_me_the_cookies
Expand Down

0 comments on commit ada2e36

Please sign in to comment.