about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/web/mailcatcher/Gemfile.lock
blob: 560213897c91fc551006bec8015baf8c66b2a192 (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
GEM
  remote: https://rubygems.org/
  specs:
    daemons (1.3.1)
    eventmachine (1.0.9.1)
    mail (2.7.1)
      mini_mime (>= 0.1.1)
    mailcatcher (0.7.1)
      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)
    mini_mime (1.0.1)
    rack (1.6.11)
    rack-protection (1.5.5)
      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.4.0)
    thin (1.5.1)
      daemons (>= 1.0.9)
      eventmachine (>= 0.12.6)
      rack (>= 1.0.0)
    tilt (2.0.9)

PLATFORMS
  ruby

DEPENDENCIES
  mailcatcher

BUNDLED WITH
   1.17.2