Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2022
1 parent d5dcb18 commit a5cc7c3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "fivemat"
gem "guard-rspec"
gem "parlour"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.1.0"
gem "rspec", "~> 3.11.0"
gem "rspec_junit_formatter"
gem "rubocop", "1.24.1"
gem "rubocop-packaging", "0.5.1"
Expand Down
33 changes: 21 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,18 +94,19 @@ GEM
reverse_markdown (2.1.1)
nokogiri
rexml (3.2.5)
rspec (3.1.0)
rspec-core (~> 3.1.0)
rspec-expectations (~> 3.1.0)
rspec-mocks (~> 3.1.0)
rspec-core (3.1.7)
rspec-support (~> 3.1.0)
rspec-expectations (3.1.2)
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.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.1.0)
rspec-mocks (3.1.3)
rspec-support (~> 3.1.0)
rspec-support (3.1.2)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
rspec_junit_formatter (0.5.1)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.24.1)
Expand Down Expand Up @@ -170,6 +171,14 @@ GEM
sorbet-runtime (>= 0.5)
sorbet-runtime (0.5.9531)
sorbet-static (0.5.9531-universal-darwin-14)
sorbet-static (0.5.9531-universal-darwin-15)
sorbet-static (0.5.9531-universal-darwin-16)
sorbet-static (0.5.9531-universal-darwin-17)
sorbet-static (0.5.9531-universal-darwin-18)
sorbet-static (0.5.9531-universal-darwin-19)
sorbet-static (0.5.9531-universal-darwin-20)
sorbet-static (0.5.9531-universal-darwin-21)
sorbet-static (0.5.9531-x86_64-linux)
sqlite3 (1.4.2)
thor (1.2.1)
tilt (2.0.10)
Expand All @@ -191,7 +200,7 @@ DEPENDENCIES
guard-rspec
parlour
rake (~> 13.0)
rspec (~> 3.1.0)
rspec (~> 3.11.0)
rspec_junit_formatter
rubocop (= 1.24.1)
rubocop-packaging (= 0.5.1)
Expand Down

0 comments on commit a5cc7c3

Please sign in to comment.