Skip to content

Commit

Permalink
Bump rspec from 3.11.0 to 3.12.0
Browse files Browse the repository at this point in the history
Bumps [rspec](https://github.com/rspec/rspec-metagem) from 3.11.0 to 3.12.0.
- [Commits](rspec/rspec-metagem@v3.11.0...v3.12.0)

---
updated-dependencies:
- dependency-name: rspec
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 28, 2023
1 parent 91daa71 commit 7e76765
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 @@ -11,7 +11,7 @@ group :development do
gem 'fakeredis', '~> 0.9'
gem 'rake', '~> 13.0'
gem 'redis', '~> 4.8'
gem 'rspec', '~> 3.11'
gem 'rspec', '~> 3.12'
gem 'rubocop', '~> 1.0.0'
gem 'simplecov', '~> 0.22'
gem 'simplecov-lcov', '~> 0.8'
Expand Down
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@ GEM
reline (0.3.0)
io-console (~> 0.5)
rexml (3.2.5)
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.0)
rspec-mocks (~> 3.11.0)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.1)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.1)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.1)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.0.0)
parallel (~> 1.10)
parser (>= 2.7.1.5)
Expand Down Expand Up @@ -80,7 +80,7 @@ DEPENDENCIES
fakeredis (~> 0.9)
rake (~> 13.0)
redis (~> 4.8)
rspec (~> 3.11)
rspec (~> 3.12)
rubocop (~> 1.0.0)
simplecov (~> 0.22)
simplecov-lcov (~> 0.8)
Expand Down

0 comments on commit 7e76765

Please sign in to comment.