Skip to content

Commit 583e72e

Browse files
authored
Merge pull request #68 from artichoke/dependabot/bundler/bundler-deps-eff850f405
chore(deps): Bump the bundler-deps group with 1 update
2 parents dd2d587 + d066200 commit 583e72e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.59', require: false
7+
gem 'rubocop', '~> 1.60', require: false
88
gem 'rubocop-rake', '~> 0.6', require: false

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ GEM
88
json (2.7.1)
99
language_server-protocol (3.17.0.3)
1010
parallel (1.24.0)
11-
parser (3.2.2.4)
11+
parser (3.3.0.5)
1212
ast (~> 2.4.1)
1313
racc
1414
racc (1.7.3)
1515
rainbow (3.1.1)
1616
rake (13.1.0)
17-
regexp_parser (2.8.3)
17+
regexp_parser (2.9.0)
1818
rexml (3.2.6)
19-
rubocop (1.59.0)
19+
rubocop (1.60.2)
2020
json (~> 2.3)
2121
language_server-protocol (>= 3.17.0)
2222
parallel (~> 1.10)
23-
parser (>= 3.2.2.4)
23+
parser (>= 3.3.0.2)
2424
rainbow (>= 2.2.2, < 4.0)
2525
regexp_parser (>= 1.8, < 3.0)
2626
rexml (>= 3.2.5, < 4.0)
@@ -41,7 +41,7 @@ PLATFORMS
4141
DEPENDENCIES
4242
bundler-audit (~> 0.9)
4343
rake (>= 12.3.3)
44-
rubocop (~> 1.59)
44+
rubocop (~> 1.60)
4545
rubocop-rake (~> 0.6)
4646

4747
BUNDLED WITH

0 commit comments

Comments
 (0)