Update to ruby 1.9.3
This commit is contained in:
@@ -1 +1 @@
|
|||||||
1.8.7
|
1.9.3
|
||||||
|
|||||||
6
Gemfile
6
Gemfile
@@ -27,6 +27,6 @@ gem 'will_paginate', "~>3.0"
|
|||||||
# gem 'brazilian-rails', '3.3.0', :path => './vendor/gems/brazilian-rails/brI18n/'
|
# gem 'brazilian-rails', '3.3.0', :path => './vendor/gems/brazilian-rails/brI18n/'
|
||||||
#end
|
#end
|
||||||
|
|
||||||
group :development do
|
#group :development do
|
||||||
gem 'mongrel'
|
# gem 'mongrel'
|
||||||
end
|
#end
|
||||||
|
|||||||
13
Gemfile.lock
13
Gemfile.lock
@@ -48,7 +48,6 @@ GEM
|
|||||||
builder (3.0.4)
|
builder (3.0.4)
|
||||||
calendar_helper (0.2.5)
|
calendar_helper (0.2.5)
|
||||||
open4
|
open4
|
||||||
cgi_multipart_eof_fix (2.5.0)
|
|
||||||
coffee-rails (3.2.2)
|
coffee-rails (3.2.2)
|
||||||
coffee-script (>= 2.2.0)
|
coffee-script (>= 2.2.0)
|
||||||
railties (~> 3.2.0)
|
railties (~> 3.2.0)
|
||||||
@@ -56,13 +55,10 @@ GEM
|
|||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.6.3)
|
coffee-script-source (1.6.3)
|
||||||
daemons (1.1.9)
|
|
||||||
dynamic_form (1.1.4)
|
dynamic_form (1.1.4)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
execjs (1.4.0)
|
execjs (1.4.0)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
fastthread (1.0.7)
|
|
||||||
gem_plugin (0.2.3)
|
|
||||||
haml (3.1.8)
|
haml (3.1.8)
|
||||||
hike (1.2.3)
|
hike (1.2.3)
|
||||||
hpricot (0.8.6)
|
hpricot (0.8.6)
|
||||||
@@ -77,11 +73,6 @@ GEM
|
|||||||
mime-types (~> 1.16)
|
mime-types (~> 1.16)
|
||||||
treetop (~> 1.4.8)
|
treetop (~> 1.4.8)
|
||||||
mime-types (1.23)
|
mime-types (1.23)
|
||||||
mongrel (1.1.5)
|
|
||||||
cgi_multipart_eof_fix (>= 2.4)
|
|
||||||
daemons (>= 1.0.3)
|
|
||||||
fastthread (>= 1.0.1)
|
|
||||||
gem_plugin (>= 0.2.3)
|
|
||||||
multi_json (1.7.7)
|
multi_json (1.7.7)
|
||||||
open4 (1.3.0)
|
open4 (1.3.0)
|
||||||
polyglot (0.3.3)
|
polyglot (0.3.3)
|
||||||
@@ -149,10 +140,12 @@ DEPENDENCIES
|
|||||||
icalendar (~> 1.0)
|
icalendar (~> 1.0)
|
||||||
jquery-rails
|
jquery-rails
|
||||||
json
|
json
|
||||||
mongrel
|
|
||||||
rails (~> 3.2)
|
rails (~> 3.2)
|
||||||
sass-rails (~> 3.2.3)
|
sass-rails (~> 3.2.3)
|
||||||
shoulda (~> 2.11)
|
shoulda (~> 2.11)
|
||||||
sqlite3
|
sqlite3
|
||||||
uglifier (>= 1.0.3)
|
uglifier (>= 1.0.3)
|
||||||
will_paginate (~> 3.0)
|
will_paginate (~> 3.0)
|
||||||
|
|
||||||
|
BUNDLED WITH
|
||||||
|
1.10.6
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
|
# -*- encoding : utf-8 -*-
|
||||||
require File.expand_path('../boot', __FILE__)
|
require File.expand_path('../boot', __FILE__)
|
||||||
|
|
||||||
require 'rails/all'
|
require 'rails/all'
|
||||||
require 'lib/nasty_hacks.rb'
|
require './lib/nasty_hacks.rb'
|
||||||
require 'active_support/core_ext/numeric/bytes'
|
require 'active_support/core_ext/numeric/bytes'
|
||||||
|
|
||||||
if defined?(Bundler)
|
if defined?(Bundler)
|
||||||
|
|||||||
Reference in New Issue
Block a user