Skip to content

Commit

Permalink
Merge pull request #9 from code-dot-org/darin/rollback-google-apis-core
Browse files Browse the repository at this point in the history
Roll back google-apis-core for code-dot-org compatibility
  • Loading branch information
cat5inthecradle authored Dec 11, 2024
2 parents 090df4e + 795518f commit 1da3606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws-google.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

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

spec.add_development_dependency 'activesupport', '~> 6.1.7.8'
Expand Down
2 changes: 1 addition & 1 deletion lib/aws/google/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Aws
class Google
VERSION = '0.2.1'.freeze
VERSION = '0.2.2'.freeze
end
end

0 comments on commit 1da3606

Please sign in to comment.