Skip to content

Commit cc180ba

Browse files
author
Kirk Wang
authored
Merge pull request #2228 from samvera/update-googleauth
⬆️ Update googleauth
2 parents a4f964d + baceadb commit cc180ba

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ gem 'factory_bot_rails', group: %i[test]
4848
gem 'fcrepo_wrapper', '~> 0.4', group: %i[development test]
4949
gem 'flutie'
5050
gem 'good_job', '~> 2.99'
51-
gem 'googleauth', '= 1.8.1' # 1.9.0 got yanked from rubygems, hard pinning until we can upgrade
51+
gem 'googleauth', '~> 1.9.0'
5252
gem 'hyrax', github: 'samvera/hyrax', branch: 'double_combo'
5353
gem 'hyrax-doi', github: 'samvera-labs/hyrax-doi', branch: 'rails_hyrax_upgrade'
5454
gem 'hyrax-iiif_av', github: 'samvera-labs/hyrax-iiif_av', branch: 'rails_hyrax_upgrade'

Gemfile.lock

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -641,8 +641,11 @@ GEM
641641
webrick
642642
google-apis-drive_v3 (0.46.0)
643643
google-apis-core (>= 0.11.0, < 2.a)
644-
googleauth (1.8.1)
645-
faraday (>= 0.17.3, < 3.a)
644+
google-cloud-env (2.1.1)
645+
faraday (>= 1.0, < 3.a)
646+
googleauth (1.9.2)
647+
faraday (>= 1.0, < 3.a)
648+
google-cloud-env (~> 2.1)
646649
jwt (>= 1.4, < 3.0)
647650
multi_json (~> 1.11)
648651
os (>= 0.9, < 2.0)
@@ -1460,7 +1463,7 @@ DEPENDENCIES
14601463
fcrepo_wrapper (~> 0.4)
14611464
flutie
14621465
good_job (~> 2.99)
1463-
googleauth (= 1.8.1)
1466+
googleauth (~> 1.9.0)
14641467
hyku_knapsack!
14651468
hyrax!
14661469
hyrax-doi!

0 commit comments

Comments
 (0)