forked from opendenton/denton_data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
95 lines (92 loc) · 2.07 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
GEM
remote: https://rubygems.org/
specs:
activemodel (5.0.1)
activesupport (= 5.0.1)
activerecord (5.0.1)
activemodel (= 5.0.1)
activesupport (= 5.0.1)
arel (~> 7.0)
activesupport (5.0.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.0)
public_suffix (~> 2.0, >= 2.0.2)
arel (7.1.4)
awesome_print (1.7.0)
clipboard (1.1.1)
concurrent-ruby (1.0.4)
cookiejar (0.3.3)
daemons (1.2.4)
em-http-request (1.1.5)
addressable (>= 2.3.4)
cookiejar (!= 0.3.1)
em-socksify (>= 0.3)
eventmachine (>= 1.0.3)
http_parser.rb (>= 0.6.0)
em-socksify (0.3.1)
eventmachine (>= 1.0.0.beta.4)
envyable (1.2.0)
thor (>= 0.18.1, < 2.0)
eventmachine (1.2.2)
faye-websocket (0.10.6)
eventmachine (>= 0.12.0)
websocket-driver (>= 0.5.1)
forward (1.1.7)
clipboard (~> 1.1.1)
em-http-request (~> 1.1.5)
eventmachine (~> 1.2.1)
faye-websocket (~> 0.10.5)
highline (~> 1.7.8)
json (~> 2.0.2)
slop (~> 3.6)
thin (~> 1.7.0)
highline (1.7.8)
http_parser.rb (0.6.0)
httparty (0.14.0)
multi_xml (>= 0.5.2)
i18n (0.8.0)
json (2.0.3)
minitest (5.10.1)
multi_xml (0.6.0)
pg (0.19.0)
public_suffix (2.0.5)
rack (1.6.5)
rack-protection (1.5.3)
rack
rake (12.0.0)
sinatra (1.4.8)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
sinatra-activerecord (2.0.12)
activerecord (>= 3.2)
sinatra (>= 1.0)
slop (3.6.0)
thin (1.7.0)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (0.19.4)
thread_safe (0.3.5)
tilt (2.0.6)
tzinfo (1.2.2)
thread_safe (~> 0.1)
websocket-driver (0.6.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
PLATFORMS
ruby
DEPENDENCIES
awesome_print
envyable
forward
httparty
pg
rake
sinatra
sinatra-activerecord
BUNDLED WITH
1.14.4