From abb01abc1d6139fdaf6df66aa50eb55e508584f2 Mon Sep 17 00:00:00 2001 From: Frank Date: Sat, 25 Mar 2017 15:39:18 -0400 Subject: [PATCH] ran bundle exec rake rails:update:bin --- bin/rails | 5 ----- bin/rake | 5 ----- 2 files changed, 10 deletions(-) diff --git a/bin/rails b/bin/rails index 0138d79..5191e69 100755 --- a/bin/rails +++ b/bin/rails @@ -1,9 +1,4 @@ #!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end APP_PATH = File.expand_path('../../config/application', __FILE__) require_relative '../config/boot' require 'rails/commands' diff --git a/bin/rake b/bin/rake index d87d5f5..1724048 100755 --- a/bin/rake +++ b/bin/rake @@ -1,9 +1,4 @@ #!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end require_relative '../config/boot' require 'rake' Rake.application.run