Skip to content

Commit

Permalink
chore: Fix build failures
Browse files Browse the repository at this point in the history
* Add newer gems to Gemfile
* Fix Container Analysis style failures

[pr googleapis#3505]
  • Loading branch information
blowmage authored Jun 19, 2019
1 parent d17733d commit 4121652
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ gem "google-cloud-bigquery", path: "google-cloud-bigquery"
gem "google-cloud-bigquery-data_transfer", path: "google-cloud-bigquery-data_transfer"
gem "google-cloud-bigtable", path: "google-cloud-bigtable"
gem "google-cloud-container", path: "google-cloud-container"
gem "google-cloud-container_analysis", path: "google-cloud-container_analysis"
gem "google-cloud-dataproc", path: "google-cloud-dataproc"
gem "google-cloud-datastore", path: "google-cloud-datastore"
gem "google-cloud-debugger", path: "google-cloud-debugger"
Expand Down Expand Up @@ -60,3 +61,4 @@ gem "google-cloud", path: "google-cloud"
gem "gcloud", path: "gcloud"
gem "stackdriver-core", path: "stackdriver-core"
gem "stackdriver", path: "stackdriver"
gem "grafeas-client", path: "grafeas-client"
3 changes: 3 additions & 0 deletions google-cloud-container_analysis/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ Style/StringLiterals:
EnforcedStyle: double_quotes
Style/MethodDefParentheses:
EnforcedStyle: require_no_parentheses
Naming/FileName:
Exclude:
- "lib/google-cloud-container_analysis.rb"
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.


require "google/cloud/container_analysis"

0 comments on commit 4121652

Please sign in to comment.