Skip to content
This repository has been archived by the owner on Aug 17, 2018. It is now read-only.

Bump rubocop from 0.53.0 to 0.54.0 #72

Merged
merged 1 commit into from
Mar 22, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ source "https://rubygems.org"
ruby RUBY_VERSION

gem "mdl", "0.4.0"
gem "rubocop", "0.53.0"
gem "rubocop", "0.54.0"
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ GEM
mixlib-cli (1.7.0)
mixlib-config (2.2.4)
parallel (1.12.1)
parser (2.5.0.2)
parser (2.5.0.4)
ast (~> 2.4.0)
powerpack (0.1.1)
rainbow (3.0.0)
rubocop (0.53.0)
rubocop (0.54.0)
parallel (~> 1.10)
parser (>= 2.5)
powerpack (~> 0.1)
Expand All @@ -29,7 +29,7 @@ PLATFORMS

DEPENDENCIES
mdl (= 0.4.0)
rubocop (= 0.53.0)
rubocop (= 0.54.0)

RUBY VERSION
ruby 2.5.0p0
Expand Down