Skip to content

Commit

Permalink
Bump rubocop from 0.32.1 to 0.48.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 17, 2020
1 parent 68ffc7f commit f9e1ed2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ group :development do
gem 'pry-byebug'
gem 'rake', '10.1.0'
gem 'rspec', '3.3.0'
gem 'rubocop', '0.32.1'
gem 'rubocop', '0.48.1'
gem 'syck' if RUBY_VERSION.split('.').first.to_i > 1
end
13 changes: 6 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ GEM
specs:
CFPropertyList (2.3.6)
ast (2.4.0)
astrolabe (1.3.1)
parser (~> 2.2)
builder (3.2.4)
byebug (9.0.6)
ci_reporter (2.0.0)
Expand Down Expand Up @@ -58,16 +56,17 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.3.0)
rspec-support (3.3.0)
rubocop (0.32.1)
astrolabe (~> 1.3)
parser (>= 2.2.2.5, < 3.0)
rubocop (0.48.1)
parser (>= 2.3.3.1, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.4)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.10.1)
stomp (1.4.9)
syck (1.4.0)
systemu (2.6.5)
unicode-display_width (1.6.1)

PLATFORMS
ruby
Expand All @@ -83,7 +82,7 @@ DEPENDENCIES
puppet (= 3.7.5)
rake (= 10.1.0)
rspec (= 3.3.0)
rubocop (= 0.32.1)
rubocop (= 0.48.1)
syck

BUNDLED WITH
Expand Down

0 comments on commit f9e1ed2

Please sign in to comment.