mirror of
https://github.com/moparisthebest/mailcatcher
synced 2024-12-21 23:08:54 -05:00
Bundler for development pulling from Gemfile, no dist.
This commit is contained in:
parent
afee4a2c4a
commit
0cbaab1a56
50
Gemfile.lock
Normal file
50
Gemfile.lock
Normal file
@ -0,0 +1,50 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
mailcatcher (0.2.4)
|
||||
activesupport (~> 3.0)
|
||||
eventmachine (~> 0.12)
|
||||
haml (~> 3.1)
|
||||
json (~> 1.0)
|
||||
mail (~> 2.3)
|
||||
sinatra (~> 1.2)
|
||||
skinny (~> 0.1)
|
||||
sqlite3 (~> 1.3)
|
||||
thin (~> 1.2)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
activesupport (3.0.7)
|
||||
daemons (1.1.3)
|
||||
eventmachine (0.12.10)
|
||||
haml (3.1.1)
|
||||
i18n (0.6.0)
|
||||
json (1.5.1)
|
||||
mail (2.3.0)
|
||||
i18n (>= 0.4.0)
|
||||
mime-types (~> 1.16)
|
||||
treetop (~> 1.4.8)
|
||||
mime-types (1.16)
|
||||
polyglot (0.3.1)
|
||||
rack (1.3.0)
|
||||
sinatra (1.2.6)
|
||||
rack (~> 1.1)
|
||||
tilt (< 2.0, >= 1.2.2)
|
||||
skinny (0.1.2)
|
||||
eventmachine
|
||||
thin
|
||||
sqlite3 (1.3.3)
|
||||
thin (1.2.11)
|
||||
daemons (>= 1.0.9)
|
||||
eventmachine (>= 0.12.6)
|
||||
rack (>= 1.0.0)
|
||||
tilt (1.3.2)
|
||||
treetop (1.4.9)
|
||||
polyglot (>= 0.3.1)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
mailcatcher!
|
Loading…
Reference in New Issue
Block a user