Skip to content

Commit

Permalink
depending on bcrypt gem (not bcrypt-ruby)
Browse files Browse the repository at this point in the history
Conflicts:
	gemfiles/Gemfile.rails-4.1-stable
  • Loading branch information
ysbaddaden committed Aug 27, 2014
1 parent 5b5a7e7 commit 0fba1d7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -5,7 +5,7 @@ gem 'addressable'
group :test do
gem 'rails', '4.1.5'
gem 'sqlite3'
gem 'bcrypt-ruby'
gem 'bcrypt'
gem 'scrypt'
gem 'janus', :path => '.'
gem 'minitest', :require => 'minitest/autorun'
Expand Down
4 changes: 1 addition & 3 deletions Gemfile.lock
Expand Up @@ -36,8 +36,6 @@ GEM
addressable (2.3.6)
arel (5.0.1.20140414130214)
bcrypt (3.1.7)
bcrypt-ruby (3.1.5)
bcrypt (>= 3.1.3)
builder (3.2.2)
capybara (2.4.1)
mime-types (>= 1.16)
Expand Down Expand Up @@ -111,7 +109,7 @@ PLATFORMS

DEPENDENCIES
addressable
bcrypt-ruby
bcrypt
capybara
janus!
minitest
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-3.2-stable
Expand Up @@ -4,7 +4,7 @@ gem 'rails', :github => 'rails/rails', :branch => '3-2-stable'
gem 'sqlite3'
gem 'addressable'
gem 'janus', :path => '..'
gem 'bcrypt-ruby'
gem 'bcrypt'
gem 'scrypt'

group :test do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-4.0-stable
Expand Up @@ -4,7 +4,7 @@ gem 'rails', :github => 'rails/rails', :branch => '4-0-stable'
gem 'sqlite3'
gem 'addressable'
gem 'janus', :path => '..'
gem 'bcrypt-ruby'
gem 'bcrypt'
gem 'scrypt'

group :test do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-head
Expand Up @@ -4,7 +4,7 @@ gem 'rails', github: 'rails/rails'
gem 'sqlite3'
gem 'addressable'
gem 'janus', :path => '..'
gem 'bcrypt-ruby'
gem 'bcrypt'
gem 'scrypt'

group :test do
Expand Down
2 changes: 1 addition & 1 deletion janus.gemspec
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |gem|

gem.add_development_dependency 'rails', '>= 3.0.0'
gem.add_development_dependency 'sqlite3'
gem.add_development_dependency 'bcrypt-ruby'
gem.add_development_dependency 'bcrypt'
gem.add_development_dependency 'scrypt'
gem.add_development_dependency 'minitest'
gem.add_development_dependency 'capybara'
Expand Down

0 comments on commit 0fba1d7

Please sign in to comment.