forked from whitmer/edu_apps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile.lock
More file actions
59 lines (57 loc) · 1.27 KB
/
Gemfile.lock
File metadata and controls
59 lines (57 loc) · 1.27 KB
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
GEM
remote: http://rubygems.org/
specs:
addressable (2.2.6)
builder (2.1.2)
columnize (0.3.4)
data_objects (0.10.8)
addressable (~> 2.1)
dm-core (1.2.0)
addressable (~> 2.2.6)
dm-do-adapter (1.2.0)
data_objects (~> 0.10.6)
dm-core (~> 1.2.0)
dm-migrations (1.2.0)
dm-core (~> 1.2.0)
dm-postgres-adapter (1.2.0)
dm-do-adapter (~> 1.2.0)
do_postgres (~> 0.10.6)
dm-sqlite-adapter (1.2.0)
dm-do-adapter (~> 1.2.0)
do_sqlite3 (~> 0.10.6)
do_postgres (0.10.8)
data_objects (= 0.10.8)
do_sqlite3 (0.10.8)
data_objects (= 0.10.8)
json (1.5.1)
linecache (0.46)
rbx-require-relative (> 0.0.4)
oauth (0.4.5)
rack (1.3.5)
rack-protection (1.1.4)
rack
rbx-require-relative (0.0.5)
rspec (1.3.2)
ruby-debug (0.10.4)
columnize (>= 0.1)
ruby-debug-base (~> 0.10.4.0)
ruby-debug-base (0.10.4)
linecache (>= 0.3)
sinatra (1.3.1)
rack (~> 1.3, >= 1.3.4)
rack-protection (~> 1.1, >= 1.1.2)
tilt (~> 1.3, >= 1.3.3)
tilt (1.3.3)
PLATFORMS
ruby
DEPENDENCIES
builder
dm-core
dm-migrations
dm-postgres-adapter
dm-sqlite-adapter
json (= 1.5.1)
oauth (= 0.4.5)
rspec
ruby-debug
sinatra (= 1.3.1)