forked from puppetlabs-toy-chest/razor-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
128 lines (124 loc) · 2.94 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
GEM
remote: https://rubygems.org/
specs:
addressable (2.3.8)
archive (0.0.6)
ffi (~> 1.9.3)
blankslate (2.1.2.4)
diff-lcs (1.2.5)
docile (1.1.5)
edn (1.0.0)
parslet (~> 1.4.0)
fabrication (2.7.2)
faker (1.2.0)
i18n (~> 0.5)
fast_gettext (0.8.1)
ffi (1.9.14-java)
gettext (3.1.9)
locale (>= 2.0.5)
text (>= 1.3.0)
hashie (2.0.5)
i18n (0.7.0)
jdbc-postgres (9.4.1206)
json (2.0.2-java)
json-schema (2.6.2)
addressable (~> 2.3.8)
kramdown (1.12.0)
locale (2.1.2)
parslet (1.4.0)
blankslate (~> 2.0)
rack (1.6.4)
rack-protection (1.5.3)
rack
rack-test (0.6.3)
rack (>= 1.0)
rake (11.3.0)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.1)
sequel (4.9.0)
simplecov (0.12.0)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
sinatra (1.4.7)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
text (1.3.1)
thor (0.19.1)
tilt (2.0.5)
timecop (0.8.1)
torquebox (3.1.2)
thor (>= 0.14.6)
torquebox-cache (= 3.1.2)
torquebox-configure (= 3.1.2)
torquebox-core (= 3.1.2)
torquebox-messaging (= 3.1.2)
torquebox-naming (= 3.1.2)
torquebox-rake-support (= 3.1.2)
torquebox-security (= 3.1.2)
torquebox-stomp (= 3.1.2)
torquebox-transactions (= 3.1.2)
torquebox-web (= 3.1.2)
torquebox-cache (3.1.2-java)
torquebox-core (= 3.1.2)
torquebox-transactions (= 3.1.2)
torquebox-configure (3.1.2-java)
blankslate (= 2.1.2.4)
torquebox-core (3.1.2-java)
edn (= 1.0.0)
torquebox-messaging (3.1.2-java)
torquebox-core (= 3.1.2)
torquebox-transactions (= 3.1.2)
torquebox-naming (3.1.2-java)
torquebox-core (= 3.1.2)
torquebox-rake-support (3.1.2)
rake (>= 0.8.7)
torquebox-security (3.1.2-java)
torquebox-core (= 3.1.2)
torquebox-server (3.1.2-java)
torquebox (= 3.1.2)
torquebox-stomp (3.1.2)
torquebox-core (= 3.1.2)
torquebox-messaging (= 3.1.2)
torquebox-transactions (3.1.2)
torquebox-core (= 3.1.2)
torquebox-web (3.1.2-java)
unix-crypt (1.1.1)
yard (0.9.5)
PLATFORMS
java
DEPENDENCIES
archive
fabrication (~> 2.7.2)
faker (~> 1.2.0)
fast_gettext (~> 0.8.1)
gettext (~> 3.1.1)
hashie (~> 2.0.5)
jdbc-postgres
json-schema (= 2.6.2)
kramdown
rack-test
rspec (~> 2.13.0)
rspec-core (~> 2.13.1)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.1)
sequel (= 4.9)
simplecov
sinatra (>= 1.4.4)
timecop
torquebox (~> 3.1.2)
torquebox-server (~> 3.1.2)
unix-crypt (~> 1.1.1)
yard
RUBY VERSION
ruby 1.9.3p551 (jruby 1.7.19)
BUNDLED WITH
1.12.5