Skip to content

Commit

Permalink
updating gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhangi-google committed Jan 17, 2025
1 parent d922eff commit 59a3f9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion google-cloud-storage/google-cloud-storage.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "google-cloud-core", "~> 1.6"
gem.add_dependency "google-apis-core", "~> 0.13"
gem.add_dependency "google-apis-iamcredentials_v1", "~> 0.18"
gem.add_dependency "google-apis-storage_v1", "~> 0.38"
gem.add_dependency "google-apis-storage_v1", "~> 0.40"
gem.add_dependency "googleauth", "~> 1.9"
gem.add_dependency "digest-crc", "~> 0.4"
gem.add_dependency "addressable", "~> 2.8"
Expand Down
1 change: 0 additions & 1 deletion google-cloud-storage/samples/acceptance/buckets_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
require_relative "../storage_set_retention_policy"
require_relative "../storage_get_autoclass"
require_relative "../storage_set_autoclass"
require "pry"

describe "Buckets Snippets" do
let(:storage_client) { Google::Cloud::Storage.new }
Expand Down

0 comments on commit 59a3f9c

Please sign in to comment.