File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ gem 'factory_bot_rails', group: %i[test]
48
48
gem 'fcrepo_wrapper' , '~> 0.4' , group : %i[ development test ]
49
49
gem 'flutie'
50
50
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'
52
52
gem 'hyrax' , github : 'samvera/hyrax' , branch : 'double_combo'
53
53
gem 'hyrax-doi' , github : 'samvera-labs/hyrax-doi' , branch : 'rails_hyrax_upgrade'
54
54
gem 'hyrax-iiif_av' , github : 'samvera-labs/hyrax-iiif_av' , branch : 'rails_hyrax_upgrade'
Original file line number Diff line number Diff line change 641
641
webrick
642
642
google-apis-drive_v3 (0.46.0 )
643
643
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 )
646
649
jwt (>= 1.4 , < 3.0 )
647
650
multi_json (~> 1.11 )
648
651
os (>= 0.9 , < 2.0 )
@@ -1460,7 +1463,7 @@ DEPENDENCIES
1460
1463
fcrepo_wrapper (~> 0.4 )
1461
1464
flutie
1462
1465
good_job (~> 2.99 )
1463
- googleauth (= 1.8.1 )
1466
+ googleauth (~> 1.9.0 )
1464
1467
hyku_knapsack !
1465
1468
hyrax !
1466
1469
hyrax-doi !
You can’t perform that action at this time.
0 commit comments