-
Notifications
You must be signed in to change notification settings - Fork 21
/
Gemfile.lock
81 lines (77 loc) · 1.56 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
GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.7.5)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
concurrent-ruby (1.2.2)
createsend (5.1.0)
hashie (~> 3.0)
httparty (~> 0.14)
json (>= 1.0)
foreman (0.87.2)
haml (5.2.2)
temple (>= 0.8.0)
tilt
hashie (3.6.0)
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.5.1)
mini_mime (1.1.2)
minitest (5.19.0)
multi_json (1.15.0)
multi_xml (0.6.0)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
nio4r (2.7.3)
puma (5.6.9)
nio4r (~> 2.0)
rack (2.2.8.1)
rack-protection (2.2.3)
rack
rack-ssl-enforcer (0.2.9)
redcarpet (3.5.1)
ruby2_keywords (0.0.5)
sinatra (2.2.3)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.3)
tilt (~> 2.0)
sinatra-contrib (2.2.3)
multi_json
mustermann (~> 2.0)
rack-protection (= 2.2.3)
sinatra (= 2.2.3)
tilt (~> 2.0)
temple (0.8.2)
tilt (2.0.11)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
zeitwerk (2.6.11)
PLATFORMS
arm64-darwin-21
x86_64-darwin-20
x86_64-darwin-21
x86_64-darwin-23
x86_64-linux
DEPENDENCIES
activesupport (~> 6.1)
createsend (~> 5.1.0)
foreman
haml
json
puma
rack-ssl-enforcer
redcarpet (~> 3.5.1)
sinatra
sinatra-contrib
RUBY VERSION
ruby 3.1.3p185
BUNDLED WITH
2.2.22