diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2012-10-11 01:02:41 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2012-10-11 01:02:41 +0530 |
commit | 3401d5089ba4802b6554483a4de7739e6f914e50 (patch) | |
tree | 98b828f05818af26cc85bf68a6dd930a4a657753 /railties/lib | |
parent | 1644f1237b6bc21f4a7953db3350643fcf86ae9e (diff) | |
download | rails-3401d5089ba4802b6554483a4de7739e6f914e50.tar.gz rails-3401d5089ba4802b6554483a4de7739e6f914e50.tar.bz2 rails-3401d5089ba4802b6554483a4de7739e6f914e50.zip |
fix github url [ci skip]
Diffstat (limited to 'railties/lib')
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/Gemfile b/railties/lib/rails/generators/rails/app/templates/Gemfile index d6bc0d6fd9..30f8a5f75e 100644 --- a/railties/lib/rails/generators/rails/app/templates/Gemfile +++ b/railties/lib/rails/generators/rails/app/templates/Gemfile @@ -12,7 +12,7 @@ source 'https://rubygems.org' # To use ActiveModel has_secure_password # gem 'bcrypt-ruby', '~> 3.0.0' -# Build JSON APIs with ease. Read more: http://github.com/rails/jbuilder +# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # gem 'jbuilder' # Use unicorn as the app server |