-
Notifications
You must be signed in to change notification settings - Fork 8
/
Gemfile.lock
99 lines (95 loc) · 1.95 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
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
base64 (0.2.0)
capybara (3.40.0)
addressable
matrix
mini_mime (>= 0.1.3)
nokogiri (~> 1.11)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
dalli (3.2.8)
diff-lcs (1.5.1)
dotenv (3.1.4)
ffi (1.17.0)
foreman (0.88.1)
kgio (2.11.4)
logger (1.6.1)
matrix (0.4.2)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
mustermann (3.0.3)
ruby2_keywords (~> 0.0.1)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
public_suffix (6.0.1)
racc (1.8.1)
rack (3.1.8)
rack-protection (4.0.0)
base64 (>= 0.1.0)
rack (>= 3.0.0, < 4)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack (>= 1.3)
raindrops (0.20.1)
rake (13.2.1)
rdiscount (2.2.7.3)
regexp_parser (2.9.2)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.1)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
ruby2_keywords (0.0.5)
sassc (2.4.0)
ffi (~> 1.9)
sinatra (4.0.0)
mustermann (~> 3.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.0.0)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
slim (5.2.1)
temple (~> 0.10.0)
tilt (>= 2.1.0)
temple (0.10.3)
tilt (2.4.0)
unicorn (6.1.0)
kgio (~> 2.6)
raindrops (~> 0.7)
xpath (3.2.0)
nokogiri (~> 1.8)
PLATFORMS
ruby
DEPENDENCIES
capybara
dalli
dotenv
foreman
logger
rake
rdiscount
rspec
sassc
sinatra
slim
unicorn
RUBY VERSION
ruby 3.3.5p100
BUNDLED WITH
2.5.21