1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

spring gem moved to rails/spring

This commit is contained in:
Washington Luiz 2014-01-18 20:22:51 -03:00
parent 3c354bd83b
commit e05c791264

View file

@ -389,7 +389,7 @@ module Rails
def spring_gemfile_entry
return [] unless spring_install?
comment = 'Spring speeds up development by keeping your application running in the background. Read more: https://github.com/jonleighton/spring'
comment = 'Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring'
GemfileEntry.new('spring', nil, comment, group: :development)
end