Skip to content

Commit

Permalink
Add bcrypt to Rails 4.2 Edge gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Cantido committed Apr 19, 2015
1 parent 34b5d56 commit 676feb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gemfiles/rails-4.2.edge.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ source 'https://rubygems.org'

source 'https://rubygems.org'

gem 'bcrypt', '~> 3.1.7'
gem 'rails', '4.1.0'
gem 'jquery-rails'
gem 'sass-rails', '~> 4.0.3', :require => 'sass'
Expand Down

0 comments on commit 676feb3

Please sign in to comment.