Skip to content

Commit

Permalink
Bump rubocop from 0.52.1 to 0.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-support committed Mar 22, 2018
1 parent 33fd7e7 commit be12db2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ group :development do

gem "factory_bot", "~> 4.8.2"
gem "rspec", "~> 3.7.0"
gem "rubocop", "~> 0.52.1"
gem "rubocop", "~> 0.54.0"
gem "webmock", "~> 3.3.0"
end

Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GEM
tzinfo (~> 1.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
ast (2.3.0)
ast (2.4.0)
concurrent-ruby (1.0.5)
crack (0.4.3)
safe_yaml (~> 1.0.0)
Expand Down Expand Up @@ -51,8 +51,8 @@ GEM
opus-ruby (1.0.1)
ffi
parallel (1.12.1)
parser (2.4.0.2)
ast (~> 2.3)
parser (2.5.0.4)
ast (~> 2.4.0)
powerpack (0.1.1)
prius (2.0.0)
public_suffix (3.0.1)
Expand All @@ -79,9 +79,9 @@ GEM
rspec-support (3.7.0)
rspec_junit_formatter (0.3.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (0.52.1)
rubocop (0.54.0)
parallel (~> 1.10)
parser (>= 2.4.0.2, < 3.0)
parser (>= 2.5)
powerpack (~> 0.1)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
Expand Down Expand Up @@ -125,7 +125,7 @@ DEPENDENCIES
rake
rspec (~> 3.7.0)
rspec_junit_formatter (= 0.3.0)
rubocop (~> 0.52.1)
rubocop (~> 0.54.0)
rufus-scheduler (~> 3.4.2)
sentry-raven (~> 2.7.2)
songkick-transport (~> 1.11.0)
Expand Down

0 comments on commit be12db2

Please sign in to comment.