-
Notifications
You must be signed in to change notification settings - Fork 1
/
Gemfile.lock
46 lines (43 loc) · 902 Bytes
/
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
GEM
remote: https://rubygems.org/
specs:
concurrent-ruby (1.0.5)
connection_pool (2.2.1)
dotenv (2.2.1)
dry-configurable (0.7.0)
concurrent-ruby (~> 1.0)
erubis (2.7.0)
mail (2.6.6)
mime-types (>= 1.16, < 4)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mjml-ruby (0.3.1)
dry-configurable (~> 0.1, >= 0.1.3)
mustermann (1.0.0)
rack (2.0.3)
rack-protection (2.0.0)
rack
redis (3.3.3)
sidekiq (5.0.4)
concurrent-ruby (~> 1.0)
connection_pool (~> 2.2, >= 2.2.0)
rack-protection (>= 1.5.0)
redis (~> 3.3, >= 3.3.3)
sinatra (2.0.0)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.0)
tilt (~> 2.0)
tilt (2.0.8)
PLATFORMS
ruby
DEPENDENCIES
dotenv
erubis
mail
mjml-ruby
sidekiq
sinatra
BUNDLED WITH
1.15.3