Merge pull request #2313 from TracksApp/dependabot/bundler/rubocop-0.78.0

This commit is contained in:
dependabot-preview[bot] 2020-01-01 13:53:02 +00:00 committed by GitHub
commit 4cde59a968
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -62,7 +62,7 @@ end
group :development, :test do group :development, :test do
gem 'byebug' gem 'byebug'
gem 'listen' gem 'listen'
gem "rubocop", "~> 0.74", require: false gem "rubocop", "~> 0.78", require: false
end end
group :test do group :test do

View file

@ -105,7 +105,7 @@ GEM
htmlentities (4.3.4) htmlentities (4.3.4)
i18n (1.7.0) i18n (1.7.0)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
jaro_winkler (1.5.3) jaro_winkler (1.5.4)
jquery-rails (4.3.5) jquery-rails (4.3.5)
rails-dom-testing (>= 1, < 3) rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0) railties (>= 4.2.0)
@ -149,8 +149,8 @@ GEM
mime-types mime-types
mimemagic (~> 0.3.0) mimemagic (~> 0.3.0)
terrapin (~> 0.6.0) terrapin (~> 0.6.0)
parallel (1.17.0) parallel (1.19.1)
parser (2.6.3.0) parser (2.7.0.1)
ast (~> 2.4.0) ast (~> 2.4.0)
puma (4.3.1) puma (4.3.1)
nio4r (~> 2.0) nio4r (~> 2.0)
@ -199,7 +199,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0) rspec-support (~> 3.8.0)
rspec-support (3.8.2) rspec-support (3.8.2)
rubocop (0.74.0) rubocop (0.78.0)
jaro_winkler (~> 1.5.1) jaro_winkler (~> 1.5.1)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 2.6) parser (>= 2.6)
@ -303,7 +303,7 @@ DEPENDENCIES
rails-dom-testing (~> 2.0.0) rails-dom-testing (~> 2.0.0)
rails_autolink rails_autolink
rspec-expectations rspec-expectations
rubocop (~> 0.74) rubocop (~> 0.78)
sanitize (~> 5.0) sanitize (~> 5.0)
sass-rails (~> 5.0) sass-rails (~> 5.0)
selenium-webdriver (~> 3.142) selenium-webdriver (~> 3.142)