-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
117 lines (113 loc) · 2.35 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
GEM
remote: https://rubygems.org/
specs:
ast (2.4.0)
awesome_print (1.8.0)
backports (3.17.2)
byebug (11.1.3)
coderay (1.1.3)
diff-lcs (1.3)
dotenv (2.7.5)
erubi (1.9.0)
foreman (0.87.1)
method_source (1.0.0)
multi_json (1.14.1)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
nio4r (2.5.2)
parallel (1.19.1)
parser (2.7.1.3)
ast (~> 2.4.0)
pluginator (1.5.0)
pre-commit (0.39.0)
pluginator (~> 1.5)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.9.0)
byebug (~> 11.0)
pry (~> 0.13.0)
pry-doc (1.1.0)
pry (~> 0.11)
yard (~> 0.9.11)
puma (4.3.5)
nio4r (~> 2.0)
rack (2.2.3)
rack-protection (2.0.8.1)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rainbow (3.0.0)
rake (13.0.1)
regexp_parser (1.7.0)
require_all (3.0.0)
rexml (3.2.4)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.2)
rspec-support (~> 3.9.3)
rspec-expectations (3.9.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.3)
rubocop (0.85.0)
parallel (~> 1.10)
parser (>= 2.7.0.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.7)
rexml
rubocop-ast (>= 0.0.3)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.0.3)
parser (>= 2.7.0.1)
rubocop-performance (1.6.1)
rubocop (>= 0.71.0)
ruby-progressbar (1.10.1)
ruby2_keywords (0.0.2)
rufo (0.12.0)
sinatra (2.0.8.1)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.8.1)
tilt (~> 2.0)
sinatra-contrib (2.0.8.1)
backports (>= 2.8.2)
multi_json
mustermann (~> 1.0)
rack-protection (= 2.0.8.1)
sinatra (= 2.0.8.1)
tilt (~> 2.0)
tilt (2.0.10)
unicode-display_width (1.7.0)
yard (0.9.25)
PLATFORMS
ruby
DEPENDENCIES
awesome_print
dotenv
erubi
foreman
pre-commit
pry
pry-byebug
pry-doc
puma
rack-test
rake
require_all
rspec
rubocop
rubocop-performance
rufo
sinatra
sinatra-contrib
RUBY VERSION
ruby 2.6.6p146
BUNDLED WITH
2.1.4