mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
Merge pull request #2413 from TracksApp/dependabot/bundler/rubocop-0.88.0
Bump rubocop from 0.87.1 to 0.88.0
This commit is contained in:
commit
40f69bd2ca
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -63,7 +63,7 @@ end
|
|||
group :development, :test do
|
||||
gem 'byebug'
|
||||
gem 'listen'
|
||||
gem "rubocop", "~> 0.87", require: false
|
||||
gem "rubocop", "~> 0.88", require: false
|
||||
end
|
||||
|
||||
group :test do
|
||||
|
|
|
@ -202,7 +202,7 @@ GEM
|
|||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.9.0)
|
||||
rspec-support (3.9.3)
|
||||
rubocop (0.87.1)
|
||||
rubocop (0.88.0)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 2.7.1.1)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
|
@ -322,7 +322,7 @@ DEPENDENCIES
|
|||
rails-dom-testing (~> 2.0.0)
|
||||
rails_autolink
|
||||
rspec-expectations
|
||||
rubocop (~> 0.87)
|
||||
rubocop (~> 0.88)
|
||||
sanitize (~> 5.2)
|
||||
sass-rails (~> 5.0)
|
||||
selenium-webdriver (~> 3.142)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue