FogBugz #75: start sending notification mails for birthdays in the next 7 days.
This commit is contained in:
parent
42b29f5260
commit
6f333f76b7
8 changed files with 60 additions and 11 deletions
6
Gemfile
6
Gemfile
|
|
@ -9,11 +9,13 @@ gem 'rake', '0.8.7'
|
|||
# Bundle edge Rails instead:
|
||||
# gem 'rails', :git => 'git://github.com/rails/rails.git'
|
||||
|
||||
gem 'mysql2', '0.2.7'
|
||||
#gem 'mysql2', '0.3.7'
|
||||
gem 'sqlite3'
|
||||
|
||||
# https://github.com/plataformatec/devise
|
||||
gem 'devise', '1.2.1'
|
||||
gem 'bcrypt-ruby', '2.1.4'
|
||||
# gem 'bcrypt-ruby', '2.1.4'
|
||||
gem 'bcrypt-ruby'
|
||||
|
||||
# https://github.com/ryanb/cancan
|
||||
gem 'cancan', '1.6.5'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue