FogBugz #75: start sending notification mails for birthdays in the next 7 days.

This commit is contained in:
Roland Jesse 2012-01-11 23:47:30 +01:00
parent 42b29f5260
commit 6f333f76b7
8 changed files with 60 additions and 11 deletions

View file

@ -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'