Update to ruby 1.9.3

This commit is contained in:
2015-09-03 15:13:16 -04:00
parent 2d4e568bdb
commit dd8bc0d6d4
4 changed files with 9 additions and 15 deletions

View File

@@ -1,7 +1,8 @@
# -*- encoding : utf-8 -*-
require File.expand_path('../boot', __FILE__)
require 'rails/all'
require 'lib/nasty_hacks.rb'
require './lib/nasty_hacks.rb'
require 'active_support/core_ext/numeric/bytes'
if defined?(Bundler)