Skip to content

Commit

Permalink
Bump the ruby-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the ruby-dependencies group with 3 updates: [irb](https://github.com/ruby/irb), [rubocop](https://github.com/rubocop/rubocop) and [rubocop-performance](https://github.com/rubocop/rubocop-performance).


Updates `irb` from 1.9.1 to 1.11.0
- [Release notes](https://github.com/ruby/irb/releases)
- [Commits](ruby/irb@v1.9.1...v1.11.0)

Updates `rubocop` from 1.57.2 to 1.59.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.57.2...v1.59.0)

Updates `rubocop-performance` from 1.19.1 to 1.20.1
- [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.19.1...v1.20.1)

---
updated-dependencies:
- dependency-name: irb
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 26, 2023
1 parent 2b00dbb commit f6a5f63
Show file tree
Hide file tree
Showing 24 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ source "https://rubygems.org"
gem "logger", "~> 1.6"

group :development do
gem "irb", "~> 1.9"
gem "irb", "~> 1.11"
gem "rspec", "~> 3.12"
gem "rubocop", "~> 1.56"
gem "rubocop", "~> 1.59"
gem "rubocop-github", "~> 0.20"
gem "rubocop-performance", "~> 1.19"
gem "rubocop-performance", "~> 1.20"
gem "rubocop-rspec", "~> 2.24"
gem "simplecov", "~> 0.22"
gem "simplecov-erb", "~> 1.0"
Expand Down
34 changes: 17 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,28 @@ GEM
ruby2_keywords
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.6.0)
irb (1.9.1)
io-console (0.7.1)
irb (1.11.0)
rdoc
reline (>= 0.3.8)
json (2.6.3)
json (2.7.1)
language_server-protocol (3.17.0.3)
logger (1.6.0)
minitest (5.20.0)
mutex_m (0.2.0)
parallel (1.23.0)
parallel (1.24.0)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
psych (5.1.1.1)
psych (5.1.2)
stringio
racc (1.7.3)
rack (3.0.8)
rainbow (3.1.1)
rdoc (6.6.0)
rdoc (6.6.2)
psych (>= 4.0.0)
regexp_parser (2.8.2)
reline (0.4.0)
regexp_parser (2.8.3)
reline (0.4.1)
io-console (~> 0.5)
rexml (3.2.6)
rspec (3.12.0)
Expand All @@ -59,15 +59,15 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.57.2)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
Expand All @@ -80,9 +80,9 @@ GEM
rubocop (>= 1.37)
rubocop-performance (>= 1.15)
rubocop-rails (>= 2.17)
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-performance (1.20.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rails (2.22.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
Expand All @@ -101,7 +101,7 @@ GEM
simplecov (< 1.0)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
stringio (3.0.9)
stringio (3.1.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
Expand All @@ -114,12 +114,12 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
irb (~> 1.9)
irb (~> 1.11)
logger (~> 1.6)
rspec (~> 3.12)
rubocop (~> 1.56)
rubocop (~> 1.59)
rubocop-github (~> 0.20)
rubocop-performance (~> 1.19)
rubocop-performance (~> 1.20)
rubocop-rspec (~> 2.24)
simplecov (~> 0.22)
simplecov-erb (~> 1.0)
Expand Down
Binary file removed vendor/cache/io-console-0.6.0.gem
Binary file not shown.
Binary file added vendor/cache/io-console-0.7.1.gem
Binary file not shown.
Binary file added vendor/cache/irb-1.11.0.gem
Binary file not shown.
Binary file removed vendor/cache/irb-1.9.1.gem
Binary file not shown.
Binary file removed vendor/cache/json-2.6.3.gem
Binary file not shown.
Binary file added vendor/cache/json-2.7.1.gem
Binary file not shown.
Binary file removed vendor/cache/parallel-1.23.0.gem
Binary file not shown.
Binary file added vendor/cache/parallel-1.24.0.gem
Binary file not shown.
Binary file removed vendor/cache/psych-5.1.1.1.gem
Binary file not shown.
Binary file added vendor/cache/psych-5.1.2.gem
Binary file not shown.
Binary file removed vendor/cache/rdoc-6.6.0.gem
Binary file not shown.
Binary file added vendor/cache/rdoc-6.6.2.gem
Binary file not shown.
Binary file removed vendor/cache/regexp_parser-2.8.2.gem
Binary file not shown.
Binary file added vendor/cache/regexp_parser-2.8.3.gem
Binary file not shown.
Binary file removed vendor/cache/reline-0.4.0.gem
Binary file not shown.
Binary file added vendor/cache/reline-0.4.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.57.2.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.59.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-performance-1.19.1.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-performance-1.20.1.gem
Binary file not shown.
Binary file removed vendor/cache/stringio-3.0.9.gem
Binary file not shown.
Binary file added vendor/cache/stringio-3.1.0.gem
Binary file not shown.

0 comments on commit f6a5f63

Please sign in to comment.