mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-02 19:10:16 +01:00
Adding cloudmailin support for adding tasks
This commit is contained in:
parent
cf78ad3659
commit
c0956a7e76
4 changed files with 64 additions and 8 deletions
1
Gemfile
1
Gemfile
|
|
@ -18,6 +18,7 @@ gem "ruby-openid", :require => "openid"
|
|||
gem "sqlite3"
|
||||
gem 'bcrypt-ruby', '~> 2.1.4'
|
||||
gem 'htmlentities', '~> 4.3.0'
|
||||
gem "mail"
|
||||
|
||||
gem "webrat", ">=0.7.0", :groups => [:cucumber, :test]
|
||||
gem "database_cleaner", ">=0.5.0", :groups => [:cucumber, :selenium]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue