mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
Removed validates_email_format_of plugin from Gemfile.
This commit is contained in:
parent
3183974820
commit
4c9b992d02
1
Gemfile
1
Gemfile
@ -30,7 +30,6 @@ gem 'sqlite3-ruby', :require => 'sqlite3'
|
|||||||
# end
|
# end
|
||||||
|
|
||||||
gem "exception_notification", :git => "git://github.com/rails/exception_notification", :require => 'exception_notifier'
|
gem "exception_notification", :git => "git://github.com/rails/exception_notification", :require => 'exception_notifier'
|
||||||
gem 'validates_email_format_of', :git => 'http://github.com/alexdunae/validates_email_format_of.git'
|
|
||||||
gem 'pg'
|
gem 'pg'
|
||||||
gem 'typus', :git => 'git://github.com/fesplugas/typus.git'
|
gem 'typus', :git => 'git://github.com/fesplugas/typus.git'
|
||||||
gem 'mini_exiftool'
|
gem 'mini_exiftool'
|
||||||
|
|||||||
@ -10,12 +10,6 @@ GIT
|
|||||||
specs:
|
specs:
|
||||||
exception_notification (1.0.0)
|
exception_notification (1.0.0)
|
||||||
|
|
||||||
GIT
|
|
||||||
remote: http://github.com/alexdunae/validates_email_format_of.git
|
|
||||||
revision: 39750a7462028c25c387074744eee4b01d09f5a5
|
|
||||||
specs:
|
|
||||||
validates_email_format_of (1.4.1)
|
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: http://github.com/mislav/will_paginate.git
|
remote: http://github.com/mislav/will_paginate.git
|
||||||
revision: b1a5beeec9f56ecbe3594fcdca76d92b6767ce50
|
revision: b1a5beeec9f56ecbe3594fcdca76d92b6767ce50
|
||||||
@ -104,5 +98,4 @@ DEPENDENCIES
|
|||||||
rdiscount
|
rdiscount
|
||||||
sqlite3-ruby
|
sqlite3-ruby
|
||||||
typus!
|
typus!
|
||||||
validates_email_format_of!
|
|
||||||
will_paginate!
|
will_paginate!
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user