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

Bump rubocop from 0.53.0 to 0.54.0 #65

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.53.0', require: false
gem 'rubocop', '~> 0.54.0', require: false
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
gem 'web-console', '>= 3.3.0'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ GEM
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
parallel (1.12.1)
parser (2.5.0.2)
parser (2.5.0.4)
ast (~> 2.4.0)
pg (0.21.0)
popper_js (1.12.9)
Expand Down Expand Up @@ -157,7 +157,7 @@ GEM
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
redis (4.0.1)
rubocop (0.53.0)
rubocop (0.54.0)
parallel (~> 1.10)
parser (>= 2.5)
powerpack (~> 0.1)
Expand Down Expand Up @@ -246,7 +246,7 @@ DEPENDENCIES
puma (~> 3.11)
rails (~> 5.1.5)
redis (~> 4.0)
rubocop (~> 0.53.0)
rubocop (~> 0.54.0)
sass-rails (~> 5.0)
selenium-webdriver
slim-rails
Expand Down