Skip to content

Commit

Permalink
Bump rubocop from 0.53.0 to 0.54.0 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and phyrog committed Mar 21, 2018
1 parent 72e006b commit 45248f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'

gem 'pry', '~> 0.11.3'
gem 'rubocop', '~> 0.53.0'
gem 'rubocop', '~> 0.54.0'

gem 'capistrano', '~> 3.10.1'
gem 'capistrano-rails', '~> 1.3.1'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ GEM
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rubocop (0.53.0)
rubocop (0.54.0)
parallel (~> 1.10)
parser (>= 2.5)
powerpack (~> 0.1)
Expand Down Expand Up @@ -96,7 +96,7 @@ DEPENDENCIES
commonmarker (~> 0.17.9)
graphql-docs (~> 1.3.1)
pry (~> 0.11.3)
rubocop (~> 0.53.0)
rubocop (~> 0.54.0)
sass (~> 3.5.5)

BUNDLED WITH
Expand Down

0 comments on commit 45248f0

Please sign in to comment.