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/'
|
||||
#end
|
||||
|
||||
group :development do
|
||||
gem 'mongrel'
|
||||
end
|
||||
#group :development do
|
||||
# gem 'mongrel'
|
||||
#end
|
||||
|
||||
13
Gemfile.lock
13
Gemfile.lock
@@ -48,7 +48,6 @@ GEM
|
||||
builder (3.0.4)
|
||||
calendar_helper (0.2.5)
|
||||
open4
|
||||
cgi_multipart_eof_fix (2.5.0)
|
||||
coffee-rails (3.2.2)
|
||||
coffee-script (>= 2.2.0)
|
||||
railties (~> 3.2.0)
|
||||
@@ -56,13 +55,10 @@ GEM
|
||||
coffee-script-source
|
||||
execjs
|
||||
coffee-script-source (1.6.3)
|
||||
daemons (1.1.9)
|
||||
dynamic_form (1.1.4)
|
||||
erubis (2.7.0)
|
||||
execjs (1.4.0)
|
||||
multi_json (~> 1.0)
|
||||
fastthread (1.0.7)
|
||||
gem_plugin (0.2.3)
|
||||
haml (3.1.8)
|
||||
hike (1.2.3)
|
||||
hpricot (0.8.6)
|
||||
@@ -77,11 +73,6 @@ GEM
|
||||
mime-types (~> 1.16)
|
||||
treetop (~> 1.4.8)
|
||||
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)
|
||||
open4 (1.3.0)
|
||||
polyglot (0.3.3)
|
||||
@@ -149,10 +140,12 @@ DEPENDENCIES
|
||||
icalendar (~> 1.0)
|
||||
jquery-rails
|
||||
json
|
||||
mongrel
|
||||
rails (~> 3.2)
|
||||
sass-rails (~> 3.2.3)
|
||||
shoulda (~> 2.11)
|
||||
sqlite3
|
||||
uglifier (>= 1.0.3)
|
||||
will_paginate (~> 3.0)
|
||||
|
||||
BUNDLED WITH
|
||||
1.10.6
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user