Skip to content

Commit f9e1ed2

Browse files
Bump rubocop from 0.32.1 to 0.48.1
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.32.1 to 0.48.1. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v0.32.1...v0.48.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 68ffc7f commit f9e1ed2

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ group :development do
1010
gem 'pry-byebug'
1111
gem 'rake', '10.1.0'
1212
gem 'rspec', '3.3.0'
13-
gem 'rubocop', '0.32.1'
13+
gem 'rubocop', '0.48.1'
1414
gem 'syck' if RUBY_VERSION.split('.').first.to_i > 1
1515
end

Gemfile.lock

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ GEM
33
specs:
44
CFPropertyList (2.3.6)
55
ast (2.4.0)
6-
astrolabe (1.3.1)
7-
parser (~> 2.2)
86
builder (3.2.4)
97
byebug (9.0.6)
108
ci_reporter (2.0.0)
@@ -58,16 +56,17 @@ GEM
5856
diff-lcs (>= 1.2.0, < 2.0)
5957
rspec-support (~> 3.3.0)
6058
rspec-support (3.3.0)
61-
rubocop (0.32.1)
62-
astrolabe (~> 1.3)
63-
parser (>= 2.2.2.5, < 3.0)
59+
rubocop (0.48.1)
60+
parser (>= 2.3.3.1, < 3.0)
6461
powerpack (~> 0.1)
6562
rainbow (>= 1.99.1, < 3.0)
66-
ruby-progressbar (~> 1.4)
63+
ruby-progressbar (~> 1.7)
64+
unicode-display_width (~> 1.0, >= 1.0.1)
6765
ruby-progressbar (1.10.1)
6866
stomp (1.4.9)
6967
syck (1.4.0)
7068
systemu (2.6.5)
69+
unicode-display_width (1.6.1)
7170

7271
PLATFORMS
7372
ruby
@@ -83,7 +82,7 @@ DEPENDENCIES
8382
puppet (= 3.7.5)
8483
rake (= 10.1.0)
8584
rspec (= 3.3.0)
86-
rubocop (= 0.32.1)
85+
rubocop (= 0.48.1)
8786
syck
8887

8988
BUNDLED WITH

0 commit comments

Comments
 (0)