This repository has been archived by the owner on Jun 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 165
/
Gemfile.lock
140 lines (136 loc) · 3.23 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
129
130
131
132
133
134
135
136
137
138
139
140
GEM
remote: https://rubygems.org/
specs:
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
archive (0.0.6)
ffi (~> 1.9.3)
blankslate (2.1.2.4)
concurrent-ruby (1.1.5)
diff-lcs (1.3)
docile (1.3.2)
edn (1.0.0)
parslet (~> 1.4.0)
fabrication (2.7.2)
faker (1.2.0)
i18n (~> 0.5)
fast_gettext (1.1.2)
ffi (1.9.25-java)
gettext (3.2.9)
locale (>= 2.0.5)
text (>= 1.3.0)
gettext-setup (0.30)
fast_gettext (~> 1.1.0)
gettext (>= 3.0.2)
locale
hashie (2.0.5)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jdbc-postgres (42.2.14)
json (2.2.0-java)
json-schema (2.8.1)
addressable (>= 2.4)
kramdown (1.14.0)
locale (2.1.2)
mustermann (1.0.3)
parslet (1.4.0)
blankslate (~> 2.0)
public_suffix (3.1.1)
rack (2.1.4)
rack-protection (2.0.5)
rack
rack-test (0.7.0)
rack (>= 1.0, < 3)
rake (12.3.3)
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 (5.22.0)
simplecov (0.17.0)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sinatra (2.0.5)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.5)
tilt (~> 2.0)
text (1.3.1)
thor (0.20.3)
tilt (2.0.9)
timecop (0.9.1)
torquebox (3.2.0)
thor (>= 0.14.6)
torquebox-cache (= 3.2.0)
torquebox-configure (= 3.2.0)
torquebox-core (= 3.2.0)
torquebox-messaging (= 3.2.0)
torquebox-naming (= 3.2.0)
torquebox-rake-support (= 3.2.0)
torquebox-security (= 3.2.0)
torquebox-stomp (= 3.2.0)
torquebox-transactions (= 3.2.0)
torquebox-web (= 3.2.0)
torquebox-cache (3.2.0-java)
torquebox-core (= 3.2.0)
torquebox-transactions (= 3.2.0)
torquebox-configure (3.2.0-java)
blankslate (= 2.1.2.4)
torquebox-core (3.2.0-java)
edn (= 1.0.0)
torquebox-messaging (3.2.0-java)
torquebox-core (= 3.2.0)
torquebox-transactions (= 3.2.0)
torquebox-naming (3.2.0-java)
torquebox-core (= 3.2.0)
torquebox-rake-support (3.2.0)
rake (>= 0.8.7)
torquebox-security (3.2.0-java)
torquebox-core (= 3.2.0)
torquebox-server (3.2.0-java)
torquebox (= 3.2.0)
torquebox-stomp (3.2.0)
torquebox-core (= 3.2.0)
torquebox-messaging (= 3.2.0)
torquebox-transactions (3.2.0)
torquebox-core (= 3.2.0)
torquebox-web (3.2.0-java)
unix-crypt (1.1.1)
yard (0.9.20)
PLATFORMS
java
universal-java-1.8
DEPENDENCIES
archive
fabrication (~> 2.7.2)
faker (~> 1.2.0)
gettext-setup
hashie (~> 2.0.5)
jdbc-postgres (= 42.2.14)
json-schema
kramdown (~> 1.14.0)
rack (>= 2.1.4)
rack-test (~> 0.7.0)
rake
rspec (~> 2.13.0)
rspec-core (~> 2.13.1)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.1)
sequel
simplecov
sinatra
timecop
torquebox (~> 3.2.0)
torquebox-server (~> 3.2.0)
unix-crypt (~> 1.1.1)
yard (>= 0.9.20)
RUBY VERSION
ruby 2.3.1p0 (jruby 9.1.5.0)
BUNDLED WITH
1.17.3