Skip to content

Commit

Permalink
Merge pull request #67 from uwent/dependabot/bundler/rspec-rails-4.1.0
Browse files Browse the repository at this point in the history
Bump rspec-rails from 4.0.2 to 4.1.0
  • Loading branch information
bzbradford committed Mar 8, 2021
2 parents f30d7d0 + 96fd369 commit 6ea8c58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ group :development, :test do
gem 'puma', '~> 5.2'
gem 'byebug', '~> 11.1'
gem 'dredd-rack', '~> 1.0'
gem 'rspec-rails', '~> 4.0'
gem 'rspec-rails', '~> 4.1'
gem 'spring', '~> 2.1'
gem 'rspec_junit_formatter', '0.4.1'
gem 'webmock', '~> 3.12'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,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 @@ -359,7 +359,7 @@ DEPENDENCIES
puma (~> 5.2)
rails (= 6.1.3)
railties (= 6.1.3)
rspec-rails (~> 4.0)
rspec-rails (~> 4.1)
rspec_junit_formatter (= 0.4.1)
sassc-rails (~> 2.1)
sdoc (~> 2.0)
Expand Down

0 comments on commit 6ea8c58

Please sign in to comment.