Skip to content

Commit 595eb81

Browse files
dependabot[bot]simonneutert
authored andcommitted
Bump the patch-and-minor-dependencies group with 2 updates
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]>
1 parent 8e3171b commit 595eb81

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem 'rack-unreloader', '~> 2.1'
1111
gem 'rackup', '~> 2.2.1'
1212
gem 'rake', '~> 13.1'
1313
gem 'redcarpet', '~> 3.6'
14-
gem 'reline', '~> 0.5.11'
14+
gem 'reline', '~> 0.5.12'
1515
gem 'rexml', '~> 3.3'
1616
gem 'roda', '~> 3.86'
1717
gem 'tantiny', '0.3.3'
@@ -21,7 +21,7 @@ gem 'tilt', '~> 2.3'
2121
group :development do
2222
gem 'htmlbeautifier', require: false
2323
gem 'pry'
24-
gem 'rubocop', '~> 1.68', require: false
24+
gem 'rubocop', '~> 1.69', require: false
2525
gem 'rubocop-minitest', '~> 0.36.0', require: false
2626
gem 'rubocop-performance', '~> 1.23', require: false
2727
gem 'rubocop-rake', '~> 0.6.0', require: false

Gemfile.lock

+11-9
Original file line numberDiff line numberDiff line change
@@ -41,23 +41,23 @@ GEM
4141
rainbow (3.1.1)
4242
rake (13.2.1)
4343
redcarpet (3.6.0)
44-
regexp_parser (2.9.2)
45-
reline (0.5.11)
44+
regexp_parser (2.9.3)
45+
reline (0.5.12)
4646
io-console (~> 0.5)
4747
rexml (3.3.9)
4848
roda (3.86.0)
4949
rack
50-
rubocop (1.68.0)
50+
rubocop (1.69.0)
5151
json (~> 2.3)
5252
language_server-protocol (>= 3.17.0)
5353
parallel (~> 1.10)
5454
parser (>= 3.3.0.2)
5555
rainbow (>= 2.2.2, < 4.0)
5656
regexp_parser (>= 2.4, < 3.0)
57-
rubocop-ast (>= 1.32.2, < 2.0)
57+
rubocop-ast (>= 1.36.1, < 2.0)
5858
ruby-progressbar (~> 1.7)
59-
unicode-display_width (>= 2.4.0, < 3.0)
60-
rubocop-ast (1.36.1)
59+
unicode-display_width (>= 2.4.0, < 4.0)
60+
rubocop-ast (1.36.2)
6161
parser (>= 3.3.1.0)
6262
rubocop-minitest (0.36.0)
6363
rubocop (>= 1.61, < 2.0)
@@ -88,7 +88,9 @@ GEM
8888
tomlrb (~> 1.2)
8989
tilt (2.4.0)
9090
tomlrb (1.3.0)
91-
unicode-display_width (2.6.0)
91+
unicode-display_width (3.1.2)
92+
unicode-emoji (~> 4.0, >= 4.0.4)
93+
unicode-emoji (4.0.4)
9294
unparser (0.6.15)
9395
diff-lcs (~> 1.3)
9496
parser (>= 3.3.0)
@@ -113,10 +115,10 @@ DEPENDENCIES
113115
rackup (~> 2.2.1)
114116
rake (~> 13.1)
115117
redcarpet (~> 3.6)
116-
reline (~> 0.5.11)
118+
reline (~> 0.5.12)
117119
rexml (~> 3.3)
118120
roda (~> 3.86)
119-
rubocop (~> 1.68)
121+
rubocop (~> 1.69)
120122
rubocop-minitest (~> 0.36.0)
121123
rubocop-performance (~> 1.23)
122124
rubocop-rake (~> 0.6.0)

0 commit comments

Comments
 (0)