Skip to content

Commit 9c9cc80

Browse files
authored
Merge pull request #69 from artichoke/dependabot/bundler/bundler-deps-2a86f0f40c
chore(deps): Bump the bundler-deps group with 1 update
2 parents 43eed6e + 07c4fc1 commit 9c9cc80

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ source 'https://rubygems.org'
44

55
gem 'bundler-audit', '~> 0.9', require: false
66
gem 'rake', '>= 12.3.3', require: false
7-
gem 'rubocop', '~> 1.60', require: false
7+
gem 'rubocop', '~> 1.61', require: false
88
gem 'rubocop-rake', '~> 0.6', require: false

Gemfile.lock

+6-4
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ GEM
1111
parser (3.3.0.5)
1212
ast (~> 2.4.1)
1313
racc
14+
prism (0.24.0)
1415
racc (1.7.3)
1516
rainbow (3.1.1)
1617
rake (13.1.0)
1718
regexp_parser (2.9.0)
1819
rexml (3.2.6)
19-
rubocop (1.60.2)
20+
rubocop (1.61.0)
2021
json (~> 2.3)
2122
language_server-protocol (>= 3.17.0)
2223
parallel (~> 1.10)
@@ -27,8 +28,9 @@ GEM
2728
rubocop-ast (>= 1.30.0, < 2.0)
2829
ruby-progressbar (~> 1.7)
2930
unicode-display_width (>= 2.4.0, < 3.0)
30-
rubocop-ast (1.30.0)
31-
parser (>= 3.2.1.0)
31+
rubocop-ast (1.31.0)
32+
parser (>= 3.3.0.4)
33+
prism (>= 0.24.0)
3234
rubocop-rake (0.6.0)
3335
rubocop (~> 1.0)
3436
ruby-progressbar (1.13.0)
@@ -41,7 +43,7 @@ PLATFORMS
4143
DEPENDENCIES
4244
bundler-audit (~> 0.9)
4345
rake (>= 12.3.3)
44-
rubocop (~> 1.60)
46+
rubocop (~> 1.61)
4547
rubocop-rake (~> 0.6)
4648

4749
BUNDLED WITH

0 commit comments

Comments
 (0)