Skip to content

Commit 0dbfee4

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: [redcarpet](https://github.com/vmg/redcarpet) and [rubocop](https://github.com/rubocop/rubocop). Updates `redcarpet` from 3.6.0 to 3.6.1 - [Release notes](https://github.com/vmg/redcarpet/releases) - [Changelog](https://github.com/vmg/redcarpet/blob/master/CHANGELOG.md) - [Commits](vmg/redcarpet@v3.6.0...v3.6.1) Updates `rubocop` from 1.72.2 to 1.73.2 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.72.2...v1.73.2) --- updated-dependencies: - dependency-name: redcarpet 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 9ad66b3 commit 0dbfee4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gem 'tilt', '~> 2.6'
2121
group :development do
2222
gem 'htmlbeautifier', require: false
2323
gem 'pry'
24-
gem 'rubocop', '~> 1.72', require: false
24+
gem 'rubocop', '~> 1.73', require: false
2525
gem 'rubocop-minitest', '~> 0.37.1', require: false
2626
gem 'rubocop-performance', '~> 1.23', require: false
2727
gem 'rubocop-rake', '~> 0.7.1', require: false

Gemfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ GEM
4141
rack (>= 3)
4242
rainbow (3.1.1)
4343
rake (13.2.1)
44-
redcarpet (3.6.0)
44+
redcarpet (3.6.1)
4545
regexp_parser (2.10.0)
4646
reline (0.6.0)
4747
io-console (~> 0.5)
4848
rexml (3.4.1)
4949
roda (3.89.0)
5050
rack
51-
rubocop (1.72.2)
51+
rubocop (1.73.2)
5252
json (~> 2.3)
5353
language_server-protocol (~> 3.17.0.2)
5454
lint_roller (~> 1.1.0)
@@ -59,7 +59,7 @@ GEM
5959
rubocop-ast (>= 1.38.0, < 2.0)
6060
ruby-progressbar (~> 1.7)
6161
unicode-display_width (>= 2.4.0, < 4.0)
62-
rubocop-ast (1.38.0)
62+
rubocop-ast (1.38.1)
6363
parser (>= 3.3.1.0)
6464
rubocop-minitest (0.37.1)
6565
lint_roller (~> 1.1)
@@ -123,7 +123,7 @@ DEPENDENCIES
123123
reline (~> 0.6.0)
124124
rexml (~> 3.4)
125125
roda (~> 3.89)
126-
rubocop (~> 1.72)
126+
rubocop (~> 1.73)
127127
rubocop-minitest (~> 0.37.1)
128128
rubocop-performance (~> 1.23)
129129
rubocop-rake (~> 0.7.1)

0 commit comments

Comments
 (0)