Skip to content
Open
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 @@ -76,7 +76,7 @@ group :development, :test do
gem 'minitest-rails'

# code cleanup
gem 'rubocop', '~> 0.39.0'
gem 'rubocop', '~> 0.68.1'

# debugging
gem 'pry-rails'
Expand Down
28 changes: 15 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ GEM
tzinfo (~> 1.1)
ansi (1.5.0)
arel (6.0.3)
ast (2.3.0)
ast (2.4.0)
autoprefixer-rails (6.3.7)
execjs
bcrypt (3.1.11)
Expand Down Expand Up @@ -89,6 +89,7 @@ GEM
hashie (3.4.4)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
jbuilder (2.6.0)
activesupport (>= 3.0.0, < 5.1)
multi_json (~> 1.2)
Expand Down Expand Up @@ -140,10 +141,10 @@ GEM
oauth2 (~> 1.0)
omniauth (~> 1.2)
orm_adapter (0.5.0)
parser (2.3.1.2)
ast (~> 2.2)
parallel (1.18.0)
parser (2.6.5.0)
ast (~> 2.4.0)
pg (0.18.4)
powerpack (0.1.1)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
Expand Down Expand Up @@ -183,20 +184,21 @@ GEM
activesupport (= 4.2.6)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (2.1.0)
rainbow (3.0.0)
rake (13.0.0)
rdoc (4.2.2)
json (~> 1.4)
responders (2.4.1)
actionpack (>= 4.2.0, < 6.0)
railties (>= 4.2.0, < 6.0)
rubocop (0.39.0)
parser (>= 2.3.0.7, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
rubocop (0.68.1)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.8.1)
unicode-display_width (>= 1.4.0, < 1.6)
ruby-progressbar (1.10.1)
sass (3.4.22)
sass-rails (5.0.6)
railties (>= 4.0.0, < 6)
Expand Down Expand Up @@ -226,7 +228,7 @@ GEM
thread_safe (~> 0.1)
uglifier (3.0.0)
execjs (>= 0.3.0, < 3)
unicode-display_width (1.1.0)
unicode-display_width (1.5.0)
warden (1.2.7)
rack (>= 1.0)
web-console (2.3.0)
Expand Down Expand Up @@ -259,7 +261,7 @@ DEPENDENCIES
rails (= 4.2.6)
rails-i18n!
rails_12factor
rubocop (~> 0.39.0)
rubocop (~> 0.68.1)
sass-rails (~> 5.0)
sdoc (~> 0.4.0)
spring
Expand Down