aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
blob: 4fc00ac9d7f23e82117d00d3d52209df0a06a4fb (plain)
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"

gem "ruby_protobuf",  "~> 0.4.11"
gem "datamapper"
gem "dm-aggregates"
gem "dm-do-adapter"
gem "dm-migrations"
gem "dm-postgres-adapter"
gem "dm-sqlite-adapter"
gem "dm-transactions"
gem "dm-types"
gem "dm-validations"

#
# The versions here are to match Jessie
#
gem "log4r",     "~> 1.1.10"
gem "ipaddress", "~> 0.8.0"
gem "json",      "~> 1.8.1"
gem "sanitize",  "~> 2.1.0"
gem "rmail",     "~> 1.1.0"
gem "thin",      "~> 1.6.3"
gem "haml",       "~> 4.0.5"
gem "haml-contrib", "~> 1.0.0"
gem "RedCloth",   "~> 4.2.9"
gem "rack",       "~> 1.5.2"
gem "rack-protection", "~> 1.5.2"
gem "rack-flash3", "~> 1.0.5"
gem "tilt",        "~> 1.4.1"
gem "sinatra",     "~> 1.4.5"

group :test do
  gem "locale",      "~> 2.1.0"
  gem "simplecov", :require => false
  gem "rack-test", "~> 0.6.3"
  gem "webmock",   "~> 1.19.0"
  gem "timecop",   "~> 0.7.1"
end