Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the ruby-dependencies group with 2 updates #133

Merged
merged 1 commit into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump the ruby-dependencies group with 2 updates
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]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
commit edf3b0a50218fd13d99497599b599492cc1ca6cd
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