Skip to content

Commit

Permalink
Merge pull request #2228 from samvera/update-googleauth
Browse files Browse the repository at this point in the history
⬆️ Update googleauth
  • Loading branch information
kirkkwang authored May 30, 2024
2 parents a4f964d + baceadb commit cc180ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ gem 'factory_bot_rails', group: %i[test]
gem 'fcrepo_wrapper', '~> 0.4', group: %i[development test]
gem 'flutie'
gem 'good_job', '~> 2.99'
gem 'googleauth', '= 1.8.1' # 1.9.0 got yanked from rubygems, hard pinning until we can upgrade
gem 'googleauth', '~> 1.9.0'
gem 'hyrax', github: 'samvera/hyrax', branch: 'double_combo'
gem 'hyrax-doi', github: 'samvera-labs/hyrax-doi', branch: 'rails_hyrax_upgrade'
gem 'hyrax-iiif_av', github: 'samvera-labs/hyrax-iiif_av', branch: 'rails_hyrax_upgrade'
Expand Down
9 changes: 6 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -641,8 +641,11 @@ GEM
webrick
google-apis-drive_v3 (0.46.0)
google-apis-core (>= 0.11.0, < 2.a)
googleauth (1.8.1)
faraday (>= 0.17.3, < 3.a)
google-cloud-env (2.1.1)
faraday (>= 1.0, < 3.a)
googleauth (1.9.2)
faraday (>= 1.0, < 3.a)
google-cloud-env (~> 2.1)
jwt (>= 1.4, < 3.0)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
Expand Down Expand Up @@ -1460,7 +1463,7 @@ DEPENDENCIES
fcrepo_wrapper (~> 0.4)
flutie
good_job (~> 2.99)
googleauth (= 1.8.1)
googleauth (~> 1.9.0)
hyku_knapsack!
hyrax!
hyrax-doi!
Expand Down

0 comments on commit cc180ba

Please sign in to comment.