Skip to content

Commit

Permalink
Merge pull request #3 from tonchidot/ttakamura-patch-1
Browse files Browse the repository at this point in the history
Update testbot.gemspec
  • Loading branch information
Akira Uchihara committed Sep 30, 2015
2 parents 4d6142e + 6e8b181 commit 9859775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testbot.gemspec
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.files = Dir.glob("lib/**/*") + Dir.glob("test/**/*") + %w(Gemfile .gemtest Rakefile testbot.gemspec CHANGELOG README.markdown bin/testbot) +
(File.exists?("DEV_VERSION") ? [ "DEV_VERSION" ] : [])

s.add_dependency('sinatra', '~> 1.0.0')
s.add_dependency('sinatra', '>= 1.0.0')
s.add_dependency('httparty', '>= 0.6.1')
s.add_dependency('net-ssh', '>= 2.0.23')
s.add_dependency('json_pure', '>= 1.4.6')
Expand Down

0 comments on commit 9859775

Please sign in to comment.