mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 11:10:12 +01:00
Merge pull request #2386 from TracksApp/dependabot/bundler/rubocop-0.83.0
Bump rubocop from 0.82.0 to 0.83.0
This commit is contained in:
commit
cf7679b67c
2 changed files with 3 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -63,7 +63,7 @@ end
|
|||
group :development, :test do
|
||||
gem 'byebug'
|
||||
gem 'listen'
|
||||
gem "rubocop", "~> 0.82", require: false
|
||||
gem "rubocop", "~> 0.83", require: false
|
||||
end
|
||||
|
||||
group :test do
|
||||
|
|
|
|||
|
|
@ -201,8 +201,7 @@ GEM
|
|||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.9.0)
|
||||
rspec-support (3.9.3)
|
||||
rubocop (0.82.0)
|
||||
jaro_winkler (~> 1.5.1)
|
||||
rubocop (0.83.0)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 2.7.0.1)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
|
|
@ -318,7 +317,7 @@ DEPENDENCIES
|
|||
rails-dom-testing (~> 2.0.0)
|
||||
rails_autolink
|
||||
rspec-expectations
|
||||
rubocop (~> 0.82)
|
||||
rubocop (~> 0.83)
|
||||
sanitize (~> 5.1)
|
||||
sass-rails (~> 5.0)
|
||||
selenium-webdriver (~> 3.142)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue