Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Spree Upgrade] Rubocop fix #2866

Closed
Closed
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
21 changes: 11 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ GEM
activerecord (>= 3.0)
inflecto (0.0.2)
ipaddress (0.8.0)
jaro_winkler (1.5.1)
journey (1.0.4)
jquery-migrate-rails (1.2.1)
jquery-rails (3.0.0)
Expand Down Expand Up @@ -502,13 +503,13 @@ GEM
activesupport (>= 3.0.0)
cocaine (~> 0.5.0)
mime-types
parallel (1.11.2)
parallel (1.12.1)
parallel_tests (2.14.1)
parallel
paranoia (1.3.4)
activerecord (~> 3.1)
parser (2.4.0.0)
ast (~> 2.2)
parser (2.5.1.2)
ast (~> 2.4.0)
paypal-sdk-core (0.2.10)
multi_json (~> 1.0)
xml-simple
Expand All @@ -522,7 +523,7 @@ GEM
polyamorous (0.5.0)
activerecord (~> 3.0)
polyglot (0.3.5)
powerpack (0.1.1)
powerpack (0.1.2)
pry (0.11.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
Expand Down Expand Up @@ -558,8 +559,7 @@ GEM
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rainbow (2.2.2)
rake
rainbow (3.0.0)
raindrops (0.13.0)
rake (12.3.1)
ransack (0.7.2)
Expand Down Expand Up @@ -617,11 +617,12 @@ GEM
rspec-retry (0.5.6)
rspec-core (> 3.3, < 3.8)
rspec-support (3.7.1)
rubocop (0.55.0)
rubocop (0.57.2)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.3.3.1, < 3.0)
parser (>= 2.5)
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-ole (1.2.12.1)
Expand Down Expand Up @@ -671,7 +672,7 @@ GEM
uglifier (2.7.1)
execjs (>= 0.3.0)
json (>= 1.8.0)
unicode-display_width (1.3.0)
unicode-display_width (1.4.0)
unicorn (4.9.0)
kgio (~> 2.6)
rack
Expand Down