Skip to content

Commit

Permalink
The bcrypt-ruby gem has been renamed to bcrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
calebhearth committed Feb 24, 2014
1 parent 00ab928 commit 3a89b9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
clearance (1.1.0)
bcrypt-ruby
bcrypt
email_validator (~> 1.4)
rails (>= 3.1)

Expand Down Expand Up @@ -42,7 +42,7 @@ GEM
cucumber (>= 1.1.1)
rspec-expectations (>= 2.7.0)
atomic (1.1.14)
bcrypt-ruby (3.1.2)
bcrypt (3.1.6)
bourne (1.5.0)
mocha (>= 0.13.2, < 0.15)
builder (3.1.4)
Expand Down Expand Up @@ -98,7 +98,7 @@ GEM
multi_test (0.0.3)
nokogiri (1.6.1)
mini_portile (~> 0.5.0)
polyglot (0.3.3)
polyglot (0.3.4)
rack (1.5.2)
rack-test (0.6.2)
rack (>= 1.0)
Expand Down
2 changes: 1 addition & 1 deletion clearance.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require 'clearance/version'
require 'date'

Gem::Specification.new do |s|
s.add_dependency 'bcrypt-ruby'
s.add_dependency 'bcrypt'
s.add_dependency 'email_validator', '~> 1.4'
s.add_dependency 'rails', '>= 3.1'
s.authors = [
Expand Down

0 comments on commit 3a89b9c

Please sign in to comment.