Skip to content

Commit

Permalink
Merge pull request #633 from rubyforgood/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
CraigJZ authored Mar 13, 2021
2 parents 435901d + f22888e commit 34287cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug'
gem 'pry-byebug'
gem 'rspec-rails', '~> 4.0'
gem 'rspec-rails', '~> 5.0'
gem "factory_bot_rails"
gem 'rubocop-rails'
gem 'faker'
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,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)
net-scp (3.0.0)
net-ssh (>= 2.6.5, < 7.0.0)
Expand Down Expand Up @@ -250,18 +250,18 @@ GEM
rspec-expectations (3.10.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.0)
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)
rspec-support (~> 3.10)
rspec-support (3.10.1)
rspec-support (3.10.2)
rubocop (1.7.0)
parallel (~> 1.10)
parser (>= 2.7.1.5)
Expand Down Expand Up @@ -369,7 +369,7 @@ DEPENDENCIES
rails (~> 6.1)
rails-controller-testing
reports_kit
rspec-rails (~> 4.0)
rspec-rails (~> 5.0)
rubocop-rails
sass-rails (~> 6.0)
shoulda-matchers
Expand Down

0 comments on commit 34287cc

Please sign in to comment.