Skip to content

Commit

Permalink
Upgrade email_validator dependency
Browse files Browse the repository at this point in the history
In order to get this fix:

K-and-R/email_validator@01db6c5
  • Loading branch information
Dan Croak committed Mar 31, 2013
1 parent 52ebe7e commit 11d0bfe
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
clearance (1.0.0.rc7)
bcrypt-ruby
email_validator
email_validator (~> 1.4)
rails (>= 3.0)

GEM
Expand Down Expand Up @@ -70,7 +70,7 @@ GEM
nokogiri (>= 1.5.0)
database_cleaner (0.8.0)
diff-lcs (1.1.3)
email_validator (1.3.0)
email_validator (1.4.0)
activemodel
erubis (2.7.0)
factory_girl (3.5.0)
Expand Down
2 changes: 1 addition & 1 deletion clearance.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = Gem::Requirement.new('>= 1.9.2')

s.add_dependency 'bcrypt-ruby'
s.add_dependency 'email_validator'
s.add_dependency 'email_validator', '~> 1.4'
s.add_dependency 'rails', '>= 3.0'
s.add_development_dependency 'appraisal', '0.4.1'
s.add_development_dependency 'aruba', '0.4.11'
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/3.0.20.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
clearance (1.0.0.rc7)
bcrypt-ruby
email_validator
email_validator (~> 1.4)
rails (>= 3.0)

GEM
Expand Down Expand Up @@ -69,7 +69,7 @@ GEM
nokogiri (>= 1.5.0)
database_cleaner (0.8.0)
diff-lcs (1.1.3)
email_validator (1.3.0)
email_validator (1.4.0)
activemodel
erubis (2.6.6)
abstract (>= 1.0.0)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/3.1.11.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
clearance (1.0.0.rc7)
bcrypt-ruby
email_validator
email_validator (~> 1.4)
rails (>= 3.0)

GEM
Expand Down Expand Up @@ -70,7 +70,7 @@ GEM
nokogiri (>= 1.5.0)
database_cleaner (0.8.0)
diff-lcs (1.1.3)
email_validator (1.3.0)
email_validator (1.4.0)
activemodel
erubis (2.7.0)
factory_girl (3.5.0)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/3.2.12.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
clearance (1.0.0.rc7)
bcrypt-ruby
email_validator
email_validator (~> 1.4)
rails (>= 3.0)

GEM
Expand Down Expand Up @@ -69,7 +69,7 @@ GEM
nokogiri (>= 1.5.0)
database_cleaner (0.8.0)
diff-lcs (1.1.3)
email_validator (1.3.0)
email_validator (1.4.0)
activemodel
erubis (2.7.0)
factory_girl (3.5.0)
Expand Down

0 comments on commit 11d0bfe

Please sign in to comment.