Skip to content

Commit 795518f

Browse files
roll back google-apis-core
1 parent 090df4e commit 795518f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws-google.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
2323
spec.require_paths = ['lib']
2424

2525
spec.add_dependency 'aws-sdk-core', '~> 3.211.0'
26-
spec.add_dependency 'google-apis-core', '~> 0.15.1'
26+
spec.add_dependency 'google-apis-core', '~> 0.11.3' # Newest version compatible with code-dot-org's google_drive>googleauth dependency
2727
spec.add_dependency 'launchy', '~> 3.0.1'
2828

2929
spec.add_development_dependency 'activesupport', '~> 6.1.7.8'

lib/aws/google/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Aws
22
class Google
3-
VERSION = '0.2.1'.freeze
3+
VERSION = '0.2.2'.freeze
44
end
55
end

0 commit comments

Comments
 (0)