Skip to content

Commit

Permalink
Bump the ruby-dependencies group with 2 updates (#133)
Browse files Browse the repository at this point in the history
Updates the requirements on [rspec](https://github.com/rspec/rspec-metagem) and [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.

Updates `rspec` from 3.12.0 to 3.13.0
- [Commits](rspec/rspec-metagem@v3.12.0...v3.13.0)

Updates `rubocop` from 1.60.1 to 1.60.2
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.60.1...v1.60.2)

---
updated-dependencies:
- dependency-name: rspec
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: rubocop
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 6a53a9b commit b5deeee
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ gemspec
group :development do
gem "rails", ">= 7.0.2.3", "< 8"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.12"
gem "rspec", "~> 3.13"
gem "simplecov", "~> 0.22"
end
30 changes: 15 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
boxt_rubocop (2.2.1)
rubocop (= 1.60.1)
rubocop (= 1.60.2)
rubocop-faker (= 1.1.0)
rubocop-performance (= 1.20.2)
rubocop-rails (= 2.23.1)
Expand Down Expand Up @@ -94,7 +94,7 @@ GEM
connection_pool (2.4.1)
crass (1.0.6)
date (3.3.4)
diff-lcs (1.5.0)
diff-lcs (1.5.1)
docile (1.4.0)
drb (2.2.0)
ruby2_keywords
Expand Down Expand Up @@ -191,20 +191,20 @@ GEM
reline (0.4.2)
io-console (~> 0.5)
rexml (3.2.6)
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)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.6)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.60.1)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
rubocop (1.60.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -272,7 +272,7 @@ DEPENDENCIES
boxt_rubocop!
rails (>= 7.0.2.3, < 8)
rake (~> 13.0)
rspec (~> 3.12)
rspec (~> 3.13)
simplecov (~> 0.22)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion boxt_rubocop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

# Locking rubocop versions so we can control the pending cops
spec.add_dependency "rubocop", "1.60.1"
spec.add_dependency "rubocop", "1.60.2"
spec.add_dependency "rubocop-faker", "1.1.0"
spec.add_dependency "rubocop-performance", "1.20.2"
spec.add_dependency "rubocop-rails", "2.23.1"
Expand Down

0 comments on commit b5deeee

Please sign in to comment.