summary refs log tree commit diff
path: root/pkgs/development/web/mailcatcher/Gemfile.lock
blob: c953a311077e6e98eb8d6eb1151b6c9572f09f3d (plain) (blame)
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
GEM
  remote: https://rubygems.org/
  specs:
    daemons (1.2.4)
    eventmachine (1.0.9.1)
    mail (2.6.6)
      mime-types (>= 1.16, < 4)
    mailcatcher (0.6.5)
      eventmachine (= 1.0.9.1)
      mail (~> 2.3)
      rack (~> 1.5)
      sinatra (~> 1.2)
      skinny (~> 0.2.3)
      sqlite3 (~> 1.3)
      thin (~> 1.5.0)
    mime-types (3.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2016.0521)
    rack (1.6.11)
    rack-protection (1.5.3)
      rack
    sinatra (1.4.8)
      rack (~> 1.5)
      rack-protection (~> 1.4)
      tilt (>= 1.3, < 3)
    skinny (0.2.4)
      eventmachine (~> 1.0.0)
      thin (>= 1.5, < 1.7)
    sqlite3 (1.3.13)
    thin (1.5.1)
      daemons (>= 1.0.9)
      eventmachine (>= 0.12.6)
      rack (>= 1.0.0)
    tilt (2.0.7)

PLATFORMS
  ruby

DEPENDENCIES
  mailcatcher

BUNDLED WITH
   1.16.4