Skip to content

Commit

Permalink
Bump rspec-rails from 4.0.2 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 4.0.2 to 4.1.0.
- [Release notes](https://github.com/rspec/rspec-rails/releases)
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](rspec/rspec-rails@v4.0.2...v4.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 8, 2021
1 parent 6558f2d commit d13b616
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ end

group :development, :test do
gem 'dotenv-rails', '~> 2.7'
gem 'rspec-rails', '~> 4.0'
gem 'rspec-rails', '~> 4.1'
gem 'webmock', '~> 3.12'
gem 'shoulda-matchers', '~> 4.5'
gem 'byebug', '~> 11.1'
Expand Down
5 changes: 2 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ GEM
railties (>= 4)
jsonapi-renderer (0.2.2)
libv8 (3.16.14.19)
libv8 (3.16.14.19-x86_64-linux)
loofah (2.9.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand Down Expand Up @@ -215,7 +214,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 @@ -312,7 +311,7 @@ DEPENDENCIES
pry-rails (~> 0.3)
rails (= 6.1.3)
railties (= 6.1.3)
rspec-rails (~> 4.0)
rspec-rails (~> 4.1)
sassc-rails (~> 2.1)
sdoc (~> 2.0)
shoulda-matchers (~> 4.5)
Expand Down

0 comments on commit d13b616

Please # to comment.