mirror of
https://github.com/TracksApp/tracks.git
synced 2026-04-18 10:09:02 +02:00
Merge pull request #25 from 02strich/cloudmailin_integration
Adding cloudmailin support for adding tasks
This commit is contained in:
commit
671652c4c4
5 changed files with 114 additions and 13 deletions
1
Gemfile
1
Gemfile
|
|
@ -17,6 +17,7 @@ gem "ruby-openid", :require => "openid"
|
|||
gem "sqlite3"
|
||||
gem 'bcrypt-ruby', '~> 2.1.4'
|
||||
gem 'htmlentities', '~> 4.3.0'
|
||||
gem "mail"
|
||||
|
||||
if RUBY_VERSION.to_f >= 1.9
|
||||
gem "soap4r-ruby1.9"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue