Skip to content

Commit

Permalink
Restore rubocop 0.61.0 before rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
quartzmo committed Feb 14, 2019
1 parent 014070d commit 7388b8e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion google-cloud-bigquery/Gemfile
Expand Up @@ -8,4 +8,3 @@ gem "google-cloud-storage", path: "../google-cloud-storage"

gem "minitest-reporters", "~> 1.3.5", require: false
gem "rake", "~> 12.3"
gem "rubocop", git: "git@github.com:rubocop-hq/rubocop.git", branch: "master"
1 change: 0 additions & 1 deletion google-cloud-core/Gemfile
Expand Up @@ -7,4 +7,3 @@ gem "google-cloud-env", path: "../google-cloud-env"
gem "google-gax", "~> 1.0"

gem "rake", "~> 12.3"
gem "rubocop", git: "git@github.com:rubocop-hq/rubocop.git", branch: "master"
1 change: 0 additions & 1 deletion google-cloud-datastore/Gemfile
Expand Up @@ -6,4 +6,3 @@ gem "google-cloud-core", path: "../google-cloud-core"
gem "google-cloud-env", path: "../google-cloud-env"

gem "rake", "~> 12.3"
gem "rubocop", git: "git@github.com:rubocop-hq/rubocop.git", branch: "master"
1 change: 0 additions & 1 deletion google-cloud-debugger/Gemfile
Expand Up @@ -8,4 +8,3 @@ gem "google-cloud-logging", path: "../google-cloud-logging"
gem "stackdriver-core", path: "../stackdriver-core"

gem "rake", "~> 12.3"
gem "rubocop", git: "git@github.com:rubocop-hq/rubocop.git", branch: "master"
1 change: 0 additions & 1 deletion google-cloud-env/Gemfile
Expand Up @@ -3,4 +3,3 @@ source "https://rubygems.org"
gemspec

gem "rake", "~> 12.3"
gem "rubocop", git: "git@github.com:rubocop-hq/rubocop.git", branch: "master"

0 comments on commit 7388b8e

Please sign in to comment.