Skip to content

Commit

Permalink
Upgrade ruby and rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsey committed Jun 18, 2019
1 parent 7ccf0be commit 17b47ec
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 17 deletions.
6 changes: 3 additions & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ FirstMethodArgumentLineBreak:
Enabled: false
FirstMethodParameterLineBreak:
Enabled: false
FirstParameterIndentation:
IndentFirstArgument:
Enabled: false
FlipFlop:
Enabled: false
Expand All @@ -310,11 +310,11 @@ IfWithSemicolon:
Enabled: false
ImplicitRuntimeError:
Enabled: false
IndentArray:
IndentFirstArrayElement:
Enabled: false
IndentAssignment:
Enabled: false
IndentHash:
IndentFirstHashElement:
Enabled: false
IndentHeredoc:
Enabled: false
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.0
2.6.0
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'rake'
gem 'rubocop', '0.60.0'
gem 'rubocop', '0.71.0'

group :test do
gem 'rspec'
Expand Down
22 changes: 10 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ GEM
diff-lcs (1.3)
docile (1.1.5)
hirb (0.7.3)
jaro_winkler (1.5.1)
jaro_winkler (1.5.3)
json (2.1.0)
parallel (1.12.1)
parser (2.5.3.0)
parallel (1.17.0)
parser (2.6.3.0)
ast (~> 2.4.0)
powerpack (0.1.2)
rainbow (3.0.0)
rake (12.3.0)
rspec (3.7.0)
Expand All @@ -27,15 +26,14 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.0)
rubocop (0.60.0)
rubocop (0.71.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
powerpack (~> 0.1)
parser (>= 2.6)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.4.0)
ruby-progressbar (1.10.0)
unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.10.1)
simplecov (0.15.1)
docile (~> 1.1.0)
json (>= 1.8, < 3)
Expand All @@ -45,17 +43,17 @@ GEM
hirb
simplecov
simplecov-html (0.10.2)
unicode-display_width (1.4.0)
unicode-display_width (1.6.0)

PLATFORMS
ruby

DEPENDENCIES
rake
rspec
rubocop (= 0.56.0)
rubocop (= 0.71.0)
simplecov
simplecov-console

BUNDLED WITH
1.16.3
1.17.2

0 comments on commit 17b47ec

Please sign in to comment.