Skip to content

Commit

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


Updates `irb` from 1.12.0 to 1.13.1
- [Release notes](https://github.com/ruby/irb/releases)
- [Commits](ruby/irb@v1.12.0...v1.13.1)

Updates `rubocop` from 1.62.1 to 1.63.4
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.62.1...v1.63.4)

Updates `rubocop-rspec` from 2.28.0 to 2.29.2
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rspec@v2.28.0...v2.29.2)

---
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-rspec
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 7, 2024
1 parent 3aee42b commit ad24d14
Show file tree
Hide file tree
Showing 18 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ source "https://rubygems.org"
gem "logger", "~> 1.6"

group :development do
gem "irb", "~> 1.12"
gem "irb", "~> 1.13"
gem "rspec", "~> 3.13"
gem "rubocop", "~> 1.62"
gem "rubocop", "~> 1.63"
gem "rubocop-github", "~> 0.20"
gem "rubocop-performance", "~> 1.21"
gem "rubocop-rspec", "~> 2.28"
gem "rubocop-rspec", "~> 2.29"
gem "simplecov", "~> 0.22"
gem "simplecov-erb", "~> 1.0"
end
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ GEM
i18n (1.14.4)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
irb (1.12.0)
rdoc
irb (1.13.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.1)
json (2.7.2)
language_server-protocol (3.17.0.3)
logger (1.6.0)
minitest (5.22.3)
mutex_m (0.2.0)
parallel (1.24.0)
parser (3.3.0.5)
parser (3.3.1.0)
ast (~> 2.4.1)
racc
psych (5.1.2)
Expand All @@ -42,7 +42,7 @@ GEM
rdoc (6.6.3.1)
psych (>= 4.0.0)
regexp_parser (2.9.0)
reline (0.5.0)
reline (0.5.5)
io-console (~> 0.5)
rexml (3.2.6)
rspec (3.13.0)
Expand All @@ -58,7 +58,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.62.1)
rubocop (1.63.4)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -69,8 +69,8 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
Expand All @@ -87,12 +87,12 @@ GEM
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (2.28.0)
rubocop-rspec (2.29.2)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec_rails (~> 2.28)
rubocop-rspec_rails (2.28.2)
rubocop-rspec_rails (2.28.3)
rubocop (~> 1.40)
ruby-progressbar (1.13.0)
simplecov (0.22.0)
Expand All @@ -116,13 +116,13 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
irb (~> 1.12)
irb (~> 1.13)
logger (~> 1.6)
rspec (~> 3.13)
rubocop (~> 1.62)
rubocop (~> 1.63)
rubocop-github (~> 0.20)
rubocop-performance (~> 1.21)
rubocop-rspec (~> 2.28)
rubocop-rspec (~> 2.29)
simplecov (~> 0.22)
simplecov-erb (~> 1.0)

Expand Down
Binary file removed vendor/cache/irb-1.12.0.gem
Binary file not shown.
Binary file added vendor/cache/irb-1.13.1.gem
Binary file not shown.
Binary file removed vendor/cache/json-2.7.1.gem
Binary file not shown.
Binary file added vendor/cache/json-2.7.2.gem
Binary file not shown.
Binary file removed vendor/cache/parser-3.3.0.5.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.3.1.0.gem
Binary file not shown.
Binary file removed vendor/cache/reline-0.5.0.gem
Binary file not shown.
Binary file added vendor/cache/reline-0.5.5.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.62.1.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.63.4.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.31.2.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.31.3.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-rspec-2.28.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-rspec-2.29.2.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-rspec_rails-2.28.2.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-rspec_rails-2.28.3.gem
Binary file not shown.

0 comments on commit ad24d14

Please sign in to comment.