diff --git a/google-cloud-storage/Gemfile b/google-cloud-storage/Gemfile index acb56cd6c6e8..38377e8cbff8 100644 --- a/google-cloud-storage/Gemfile +++ b/google-cloud-storage/Gemfile @@ -21,7 +21,7 @@ end gem "google-cloud-pubsub", path: "../google-cloud-pubsub" gem "google-cloud-pubsub-v1", path: "../google-cloud-pubsub-v1" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "rake" # The following gems have been removed from ruby core and are required for testing. gem "ostruct" diff --git a/google-cloud-storage/Gemfile.lock b/google-cloud-storage/Gemfile.lock index ac5c85440310..f6fec60bf9ab 100644 --- a/google-cloud-storage/Gemfile.lock +++ b/google-cloud-storage/Gemfile.lock @@ -8,7 +8,7 @@ PATH PATH remote: ../google-cloud-errors specs: - google-cloud-errors (1.6.0) + google-cloud-errors (1.7.0) PATH remote: ../google-cloud-pubsub-v1 @@ -30,7 +30,7 @@ PATH PATH remote: . specs: - google-cloud-storage (1.61.0) + google-cloud-storage (1.62.0) addressable (~> 2.8) digest-crc (~> 0.4) google-apis-core (>= 0.18, < 2) @@ -193,10 +193,10 @@ GEM path_expander (~> 2.0) minitest-focus (1.4.1) minitest (> 5.0) - minitest-reporters (1.5.0) + minitest-reporters (1.8.0) ansi builder - minitest (>= 5.0) + minitest (>= 5.0, < 7) ruby-progressbar minitest-rg (5.4.0) minitest (>= 5.0, < 7) @@ -301,7 +301,7 @@ DEPENDENCIES minitest (~> 5.16) minitest-autotest (~> 1.0) minitest-focus (~> 1.1) - minitest-reporters (~> 1.5.0) + minitest-reporters (~> 1.8.0) minitest-rg (~> 5.2) ostruct rake @@ -319,7 +319,7 @@ CHECKSUMS base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd builder (3.3.0) sha256=497918d2f9dca528fdca4b88d84e4ef4387256d984b8154e9d5d3fe5a9c8835f - bundler (4.0.14) sha256=d09a0a965cf772266a7e49e83610be7c2f4e49e61134c42a56804bb383cc24b8 + bundler (4.0.13) sha256=19f08be7f27022cf0b89f27da0b044ae075e8270a9ef44ad248a932614e1ca3b cgi (0.5.2) sha256=61ca30298171190fd4fa0d8018e57ada456eae9b7a2b78526debf7f0a0e6f8bb concurrent-ruby (1.3.7) sha256=4412caec3a5ea2e5fdc52076724c071a81f2c0593d83b2ac8cbb8ca63b3151b0 declarative (0.0.20) sha256=8021dd6cb17ab2b61233c56903d3f5a259c5cf43c80ff332d447d395b17d9ff9 @@ -337,10 +337,10 @@ CHECKSUMS google-apis-storage_v1 (0.64.0) sha256=75b11afa2edcee859b84c7a6972ee4456314eeef5f762827fd6cf5c5ffaf93f2 google-cloud-core (1.9.0) google-cloud-env (2.3.1) sha256=0faac01eb27be78c2591d64433663b1a114f8f7af55a4f819755426cac9178e7 - google-cloud-errors (1.6.0) + google-cloud-errors (1.7.0) google-cloud-pubsub (3.3.0) google-cloud-pubsub-v1 (1.16.0) - google-cloud-storage (1.61.0) + google-cloud-storage (1.62.0) google-iam-v1 (1.7.0) sha256=9e3ea9dcc59cbd5f8d2f62b00da41ec57a2e427b33c0e798207fa06c8fbb8b87 google-logging-utils (0.2.0) sha256=675462b4ea5affa825a3442694ca2d75d0069455a1d0956127207498fca3df7b google-protobuf (4.35.1) sha256=a3a6471331d918f58dfa4d014a8f6286f0af2cf4840216bde52fcf2ea3fe3726 @@ -377,7 +377,7 @@ CHECKSUMS minitest (5.27.0) sha256=2d3b17f8a36fe7801c1adcffdbc38233b938eb0b4966e97a6739055a45fa77d5 minitest-autotest (1.2.0) sha256=60d031cba705215450662b0060f03f96507682b346a19c27f6756751ad92d2b4 minitest-focus (1.4.1) sha256=394517cbe2dcb2d992d8ffc41a3b2b6315777a4daa69239de4fefe7110dd810e - minitest-reporters (1.5.0) sha256=a693acddc67987cde96d33ad6766b8d3e8522bb4c8a20628352950c30d42f0a3 + minitest-reporters (1.8.0) sha256=8ce5280fb73ad3178ae525454df169b6f28c1b38b1d088ea91815d3a370ba384 minitest-rg (5.4.0) sha256=54d42bb8ce876381245be5866f3c1dd704ef79c06ba5c9ff280c0aa28c56effb minitest-server (1.0.10) sha256=275439bf3ffc433fcbe161733248f1d9749ebf122892cf010bf864aaa95cef75 multi_json (1.21.1) sha256=e6126a31808e3b4d19f483c775ceac34df190dffa62adfb63a165ee14ba68080 @@ -419,4 +419,4 @@ CHECKSUMS yard-doctest (0.1.17) sha256=7cb35a75d99f58fc42ee72d3542a36e227237b621a40aebc391c95988b72847f BUNDLED WITH - 4.0.14 + 4.0.13 diff --git a/google-cloud-storage/README.md b/google-cloud-storage/README.md index 6ddeb25907bc..4f8bb2e5f192 100644 --- a/google-cloud-storage/README.md +++ b/google-cloud-storage/README.md @@ -104,3 +104,5 @@ Github](https://github.com/googleapis/google-cloud-ruby/issues). Don't hesitate to [ask questions](http://stackoverflow.com/questions/tagged/google-cloud-platform+ruby) about the client or APIs on [StackOverflow](http://stackoverflow.com). + +# test