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

Commit

Permalink
Updating rubocop version to 0.58.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ccadden committed Jul 19, 2018
1 parent 5b3762a commit e06a32b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ group :development, :test do
gem 'awesome_print', '~> 1.8.0'
gem 'codeclimate-test-reporter', '~> 1.0.8'
gem 'database_cleaner', '~> 1.6.1'
gem 'rubocop', '~> 0.49.1', require: false
gem 'rubocop', '~> 0.58.1', require: false
gem 'timecop', '~> 0.9.1'
end

Expand Down
29 changes: 15 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ GEM
airbrussh (1.3.0)
sshkit (>= 1.6.1, != 1.7.0)
arel (8.0.0)
ast (2.3.0)
ast (2.4.0)
autoprefixer-rails (7.1.2.2)
execjs
awesome_print (1.8.0)
Expand Down Expand Up @@ -191,6 +191,7 @@ GEM
inline_svg (1.2.2)
activesupport (>= 3.0)
nokogiri (>= 1.6)
jaro_winkler (1.5.1)
jbuilder (2.7.0)
activesupport (>= 4.2.0)
multi_json (>= 1.2)
Expand Down Expand Up @@ -266,12 +267,12 @@ GEM
cocaine (~> 0.5.5)
mime-types
mimemagic (~> 0.3.0)
parallel (1.11.2)
parser (2.4.0.0)
ast (~> 2.2)
parallel (1.12.1)
parser (2.5.1.2)
ast (~> 2.4.0)
party_foul (1.5.5)
octokit (~> 3.1)
powerpack (0.1.1)
powerpack (0.1.2)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
Expand Down Expand Up @@ -343,8 +344,7 @@ GEM
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (2.2.2)
rake
rainbow (3.0.0)
raindrops (0.18.0)
rake (12.0.0)
rb-fsevent (0.10.2)
Expand Down Expand Up @@ -380,14 +380,15 @@ GEM
rspec-mocks (~> 3.6.0)
rspec-support (~> 3.6.0)
rspec-support (3.6.0)
rubocop (0.49.1)
rubocop (0.58.1)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.3.3.1, < 3.0)
parser (>= 2.5, != 2.5.1.1)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.8.1)
ruby-progressbar (1.8.3)
ruby_dep (1.5.0)
rubycas-client (2.3.9)
activesupport
Expand Down Expand Up @@ -450,7 +451,7 @@ GEM
thread_safe (~> 0.1)
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)
unicode-display_width (1.3.0)
unicode-display_width (1.4.0)
unicorn (5.1.0)
kgio (~> 2.6)
raindrops (~> 0.7)
Expand Down Expand Up @@ -529,7 +530,7 @@ DEPENDENCIES
redcarpet (~> 3.4.0)
responders (~> 2.4.0)
rspec-rails (~> 3.6.0)
rubocop (~> 0.49.1)
rubocop (~> 0.58.1)
ruby-progressbar (~> 1.8.1)
rubyzip (~> 1.2.1)
sass-rails (~> 5.0.6)
Expand All @@ -549,4 +550,4 @@ RUBY VERSION
ruby 2.4.1p111

BUNDLED WITH
1.16.2
1.16.3

0 comments on commit e06a32b

Please sign in to comment.