forked from ebertti/synth
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Gemfile.lock
69 lines (66 loc) · 1.62 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
GIT
remote: git://github.com/ulfurinn/wongi-engine.git
revision: e8e780d008f7229b88eb1ac982cbba64b7a62268
specs:
wongi-engine (0.0.4)
GEM
remote: http://rubygems.org/
specs:
actionmailer (2.3.14)
actionpack (= 2.3.14)
actionpack (2.3.14)
activesupport (= 2.3.14)
rack (~> 1.1.0)
activerecord (2.3.14)
activesupport (= 2.3.14)
activerecord-jdbc-adapter (1.2.2.1)
activerecord-jdbcsqlite3-adapter (1.2.2.1)
activerecord-jdbc-adapter (~> 1.2.2.1)
jdbc-sqlite3 (~> 3.7.2)
activeresource (2.3.14)
activesupport (= 2.3.14)
activesupport (2.3.14)
bouncy-castle-java (1.5.0146.1)
browser (0.1.5)
builder (3.1.4)
dsl (0.1.4)
jdbc-sqlite3 (3.7.2)
jruby-openssl (0.7.7)
bouncy-castle-java (>= 1.5.0146.1)
json (1.7.5)
json (1.7.5-java)
markaby (0.7.2)
builder (>= 2.0.0)
rack (1.1.3)
rack-rewrite (1.3.1)
rails (2.3.14)
actionmailer (= 2.3.14)
actionpack (= 2.3.14)
activerecord (= 2.3.14)
activeresource (= 2.3.14)
activesupport (= 2.3.14)
rake (>= 0.8.3)
rake (10.0.0)
rubytree (0.8.3)
json (>= 1.7.5)
structured_warnings (>= 0.1.3)
structured_warnings (0.1.3)
tilt (1.3.3)
useragent (0.4.13)
uuidtools (2.1.3)
PLATFORMS
java
DEPENDENCIES
activerecord-jdbcsqlite3-adapter (~> 1.2.2)
browser (~> 0.1.5)
dsl (~> 0.1.4)
jruby-openssl (~> 0.7.7)
json (~> 1.7.5)
markaby (~> 0.7.2)
rack-rewrite (~> 1.3.1)
rails (~> 2.3.14)
rubytree (~> 0.8.3)
tilt (~> 1.3.3)
useragent (~> 0.4.12)
uuidtools (~> 2.1.3)
wongi-engine (~> 0.0.4)!