From 058016056730ec1cb20229fcdce09896787cc16a Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 6 Oct 2015 16:14:29 -0400 Subject: [PATCH] Changed git: to github: in Gemfile --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 2876656..3341ad7 100755 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'rails', '4.2.4' ruby '2.2.3' # Bundle edge Rails instead: -# gem 'rails', :git => 'git://github.com/rails/rails.git' +# gem 'rails', github: 'rails/rails' gem 'sqlite3' gem 'foreman'