Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

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 61c8017 commit db4ea66
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:
monban (0.0.9)
bcrypt-ruby
bcrypt
rails
warden

Expand Down Expand Up @@ -39,7 +39,7 @@ GEM
i18n (~> 0.6)
multi_json (~> 1.0)
arel (3.0.3)
bcrypt-ruby (3.1.2)
bcrypt (3.1.6)
builder (3.0.4)
capybara (2.0.2)
mime-types (>= 1.16)
Expand All @@ -64,7 +64,7 @@ GEM
mime-types (1.20.1)
multi_json (1.5.0)
nokogiri (1.5.6)
polyglot (0.3.3)
polyglot (0.3.4)
rack (1.4.4)
rack-cache (1.2)
rack (>= 0.4)
Expand Down
2 changes: 1 addition & 1 deletion monban.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]

gem.add_dependency 'rails'
gem.add_dependency 'bcrypt-ruby'
gem.add_dependency 'bcrypt'
gem.add_dependency 'warden'
gem.add_development_dependency 'rake'
gem.add_development_dependency 'rspec'
Expand Down

0 comments on commit db4ea66

Please sign in to comment.