-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathGemfile
42 lines (32 loc) · 801 Bytes
/
Gemfile
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
39
40
41
42
source "https://rubygems.org"
gem 'dm-sqlite-adapter'
gem "dm-serializer",
git: "https://github.com/89mo/dm-serializer.git",
branch: "release-1.2-suishin"
gem 'dm-types',
git: 'https://github.com/bhaak/dm-types.git',
branch: 'gem-v1.2.2-with-frozen-nilclass-fix'
gem "data_mapper"
gem 'dm-migrations'
gem "json"
gem "haml", "< 6.0.0"
gem "sinatra"
gem "nokogiri"
gem "rufus-scheduler"
gem 'sinatra-cache', git: 'https://github.com/kematzy/sinatra-cache.git'
gem 'sanitize'
gem 'eventmachine', git: 'https://github.com/eventmachine/eventmachine.git'
gem "rack-mobile-detect"
gem "thin"
# charts
gem "fastercsv"
group :development, :test do
gem 'rake'
gem "rack-test"
gem 'rspec'
gem 'simplecov'
gem 'ci_reporter'
gem 'pry'
gem "sync"
#gem 'pry-stack_explorer'
end