mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
Update rubocop
This commit is contained in:
parent
2ed4544ab3
commit
a68d73326f
2 changed files with 16 additions and 12 deletions
2
Gemfile
2
Gemfile
|
|
@ -61,7 +61,7 @@ end
|
|||
|
||||
group :development, :test do
|
||||
gem 'pry'
|
||||
gem "rubocop", "~> 0.41.2", require: false
|
||||
gem "rubocop", "~> 0.49", require: false
|
||||
end
|
||||
|
||||
group :test do
|
||||
|
|
|
|||
26
Gemfile.lock
26
Gemfile.lock
|
|
@ -57,7 +57,7 @@ GEM
|
|||
childprocess (>= 0.3.6)
|
||||
cucumber (>= 1.1.1)
|
||||
rspec-expectations (>= 2.7.0)
|
||||
ast (2.3.0)
|
||||
ast (2.4.0)
|
||||
autoprefixer-rails (5.1.0)
|
||||
execjs
|
||||
json
|
||||
|
|
@ -126,6 +126,7 @@ GEM
|
|||
activesupport (>= 4.1.0)
|
||||
htmlentities (4.3.3)
|
||||
i18n (0.7.0)
|
||||
jaro_winkler (1.5.1)
|
||||
jquery-rails (3.1.3)
|
||||
railties (>= 3.0, < 5.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
|
|
@ -159,9 +160,10 @@ GEM
|
|||
cocaine (~> 0.5.5)
|
||||
mime-types
|
||||
mimemagic (= 0.3.0)
|
||||
parser (2.3.1.4)
|
||||
ast (~> 2.2)
|
||||
powerpack (0.1.1)
|
||||
parallel (1.12.1)
|
||||
parser (2.5.1.0)
|
||||
ast (~> 2.4.0)
|
||||
powerpack (0.1.2)
|
||||
pry (0.10.1)
|
||||
coderay (~> 1.1.0)
|
||||
method_source (~> 0.8.1)
|
||||
|
|
@ -195,20 +197,22 @@ GEM
|
|||
activesupport (= 4.2.6)
|
||||
rake (>= 0.8.7)
|
||||
thor (>= 0.18.1, < 2.0)
|
||||
rainbow (2.1.0)
|
||||
rainbow (3.0.0)
|
||||
rake (11.1.2)
|
||||
ref (1.0.5)
|
||||
rspec-expectations (3.1.2)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.1.0)
|
||||
rspec-support (3.1.2)
|
||||
rubocop (0.41.2)
|
||||
parser (>= 2.3.1.1, < 3.0)
|
||||
rubocop (0.57.2)
|
||||
jaro_winkler (~> 1.5.1)
|
||||
parallel (~> 1.10)
|
||||
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-progressbar (1.8.1)
|
||||
ruby-progressbar (1.9.0)
|
||||
rubyzip (1.2.1)
|
||||
safe_yaml (1.0.4)
|
||||
sanitize (3.0.3)
|
||||
|
|
@ -264,7 +268,7 @@ GEM
|
|||
uglifier (2.7.2)
|
||||
execjs (>= 0.3.0)
|
||||
json (>= 1.8.0)
|
||||
unicode-display_width (1.1.1)
|
||||
unicode-display_width (1.4.0)
|
||||
uniform_notifier (1.6.2)
|
||||
websocket (1.2.4)
|
||||
will_paginate (3.0.7)
|
||||
|
|
@ -305,7 +309,7 @@ DEPENDENCIES
|
|||
rails-dom-testing!
|
||||
rails_autolink
|
||||
rspec-expectations
|
||||
rubocop (~> 0.41.2)
|
||||
rubocop (~> 0.49)
|
||||
sanitize (>= 3.0.0)
|
||||
sass-rails (~> 5.0)
|
||||
selenium-webdriver (~> 2.53)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue