-
Notifications
You must be signed in to change notification settings - Fork 4
/
Gemfile.lock
69 lines (65 loc) · 1.43 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
GEM
remote: https://rubygems.org/
specs:
backports (3.15.0)
coderay (1.1.2)
coolline (0.5.0)
unicode_utils (~> 1.4)
ffi (1.11.1)
httparty (0.17.0)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
method_source (0.9.2)
mime-types (3.2.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.0331)
multi_json (1.13.1)
multi_xml (0.6.0)
mustermann (1.0.3)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-coolline (0.2.5)
coolline (~> 0.5)
rack (2.2.3)
rack-protection (2.0.5)
rack
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
rerun (0.13.0)
listen (~> 3.0)
ruby-progressbar (1.10.1)
ruby_dep (1.5.0)
sinatra (2.0.5)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.5)
tilt (~> 2.0)
sinatra-contrib (2.0.5)
backports (>= 2.8.2)
multi_json
mustermann (~> 1.0)
rack-protection (= 2.0.5)
sinatra (= 2.0.5)
tilt (>= 1.3, < 3)
tilt (2.0.9)
unicode_utils (1.4.0)
PLATFORMS
ruby
DEPENDENCIES
httparty (~> 0.17.0)
pry (~> 0.12.2)
pry-coolline (~> 0.2.5)
rerun (~> 0.13.0)
ruby-progressbar (~> 1.10.1)
sinatra (~> 2.0.5)
sinatra-contrib (~> 2.0.5)
RUBY VERSION
ruby 2.6.3p62
BUNDLED WITH
1.17.2