Fix name for bcrypt dependency
This commit is contained in:
parent
3abda1db8e
commit
8a37fde85c
10
Gemfile
10
Gemfile
@ -1,10 +1,10 @@
|
|||||||
source 'http://rubygems.org'
|
source 'http://rubygems.org'
|
||||||
|
|
||||||
gem 'rails', '~> 3.1'
|
gem 'rails', '~> 3.1'
|
||||||
gem 'pg', '~> 0.11'
|
gem 'pg', '~> 0.11'
|
||||||
gem 'haml', '~> 3.1'
|
gem 'haml', '~> 3.1'
|
||||||
gem 'bcrypt-ruby', '~> 3.0'
|
gem 'bcrypt', '~> 3.0'
|
||||||
gem 'rabl', '~> 0.6'
|
gem 'rabl', '~> 0.6'
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
gem 'rspec-rails', '~> 2.6'
|
gem 'rspec-rails', '~> 2.6'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user