From c32415a86321818ac45867f11c89fff1cfaf748e Mon Sep 17 00:00:00 2001 From: Robin H. Johnson Date: Fri, 26 Nov 2010 23:32:03 +0000 Subject: [PATCH] Update for Rack 1.1, Rails 2.3.8. --- Gemfile | 2 +- Gemfile.lock | 38 +++++++++++++++++++------------------- config/environment.rb | 2 +- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Gemfile b/Gemfile index d1ad142..880e0e4 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source :gemcutter -gem 'rails', '2.3.5' +gem 'rails', '2.3.8' gem 'hobo' gem 'hobo_openid', '>=0.4.2' gem 'bluecloth' diff --git a/Gemfile.lock b/Gemfile.lock index aae58bb..64d60db 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,16 +1,16 @@ GEM remote: http://rubygems.org/ specs: - actionmailer (2.3.5) - actionpack (= 2.3.5) - actionpack (2.3.5) - activesupport (= 2.3.5) - rack (~> 1.0.0) - activerecord (2.3.5) - activesupport (= 2.3.5) - activeresource (2.3.5) - activesupport (= 2.3.5) - activesupport (2.3.5) + actionmailer (2.3.8) + actionpack (= 2.3.8) + actionpack (2.3.8) + activesupport (= 2.3.8) + rack (~> 1.1.0) + activerecord (2.3.8) + activesupport (= 2.3.8) + activeresource (2.3.8) + activesupport (= 2.3.8) + activesupport (2.3.8) bluecloth (2.0.9) builder (2.1.2) columnize (0.3.1) @@ -36,7 +36,7 @@ GEM will_paginate (>= 2.3.11) hobo_openid (0.4.2) hobo (>= 1.0.0) - rails (>= 2.3.5) + rails (>= 2.3.8) ruby-openid (>= 2.1.7) hobofields (1.0.1) hobosupport (= 1.0.1) @@ -46,15 +46,15 @@ GEM linecache (0.43) mysql (2.8.1) nokogiri (1.4.3.1) - rack (1.0.1) + rack (1.1.0) rack-test (0.5.6) rack (>= 1.0) - rails (2.3.5) - actionmailer (= 2.3.5) - actionpack (= 2.3.5) - activerecord (= 2.3.5) - activeresource (= 2.3.5) - activesupport (= 2.3.5) + rails (2.3.8) + actionmailer (= 2.3.8) + actionpack (= 2.3.8) + activerecord (= 2.3.8) + activeresource (= 2.3.8) + activesupport (= 2.3.8) rake (>= 0.8.3) rake (0.8.7) rspec (1.3.1) @@ -87,7 +87,7 @@ DEPENDENCIES hobo_openid (>= 0.4.2) mysql nokogiri - rails (= 2.3.5) + rails (= 2.3.8) rspec (= 1.3.1) rspec-rails (= 1.3.3) ruby-debug diff --git a/config/environment.rb b/config/environment.rb index 503860c..5fc656d 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -1,4 +1,4 @@ -RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION +RAILS_GEM_VERSION = '2.3.8' unless defined? RAILS_GEM_VERSION require File.join(File.dirname(__FILE__), 'boot') -- 1.7.1