-
Notifications
You must be signed in to change notification settings - Fork 12
/
Gemfile.lock
81 lines (77 loc) · 1.61 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:
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
aws-eventstream (1.0.3)
aws-partitions (1.285.0)
aws-sdk-core (3.91.1)
aws-eventstream (~> 1.0, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-kms (1.30.0)
aws-sdk-core (~> 3, >= 3.71.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.61.1)
aws-sdk-core (~> 3, >= 3.83.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.1.1)
aws-eventstream (~> 1.0, >= 1.0.2)
builder (3.2.4)
css_parser (1.12.0)
addressable
dotenv (2.7.5)
htmlentities (4.3.4)
jmespath (1.4.0)
json (2.3.0)
mini_portile2 (2.8.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
nio4r (2.5.8)
nokogiri (1.13.9)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
premailer (1.18.0)
addressable
css_parser (>= 1.12.0)
htmlentities (>= 4.0.0)
public_suffix (5.0.0)
puma (6.0.0)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.4)
rack-protection (3.0.2)
rack
rack-throttle (0.7.0)
bundler (>= 1.0.0)
rack (>= 1.0.0)
redis (4.1.3)
ruby2_keywords (0.0.5)
sinatra (3.0.2)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.2)
tilt (~> 2.0)
tilt (2.0.11)
webrick (1.7.0)
PLATFORMS
ruby
DEPENDENCIES
aws-sdk-s3 (~> 1)
builder
dotenv
htmlentities
json
nokogiri
premailer
puma
rack-throttle
redis
sinatra (~> 3.0.2)
webrick
RUBY VERSION
ruby 3.0.4p208
BUNDLED WITH
2.3.25