Skip to content

Commit

Permalink
Merge pull request #344 from samvera/update_google_drive
Browse files Browse the repository at this point in the history
Allow google_drive 3.x
  • Loading branch information
jrgriffiniii authored Apr 14, 2020
2 parents 4a5a3cf + 40ae869 commit 5407708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browse-everything.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'aws-sdk-s3'
spec.add_dependency 'dropbox_api', '>= 0.1.10'
spec.add_dependency 'google-api-client', '~> 0.23'
spec.add_dependency 'google_drive', '~> 2.1'
spec.add_dependency 'google_drive', '>= 2.1', "< 4"
spec.add_dependency 'googleauth', '>= 0.6.6', '< 1.0'
spec.add_dependency 'rails', '>= 4.2', '< 6.0'
spec.add_dependency 'ruby-box'
Expand Down

0 comments on commit 5407708

Please sign in to comment.