forked from final-ci/travis-build
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
27 lines (22 loc) · 628 Bytes
/
Gemfile
File metadata and controls
27 lines (22 loc) · 628 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
source 'https://rubygems.org'
ruby File.read(File.expand_path('../.ruby-version', __FILE__)).strip if ENV.key?('DYNO')
gem 'travis-support', github: 'travis-ci/travis-support'
gem 'activesupport', '~> 4.0'
gem 'addressable', '~> 2.3'
gem 'sinatra', '~> 1.4'
gem 'puma'
gem 'sentry-raven'
gem 'rack-ssl', '~> 1.4'
gem 'metriks', '0.9.9.6'
gem 'metriks-librato_metrics', github: 'eric/metriks-librato_metrics'
gem 'coder'
group :development do
gem 'rerun'
end
group :test do
gem 'mocha', '~> 0.10.0'
gem 'pry'
gem 'rspec', '~> 3.0'
gem 'simplecov', require: false
gem 'sinatra-contrib'
end