diff options
author | Rashmi Yadav <rays.rashmi@gmail.com> | 2014-01-19 10:51:23 +0100 |
---|---|---|
committer | Rashmi Yadav <rays.rashmi@gmail.com> | 2014-01-19 10:52:49 +0100 |
commit | b20d4453dda6121508a93ebfbe08aafc974abdd7 (patch) | |
tree | 9c0f7362b5cb34dcc0d19cc5645d9a4ff07b3fe3 /guides/code/getting_started | |
parent | ab91bc31922c1753009fac96b3d77e9d279d02d3 (diff) | |
download | rails-b20d4453dda6121508a93ebfbe08aafc974abdd7.tar.gz rails-b20d4453dda6121508a93ebfbe08aafc974abdd7.tar.bz2 rails-b20d4453dda6121508a93ebfbe08aafc974abdd7.zip |
Spring in now under rails/spring [ci skip]
Diffstat (limited to 'guides/code/getting_started')
-rw-r--r-- | guides/code/getting_started/Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/code/getting_started/Gemfile b/guides/code/getting_started/Gemfile index a2155c43b9..ecb6e7aa1a 100644 --- a/guides/code/getting_started/Gemfile +++ b/guides/code/getting_started/Gemfile @@ -23,7 +23,7 @@ gem 'jbuilder', '~> 2.0' # bundle exec rake doc:rails generates the API under doc/api. gem 'sdoc', '~> 0.4.0', group: :doc -# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/jonleighton/spring +# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring', group: :development # Use ActiveModel has_secure_password |