forked from tent/tentd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
17 lines (14 loc) · 889 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
source 'https://rubygems.org'
gemspec
gem 'rack-putty', :git => 'git://github.com/tent/rack-putty.git', :branch => 'master'
gem 'tent-client', :git => 'git://github.com/tent/tent-client-ruby.git', :branch => 'master'
gem 'tent-schemas', :git => 'git://github.com/tent/tent-schemas.git', :branch => 'master'
gem 'json-pointer', :git => 'git://github.com/tent/json-pointer-ruby.git', :branch => 'master'
gem 'tent-canonical-json', :git => 'git://github.com/tent/tent-canonical-json-ruby.git', :branch => 'master'
gem 'api-validator', :git => 'git://github.com/tent/api-validator.git', :branch => 'master'
gem 'hawk-auth', :git => 'git://github.com/tent/hawk-ruby.git', :branch => 'master'
gem 'sequel_pg', :require => 'sequel'
gem 'sequel', :require => false
group :development, :test do
gem 'tent-validator', :git => 'git://github.com/tent/tent-validator.git', :branch => 'master'
end