-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathGemfile
More file actions
38 lines (26 loc) · 737 Bytes
/
Gemfile
File metadata and controls
38 lines (26 loc) · 737 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
28
29
30
31
32
33
34
35
36
37
38
source 'https://rubygems.org'
ruby '2.5.8'
gem 'travis-support', git: 'https://github.com/travis-ci/travis-support', ref: '113cff17fe383bb72fcfae3a97a8ce98c228342f'
gem 'travis-config', '~> 1.0.0'
gem 'sidekiq', '~> 4.0.0'
gem 'redis-namespace'
gem 'puma'
gem 'sinatra', '~> 2.0.3'
gem 'rake', '~> 12.3.3'
gem 'sentry-raven'
gem 'activesupport', '~> 6.1.7'
gem 'metriks'
gem 'metriks-librato_metrics'
gem 'yajl-ruby', '~> 1.4.0'
gem 'jemalloc', git: 'https://github.com/joshk/jemalloc-rb'
group :development, :test do
gem 'pry'
gem 'rspec', '~> 2.9'
end
group :development do
gem 'foreman', '~> 0.41.0'
end
group :test do
gem 'rack-test'
gem 'timecop'
end