update googleauth + add usefull gems for dev

This commit is contained in:
Ruslan Korolev 2015-08-07 16:16:32 +03:00
parent 8daeb2cc1e
commit 897c0747be
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