Add mail gem. Fix rdoc at version 3.8 due to its json dependency in more recent versions.
This commit is contained in:
parent
e0672665ce
commit
0f7001d399
2 changed files with 9 additions and 3 deletions
6
Gemfile
6
Gemfile
|
|
@ -29,6 +29,12 @@ gem 'capistrano', '2.5.21'
|
|||
# https://github.com/jnunemaker/twitter
|
||||
gem 'twitter', '1.6.0'
|
||||
|
||||
# We are sending mail. The latest version is just fine.
|
||||
gem 'mail'
|
||||
|
||||
# Anything newer than version 3.8 seems to require the json gem, which we don't have at the production site.
|
||||
gem 'rdoc', '3.8'
|
||||
|
||||
# To use debugger (ruby-debug for Ruby 1.8.7+, ruby-debug19 for Ruby 1.9.2+)
|
||||
# gem 'ruby-debug'
|
||||
# gem 'ruby-debug19', :require => 'ruby-debug'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue