Skip to content

Commit

Permalink
Bump the patch-and-minor-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the patch-and-minor-dependencies group with 2 updates: [reline](https://github.com/ruby/reline) and [rubocop](https://github.com/rubocop/rubocop).


Updates `reline` from 0.5.11 to 0.5.12
- [Release notes](https://github.com/ruby/reline/releases)
- [Commits](ruby/reline@v0.5.11...v0.5.12)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and simonneutert committed Nov 30, 2024
1 parent 8e3171b commit 595eb81
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'rack-unreloader', '~> 2.1'
gem 'rackup', '~> 2.2.1'
gem 'rake', '~> 13.1'
gem 'redcarpet', '~> 3.6'
gem 'reline', '~> 0.5.11'
gem 'reline', '~> 0.5.12'
gem 'rexml', '~> 3.3'
gem 'roda', '~> 3.86'
gem 'tantiny', '0.3.3'
Expand All @@ -21,7 +21,7 @@ gem 'tilt', '~> 2.3'
group :development do
gem 'htmlbeautifier', require: false
gem 'pry'
gem 'rubocop', '~> 1.68', require: false
gem 'rubocop', '~> 1.69', require: false
gem 'rubocop-minitest', '~> 0.36.0', require: false
gem 'rubocop-performance', '~> 1.23', require: false
gem 'rubocop-rake', '~> 0.6.0', require: false
Expand Down
20 changes: 11 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,23 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
redcarpet (3.6.0)
regexp_parser (2.9.2)
reline (0.5.11)
regexp_parser (2.9.3)
reline (0.5.12)
io-console (~> 0.5)
rexml (3.3.9)
roda (3.86.0)
rack
rubocop (1.68.0)
rubocop (1.69.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)
rubocop-ast (>= 1.32.2, < 2.0)
rubocop-ast (>= 1.36.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.36.1)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
parser (>= 3.3.1.0)
rubocop-minitest (0.36.0)
rubocop (>= 1.61, < 2.0)
Expand Down Expand Up @@ -88,7 +88,9 @@ GEM
tomlrb (~> 1.2)
tilt (2.4.0)
tomlrb (1.3.0)
unicode-display_width (2.6.0)
unicode-display_width (3.1.2)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
unparser (0.6.15)
diff-lcs (~> 1.3)
parser (>= 3.3.0)
Expand All @@ -113,10 +115,10 @@ DEPENDENCIES
rackup (~> 2.2.1)
rake (~> 13.1)
redcarpet (~> 3.6)
reline (~> 0.5.11)
reline (~> 0.5.12)
rexml (~> 3.3)
roda (~> 3.86)
rubocop (~> 1.68)
rubocop (~> 1.69)
rubocop-minitest (~> 0.36.0)
rubocop-performance (~> 1.23)
rubocop-rake (~> 0.6.0)
Expand Down

0 comments on commit 595eb81

Please sign in to comment.