mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-26 20:08:51 +01:00
Merge pull request #2175 from TracksApp/dependabot/bundler/rubocop-0.65.0
Bump rubocop from 0.60.0 to 0.65.0
This commit is contained in:
commit
265f387e1d
2 changed files with 9 additions and 7 deletions
2
Gemfile
2
Gemfile
|
|
@ -61,7 +61,7 @@ end
|
|||
group :development, :test do
|
||||
gem 'byebug'
|
||||
gem 'listen'
|
||||
gem "rubocop", "~> 0.60", require: false
|
||||
gem "rubocop", "~> 0.65", require: false
|
||||
end
|
||||
|
||||
group :test do
|
||||
|
|
|
|||
14
Gemfile.lock
14
Gemfile.lock
|
|
@ -98,7 +98,7 @@ GEM
|
|||
htmlentities (4.3.4)
|
||||
i18n (1.6.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
jaro_winkler (1.5.1)
|
||||
jaro_winkler (1.5.2)
|
||||
jquery-rails (4.3.3)
|
||||
rails-dom-testing (>= 1, < 3)
|
||||
railties (>= 4.2.0)
|
||||
|
|
@ -142,10 +142,11 @@ GEM
|
|||
mime-types
|
||||
mimemagic (~> 0.3.0)
|
||||
terrapin (~> 0.6.0)
|
||||
parallel (1.12.1)
|
||||
parser (2.5.3.0)
|
||||
parallel (1.13.0)
|
||||
parser (2.6.0.0)
|
||||
ast (~> 2.4.0)
|
||||
powerpack (0.1.2)
|
||||
psych (3.1.0)
|
||||
puma (3.12.0)
|
||||
rack (2.0.6)
|
||||
rack-mini-profiler (1.0.0)
|
||||
|
|
@ -192,11 +193,12 @@ GEM
|
|||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.7.0)
|
||||
rspec-support (3.7.1)
|
||||
rubocop (0.60.0)
|
||||
rubocop (0.65.0)
|
||||
jaro_winkler (~> 1.5.1)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 2.5, != 2.5.1.1)
|
||||
powerpack (~> 0.1)
|
||||
psych (>= 3.1.0)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (~> 1.4.0)
|
||||
|
|
@ -260,7 +262,7 @@ GEM
|
|||
thread_safe (~> 0.1)
|
||||
uglifier (4.1.20)
|
||||
execjs (>= 0.3.0, < 3)
|
||||
unicode-display_width (1.4.0)
|
||||
unicode-display_width (1.4.1)
|
||||
uniform_notifier (1.12.1)
|
||||
websocket (1.2.8)
|
||||
websocket-driver (0.7.0)
|
||||
|
|
@ -302,7 +304,7 @@ DEPENDENCIES
|
|||
rails-dom-testing (~> 2.0.0)
|
||||
rails_autolink
|
||||
rspec-expectations
|
||||
rubocop (~> 0.60)
|
||||
rubocop (~> 0.65)
|
||||
sanitize (>= 3.0.0)
|
||||
sass-rails (~> 5.0)
|
||||
selenium-webdriver (~> 2.53)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue