Skip to content
This repository has been archived by the owner on Mar 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #47 from MarceloAlves/dependabot/bundler/develop/r…
Browse files Browse the repository at this point in the history
…ubocop-0.53.0

Bump rubocop from 0.52.1 to 0.53.0
  • Loading branch information
MarceloAlves committed Mar 5, 2018
2 parents a100b74 + d27740b commit 8249fd3
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 @@ -34,7 +34,7 @@ end

group :development do
gem 'listen', '>= 3.0.5', '< 3.2'
gem 'rubocop', '~> 0.52.1', require: false
gem 'rubocop', '~> 0.53.0', require: false
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
gem 'web-console', '>= 3.3.0'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ GEM
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
arel (8.0.0)
ast (2.3.0)
ast (2.4.0)
autoprefixer-rails (7.2.5)
execjs
bindex (0.5.0)
Expand Down Expand Up @@ -116,8 +116,8 @@ GEM
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
parallel (1.12.1)
parser (2.4.0.2)
ast (~> 2.3)
parser (2.5.0.2)
ast (~> 2.4.0)
pg (0.21.0)
popper_js (1.12.9)
powerpack (0.1.1)
Expand Down Expand Up @@ -157,9 +157,9 @@ GEM
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
redis (4.0.1)
rubocop (0.52.1)
rubocop (0.53.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 @@ -246,7 +246,7 @@ DEPENDENCIES
puma (~> 3.11)
rails (~> 5.1.4)
redis (~> 4.0)
rubocop (~> 0.52.1)
rubocop (~> 0.53.0)
sass-rails (~> 5.0)
selenium-webdriver
slim-rails
Expand Down

0 comments on commit 8249fd3

Please sign in to comment.