Skip to content

Commit

Permalink
Bump the ruby-dependencies group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the ruby-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [logger](https://github.com/ruby/logger) | `1.6.0` | `1.6.1` |
| [irb](https://github.com/ruby/irb) | `1.14.0` | `1.14.1` |
| [rubocop](https://github.com/rubocop/rubocop) | `1.65.0` | `1.68.0` |
| [rubocop-performance](https://github.com/rubocop/rubocop-performance) | `1.21.1` | `1.23.0` |
| [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) | `3.0.3` | `3.2.0` |



Updates `logger` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/ruby/logger/releases)
- [Commits](ruby/logger@v1.6.0...v1.6.1)

Updates `irb` from 1.14.0 to 1.14.1
- [Release notes](https://github.com/ruby/irb/releases)
- [Commits](ruby/irb@v1.14.0...v1.14.1)

Updates `rubocop` from 1.65.0 to 1.68.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.65.0...v1.68.0)

Updates `rubocop-performance` from 1.21.1 to 1.23.0
- [Release notes](https://github.com/rubocop/rubocop-performance/releases)
- [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-performance@v1.21.1...v1.23.0)

Updates `rubocop-rspec` from 3.0.3 to 3.2.0
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rspec@v3.0.3...v3.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent f37d06e commit 389d311
Show file tree
Hide file tree
Showing 34 changed files with 22 additions and 26 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ gem "logger", "~> 1.6"
group :development do
gem "irb", "~> 1.14"
gem "rspec", "~> 3.13"
gem "rubocop", "~> 1.65"
gem "rubocop", "~> 1.68"
gem "rubocop-github", "~> 0.20"
gem "rubocop-performance", "~> 1.21"
gem "rubocop-rspec", "~> 3.0"
gem "rubocop-performance", "~> 1.23"
gem "rubocop-rspec", "~> 3.2"
gem "simplecov", "~> 0.22"
gem "simplecov-erb", "~> 1.0"
end
42 changes: 19 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,30 +22,28 @@ GEM
i18n (1.14.5)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
irb (1.14.0)
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.2)
json (2.8.2)
language_server-protocol (3.17.0.3)
logger (1.6.0)
logger (1.6.1)
minitest (5.24.1)
mutex_m (0.2.0)
parallel (1.25.1)
parser (3.3.4.0)
parallel (1.26.3)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
psych (5.1.2)
psych (5.2.0)
stringio
racc (1.8.0)
racc (1.8.1)
rack (3.1.7)
rainbow (3.1.1)
rdoc (6.7.0)
rdoc (6.8.1)
psych (>= 4.0.0)
regexp_parser (2.9.2)
reline (0.5.9)
reline (0.5.11)
io-console (~> 0.5)
rexml (3.3.3)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand All @@ -59,32 +57,31 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.65.0)
rubocop (1.68.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
rubocop-ast (1.36.1)
parser (>= 3.3.1.0)
rubocop-github (0.20.0)
rubocop (>= 1.37)
rubocop-performance (>= 1.15)
rubocop-rails (>= 2.17)
rubocop-performance (1.21.1)
rubocop-performance (1.23.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.25.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (3.0.3)
rubocop-rspec (3.2.0)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
simplecov (0.22.0)
Expand All @@ -95,11 +92,10 @@ GEM
simplecov (< 1.0)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
stringio (3.1.1)
strscan (3.1.0)
stringio (3.1.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)

PLATFORMS
arm64-darwin-21
Expand All @@ -112,10 +108,10 @@ DEPENDENCIES
irb (~> 1.14)
logger (~> 1.6)
rspec (~> 3.13)
rubocop (~> 1.65)
rubocop (~> 1.68)
rubocop-github (~> 0.20)
rubocop-performance (~> 1.21)
rubocop-rspec (~> 3.0)
rubocop-performance (~> 1.23)
rubocop-rspec (~> 3.2)
simplecov (~> 0.22)
simplecov-erb (~> 1.0)

Expand Down
Binary file removed vendor/cache/irb-1.14.0.gem
Binary file not shown.
Binary file added vendor/cache/irb-1.14.1.gem
Binary file not shown.
Binary file removed vendor/cache/json-2.7.2.gem
Binary file not shown.
Binary file added vendor/cache/json-2.8.2.gem
Binary file not shown.
Binary file removed vendor/cache/logger-1.6.0.gem
Binary file not shown.
Binary file added vendor/cache/logger-1.6.1.gem
Binary file not shown.
Binary file removed vendor/cache/parallel-1.25.1.gem
Binary file not shown.
Binary file added vendor/cache/parallel-1.26.3.gem
Binary file not shown.
Binary file removed vendor/cache/parser-3.3.4.0.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.3.6.0.gem
Binary file not shown.
Binary file removed vendor/cache/psych-5.1.2.gem
Binary file not shown.
Binary file added vendor/cache/psych-5.2.0.gem
Binary file not shown.
Binary file removed vendor/cache/racc-1.8.0.gem
Binary file not shown.
Binary file added vendor/cache/racc-1.8.1.gem
Binary file not shown.
Binary file removed vendor/cache/rdoc-6.7.0.gem
Binary file not shown.
Binary file added vendor/cache/rdoc-6.8.1.gem
Binary file not shown.
Binary file added vendor/cache/reline-0.5.11.gem
Binary file not shown.
Binary file removed vendor/cache/reline-0.5.9.gem
Binary file not shown.
Binary file removed vendor/cache/rexml-3.3.3.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.65.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.68.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.31.3.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.36.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-performance-1.21.1.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-performance-1.23.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-rspec-3.0.3.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-rspec-3.2.0.gem
Binary file not shown.
Binary file removed vendor/cache/stringio-3.1.1.gem
Binary file not shown.
Binary file added vendor/cache/stringio-3.1.2.gem
Binary file not shown.
Binary file removed vendor/cache/strscan-3.1.0.gem
Binary file not shown.
Binary file removed vendor/cache/unicode-display_width-2.5.0.gem
Binary file not shown.
Binary file added vendor/cache/unicode-display_width-2.6.0.gem
Binary file not shown.

0 comments on commit 389d311

Please sign in to comment.