Skip to content

Commit

Permalink
Bump rspec from 3.9.0 to 3.10.0
Browse files Browse the repository at this point in the history
Bumps [rspec](https://github.com/rspec/rspec) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/rspec/rspec/releases)
- [Commits](rspec/rspec@v3.9.0...v3.10.0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 2, 2020
1 parent 1e8ff9e commit d2e5de0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ group :test do
gem "climate_control", "~> 0.2"
gem "pry", "~> 0.11.3"
gem "rack-test", "~> 1.1.0"
gem "rspec", "~> 3.9.0"
gem "rspec", "~> 3.10.0"
gem "timecop", "~> 0.9.1"
gem "webmock"
end
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@ GEM
rake (12.3.3)
regexp_parser (1.8.2)
rexml (3.2.4)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.2)
rspec-support (~> 3.9.3)
rspec-expectations (3.9.2)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
rspec-mocks (~> 3.10.0)
rspec-core (3.10.0)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.3)
rspec-support (~> 3.10.0)
rspec-support (3.10.0)
rubocop (0.87.1)
parallel (~> 1.10)
parser (>= 2.7.1.1)
Expand Down Expand Up @@ -122,7 +122,7 @@ DEPENDENCIES
pry (~> 0.11.3)
rack-test (~> 1.1.0)
rake (~> 12.3.0)
rspec (~> 3.9.0)
rspec (~> 3.10.0)
rubocop-govuk
sinatra
slack-poster (~> 2.2)
Expand Down

0 comments on commit d2e5de0

Please sign in to comment.