Merge pull request #269 from rusikf/update-gemfile

update googleauth
This commit is contained in:
Steve Bazyl 2015-08-19 12:18:31 -07:00
commit 5cdc7fd4b2
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'addressable', '~> 2.3'
spec.add_runtime_dependency 'mime-types', '>= 1.6'
spec.add_runtime_dependency 'hurley', '~> 0.1'
spec.add_runtime_dependency 'googleauth', '~> 0.2'
spec.add_runtime_dependency 'googleauth', '~> 0.4'
spec.add_runtime_dependency 'thor', '~> 0.19'
spec.add_runtime_dependency 'memoist', '~> 0.11'
end