-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile.lock
45 lines (43 loc) · 923 Bytes
/
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
GEM
remote: http://rubygems.org/
specs:
addressable (2.2.5)
data_objects (0.10.5)
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-sqlite-adapter (1.1.0)
dm-do-adapter (~> 1.1.0)
do_sqlite3 (~> 0.10.2)
dm-validations (1.1.0)
dm-core (~> 1.1.0)
do_postgres (0.10.5)
data_objects (= 0.10.5)
do_sqlite3 (0.10.5)
data_objects (= 0.10.5)
haml (3.1.1)
rack (1.2.2)
sass (3.1.1)
sinatra (1.2.6)
rack (~> 1.1)
tilt (>= 1.2.2, < 2.0)
tilt (1.3)
PLATFORMS
ruby
DEPENDENCIES
dm-core
dm-migrations
dm-postgres-adapter
dm-sqlite-adapter
dm-validations
haml
sass
sinatra