Skip to content

Commit 96c3ebd

Browse files
authored
Merge pull request #186 from artichoke/dependabot/bundler/bundler-deps-0e6739ddba
chore(deps): Bump the bundler-deps group with 1 update
2 parents 255b135 + 67fd38f commit 96c3ebd

File tree

2 files changed

+7
-7
lines changed

2 files changed

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

Gemfile.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ GEM
99
json (2.6.3)
1010
language_server-protocol (3.17.0.3)
1111
parallel (1.23.0)
12-
parser (3.2.2.3)
12+
parser (3.2.2.4)
1313
ast (~> 2.4.1)
1414
racc
1515
racc (1.7.1)
1616
rainbow (3.1.1)
1717
rake (13.0.6)
18-
regexp_parser (2.8.1)
18+
regexp_parser (2.8.2)
1919
rexml (3.2.6)
20-
rubocop (1.56.2)
20+
rubocop (1.57.1)
2121
base64 (~> 0.1.1)
2222
json (~> 2.3)
2323
language_server-protocol (>= 3.17.0)
2424
parallel (~> 1.10)
25-
parser (>= 3.2.2.3)
25+
parser (>= 3.2.2.4)
2626
rainbow (>= 2.2.2, < 4.0)
2727
regexp_parser (>= 1.8, < 3.0)
2828
rexml (>= 3.2.5, < 4.0)
@@ -35,15 +35,15 @@ GEM
3535
rubocop (~> 1.0)
3636
ruby-progressbar (1.13.0)
3737
thor (1.2.1)
38-
unicode-display_width (2.4.2)
38+
unicode-display_width (2.5.0)
3939

4040
PLATFORMS
4141
ruby
4242

4343
DEPENDENCIES
4444
bundler-audit (~> 0.9)
4545
rake (>= 12.3.3)
46-
rubocop (~> 1.56)
46+
rubocop (~> 1.57)
4747
rubocop-rake (~> 0.6)
4848

4949
BUNDLED WITH

0 commit comments

Comments
 (0)