mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Add mail dep to AM gemspec
This commit is contained in:
3
Gemfile
3
Gemfile
@@ -19,9 +19,6 @@ gem "mysql", ">= 2.8.1"
|
||||
gem "rack", "1.0.1", :git => "git://github.com/rails/rack.git"
|
||||
gem "RedCloth", ">= 4.2.2"
|
||||
|
||||
# AM
|
||||
gem "mail", "~> 1.2.8"
|
||||
|
||||
if ENV['CI']
|
||||
disable_system_gems
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@ Gem::Specification.new do |s|
|
||||
s.homepage = "http://www.rubyonrails.org"
|
||||
|
||||
s.add_dependency('actionpack', '= 3.0.pre')
|
||||
s.add_dependency('mail', '~> 1.2.8')
|
||||
|
||||
s.files = Dir['CHANGELOG', 'README', 'MIT-LICENSE', 'lib/**/*']
|
||||
s.has_rdoc = true
|
||||
|
||||
Reference in New Issue
Block a user