Skip to content

Commit

Permalink
Merge pull request #980 from DFE-Digital/dependabot/bundler/rspec-rai…
Browse files Browse the repository at this point in the history
…ls-5.0.0

Bump rspec-rails from 4.0.2 to 5.0.0
  • Loading branch information
ethax-ross committed Mar 18, 2021
2 parents 240255c + 5579a75 commit dd38f3f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ group :development, :test do
gem "pry-rails"

# Testing framework
gem "rspec-rails", "~> 4.0.2"
gem "rspec-rails", "~> 5.0.0"
# Adds support for Capybara system testing and selenium driver
gem "capybara", "~> 3.35"
gem "factory_bot_rails"
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ GEM
msgpack (1.4.2)
multipart-post (2.1.1)
nio4r (2.5.5)
nokogiri (1.11.1)
nokogiri (1.11.2)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
parallel (1.20.1)
Expand Down Expand Up @@ -257,10 +257,10 @@ GEM
rspec-mocks (3.10.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-rails (4.0.2)
actionpack (>= 4.2)
activesupport (>= 4.2)
railties (>= 4.2)
rspec-rails (5.0.0)
actionpack (>= 5.2)
activesupport (>= 5.2)
railties (>= 5.2)
rspec-core (~> 3.10)
rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10)
Expand Down Expand Up @@ -396,7 +396,7 @@ DEPENDENCIES
rails_semantic_logger
redis
rinku
rspec-rails (~> 4.0.2)
rspec-rails (~> 5.0.0)
rspec-sonarqube-formatter (~> 1.5)
rubocop-govuk (~> 3.14.0)
secure_headers
Expand Down

0 comments on commit dd38f3f

Please sign in to comment.