Skip to content

Commit

Permalink
Merge pull request #1642 from DFE-Digital/dependabot/bundler/rspec-ra…
Browse files Browse the repository at this point in the history
…ils-4.1.0

Bump rspec-rails from 4.0.2 to 4.1.0
  • Loading branch information
jebw authored Mar 8, 2021
2 parents b55bd2a + 6c5ab64 commit 0b12ba7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ group :development, :test do
gem 'pry-byebug'

# Testing framework
gem 'rspec-rails', '~> 4.0'
gem 'rspec-rails', '~> 4.1'
gem 'rspec_junit_formatter'
gem 'factory_bot_rails'

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ GEM
mimemagic (0.3.5)
mini_mime (1.0.2)
mini_portile2 (2.5.0)
minitest (5.14.3)
minitest (5.14.4)
msgpack (1.4.2)
msgpack (1.4.2-java)
multi_test (0.1.2)
Expand Down Expand Up @@ -389,7 +389,7 @@ GEM
rspec-mocks (3.10.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-rails (4.0.2)
rspec-rails (4.1.0)
actionpack (>= 4.2)
activesupport (>= 4.2)
railties (>= 4.2)
Expand Down Expand Up @@ -582,7 +582,7 @@ DEPENDENCIES
rails-erd
redis (~> 4.2)
rspec-json_expectations (~> 2.2)
rspec-rails (~> 4.0)
rspec-rails (~> 4.1)
rspec_junit_formatter
rubocop-govuk
sassc-rails
Expand Down

0 comments on commit 0b12ba7

Please sign in to comment.