Skip to content
This repository has been archived by the owner on May 10, 2018. It is now read-only.

Commit

Permalink
Add google-api-client
Browse files Browse the repository at this point in the history
Also free up thor version requirement, which appears unnecessary.
  • Loading branch information
BanzaiMan committed Apr 13, 2016
1 parent 0fbc8ff commit a50554a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion travis-core.gemspec
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.rubyforge_project = '[none]'

s.add_dependency 'rake'
s.add_dependency 'thor', '~> 0.14.6'
s.add_dependency 'thor'
s.add_dependency 'activerecord', '~> 3.2.19'
s.add_dependency 'actionmailer', '~> 3.2.19'
s.add_dependency 'railties', '~> 3.2.19'
Expand Down Expand Up @@ -45,4 +45,5 @@ Gem::Specification.new do |s|
s.add_dependency 's3', '~> 0.3'
s.add_dependency 'gh'
s.add_dependency 'multi_json'
s.add_dependency 'google-api-client', '~> 0.9.4'
end

0 comments on commit a50554a

Please sign in to comment.