Skip to content

Commit cb720fe

Browse files
authored
Merge pull request #99 from artichoke/dependabot/bundler/rubocop-1.26.1
Bump rubocop from 1.25.1 to 1.26.1
2 parents 96a271d + 49b52d3 commit cb720fe

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

Gemfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ GEM
55
bundler-audit (0.9.0.1)
66
bundler (>= 1.2.0, < 3)
77
thor (~> 1.0)
8-
parallel (1.21.0)
8+
parallel (1.22.1)
99
parser (3.1.1.0)
1010
ast (~> 2.4.1)
1111
rainbow (3.1.1)
1212
rake (13.0.6)
1313
regexp_parser (2.2.1)
1414
rexml (3.2.5)
15-
rubocop (1.25.1)
15+
rubocop (1.26.1)
1616
parallel (~> 1.10)
1717
parser (>= 3.1.0.0)
1818
rainbow (>= 2.2.2, < 4.0)
1919
regexp_parser (>= 1.8, < 3.0)
2020
rexml
21-
rubocop-ast (>= 1.15.1, < 2.0)
21+
rubocop-ast (>= 1.16.0, < 2.0)
2222
ruby-progressbar (~> 1.7)
2323
unicode-display_width (>= 1.4.0, < 3.0)
2424
rubocop-ast (1.16.0)
@@ -35,7 +35,7 @@ PLATFORMS
3535
DEPENDENCIES
3636
bundler-audit (~> 0.9)
3737
rake (>= 12.3.3)
38-
rubocop (~> 1.25)
38+
rubocop (~> 1.26)
3939
rubocop-rake (~> 0.6)
4040

4141
BUNDLED WITH

0 commit comments

Comments
 (0)