Skip to content

Commit

Permalink
Merge pull request #34 from edcast/CP-EP-93750
Browse files Browse the repository at this point in the history
EP-93750 to update the tag for Rails upgrade as well
  • Loading branch information
rakshitdhingra authored Jan 15, 2024
2 parents 926f81e + 516fed3 commit 408422b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
20 changes: 6 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
cloud_storage_interface (1.0.0)
activesupport (~> 7.0.8)
aws-sdk-s3 (~> 1)
google-cloud-storage (~> 1.24.0)
google-cloud-storage (= 1.31.0)

GEM
remote: http://www.rubygems.org/
Expand Down Expand Up @@ -60,10 +60,6 @@ GEM
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
gems (1.2.0)
google-api-client (0.53.0)
google-apis-core (~> 0.1)
google-apis-generator (~> 0.1)
google-apis-core (0.11.0)
addressable (~> 2.5, >= 2.5.1)
googleauth (>= 0.16.2, < 2.a)
Expand All @@ -73,24 +69,21 @@ GEM
retriable (>= 2.0, < 4.a)
rexml
webrick
google-apis-discovery_v1 (0.14.0)
google-apis-iamcredentials_v1 (0.17.0)
google-apis-core (>= 0.11.0, < 2.a)
google-apis-generator (0.12.0)
activesupport (>= 5.0)
gems (~> 1.2)
google-apis-storage_v1 (0.32.0)
google-apis-core (>= 0.11.0, < 2.a)
google-apis-discovery_v1 (~> 0.5)
thor (>= 0.20, < 2.a)
google-cloud-core (1.6.0)
google-cloud-env (~> 1.0)
google-cloud-errors (~> 1.0)
google-cloud-env (1.6.0)
faraday (>= 0.17.3, < 3.0)
google-cloud-errors (1.3.1)
google-cloud-storage (1.24.0)
google-cloud-storage (1.31.0)
addressable (~> 2.5)
digest-crc (~> 0.4)
google-api-client (~> 0.33)
google-apis-iamcredentials_v1 (~> 0.1)
google-apis-storage_v1 (~> 0.1)
google-cloud-core (~> 1.2)
googleauth (~> 0.9)
mini_mime (~> 1.0)
Expand Down Expand Up @@ -128,7 +121,6 @@ GEM
faraday (>= 0.17.3, < 2.0)
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
thor (1.2.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uber (0.1.0)
Expand Down
2 changes: 1 addition & 1 deletion cloud_storage_interface.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = ">= 2.7.6"
s.executables = Dir["bin/*"].map &File.method(:basename)
s.add_dependency('aws-sdk-s3', '~> 1')
s.add_dependency('google-cloud-storage', '~> 1.24.0')
s.add_dependency('google-cloud-storage', '1.31.0')
s.add_dependency('activesupport', '~> 7.0.8')
s.add_development_dependency('mocha', '~> 1.0.0')
s.add_development_dependency('byebug', '~> 11.0.1')
Expand Down

0 comments on commit 408422b

Please sign in to comment.