mirror of
https://github.com/moparisthebest/mailcatcher
synced 2025-03-11 06:50:12 -04:00
Forgot to include haml in dependencies. >.<
This commit is contained in:
parent
3ac1bf9cad
commit
f6d40ebaa6
1
Gemfile
1
Gemfile
@ -6,6 +6,7 @@ gem 'mail'
|
||||
gem 'thin'
|
||||
gem 'sqlite3-ruby', :require => 'sqlite3'
|
||||
gem 'sinatra'
|
||||
gem 'haml'
|
||||
gem 'sunshowers'
|
||||
|
||||
# Required by activesupport, required by mail, but not listed.
|
||||
|
@ -18,6 +18,7 @@ Gem::Specification.new do |gem|
|
||||
|
||||
gem.add_dependency 'bundler'
|
||||
gem.add_dependency 'eventmachine'
|
||||
gem.add_dependency 'haml'
|
||||
gem.add_dependency 'json'
|
||||
gem.add_dependency 'mail'
|
||||
gem.add_dependency 'thin'
|
||||
|
Loading…
x
Reference in New Issue
Block a user