This repository has been archived by the owner on Nov 16, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 74
/
Gemfile.lock
82 lines (80 loc) · 1.66 KB
/
Gemfile.lock
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
GEM
remote: http://rubygems.org/
specs:
addressable (2.2.6)
data_objects (0.10.6)
addressable (~> 2.1)
dm-core (1.1.0)
addressable (~> 2.2.4)
dm-do-adapter (1.1.0)
data_objects (~> 0.10.2)
dm-core (~> 1.1.0)
dm-migrations (1.1.0)
dm-core (~> 1.1.0)
dm-postgres-adapter (1.1.0)
dm-do-adapter (~> 1.1.0)
do_postgres (~> 0.10.2)
dm-serializer (1.1.0)
dm-core (~> 1.1.0)
fastercsv (~> 1.5.4)
json (~> 1.4.6)
dm-sqlite-adapter (1.1.0)
dm-do-adapter (~> 1.1.0)
do_sqlite3 (~> 0.10.2)
dm-timestamps (1.1.0)
dm-core (~> 1.1.0)
dm-validations (1.1.0)
dm-core (~> 1.1.0)
do_postgres (0.10.6)
data_objects (= 0.10.6)
do_sqlite3 (0.10.6)
data_objects (= 0.10.6)
fastercsv (1.5.4)
heroku (2.7.0)
launchy (>= 0.3.2)
rest-client (~> 1.6.1)
rubyzip
term-ansicolor (~> 1.0.5)
httparty (0.8.0)
multi_json
multi_xml
json (1.4.6)
launchy (2.0.5)
addressable (~> 2.2.6)
mime-types (1.16)
multi_json (1.0.3)
multi_xml (0.4.0)
pg (0.11.0)
rack (1.3.3)
rake (0.9.2)
rest-client (1.6.7)
mime-types (>= 1.16)
rubyzip (0.9.4)
shotgun (0.9)
rack (>= 1.0)
sinatra (1.2.6)
rack (~> 1.1)
tilt (>= 1.2.2, < 2.0)
sqlite3 (1.3.4)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
term-ansicolor (1.0.6)
tilt (1.3.3)
PLATFORMS
ruby
DEPENDENCIES
dm-core
dm-migrations
dm-postgres-adapter
dm-serializer
dm-sqlite-adapter
dm-timestamps
dm-validations
fastercsv
heroku
httparty
pg
rake
shotgun
sinatra
sqlite3-ruby