aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code
diff options
context:
space:
mode:
authorT.J. Schuck <tj@getharvest.com>2013-09-23 14:28:26 -0400
committerT.J. Schuck <tj@getharvest.com>2013-09-23 14:28:26 -0400
commit4a99e1019931481011c621fe89f715fe6dac9dd3 (patch)
tree524288a723aaf0c07d91fa64c3916c5feaf1cd22 /guides/code
parentdd13722c264a84e81ce15a6ec168c84d4db460ca (diff)
downloadrails-4a99e1019931481011c621fe89f715fe6dac9dd3.tar.gz
rails-4a99e1019931481011c621fe89f715fe6dac9dd3.tar.bz2
rails-4a99e1019931481011c621fe89f715fe6dac9dd3.zip
bcrypt-ruby v3.1.2 supports Ruby 2.0 on Windows
Diffstat (limited to 'guides/code')
-rw-r--r--guides/code/getting_started/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/code/getting_started/Gemfile b/guides/code/getting_started/Gemfile
index 3d57012901..eef6180804 100644
--- a/guides/code/getting_started/Gemfile
+++ b/guides/code/getting_started/Gemfile
@@ -31,7 +31,7 @@ end
gem 'jbuilder', '~> 1.2'
# To use ActiveModel has_secure_password
-# gem 'bcrypt-ruby', '~> 3.1.0'
+# gem 'bcrypt-ruby', '~> 3.1.2'
# Use unicorn as the app server
# gem 'unicorn'