Skip to content

Commit

Permalink
Really upgrading to Bundler 0.8.0 and Rails 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Jan 5, 2010
1 parent d316a95 commit 8176fba
Show file tree
Hide file tree
Showing 50 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ config/database.yml
*.sql
_site/
vendor/bundler_gems/*
!vendor/bundler_gems/cache/
!vendor/bundler_gems/ruby/1.8/cache/
bin/
5 changes: 1 addition & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
clear_sources
bundle_path "vendor/bundler_gems"

source "http://gemcutter.org"
source "http://gems.github.com"

gem "rails", "2.3.4"
gem "rails", "2.3.5"
gem "rack", "1.0.1"

gem "aws-s3", "0.6.2", :require_as => "aws/s3"
Expand Down
3 changes: 1 addition & 2 deletions config/environment.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
RAILS_GEM_VERSION = '2.3.4' unless defined? RAILS_GEM_VERSION
RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION

require File.join(File.dirname(__FILE__), 'boot')

Rails::Initializer.run do |config|
config.time_zone = 'UTC'
config.action_mailer.delivery_method = :smtp
config.frameworks -= [:active_resource]
#config.gem 'daemons', :version => "1.0.12.4", :source => "http://gems.github.com"
end

DO_NOT_REPLY = "donotreply@gemcutter.org"
Expand Down
Binary file removed vendor/bundler_gems/cache/actionmailer-2.3.4.gem
Binary file not shown.
Binary file removed vendor/bundler_gems/cache/actionpack-2.3.4.gem
Binary file not shown.
Binary file removed vendor/bundler_gems/cache/activerecord-2.3.4.gem
Binary file not shown.
Binary file removed vendor/bundler_gems/cache/activeresource-2.3.4.gem
Binary file not shown.
Binary file removed vendor/bundler_gems/cache/activesupport-2.3.4.gem
Binary file not shown.
Binary file removed vendor/bundler_gems/cache/addressable-2.1.1.gem
Binary file not shown.
Binary file removed vendor/bundler_gems/cache/nokogiri-1.4.0.gem
Binary file not shown.
Binary file removed vendor/bundler_gems/cache/rails-2.3.4.gem
Binary file not shown.
Binary file removed vendor/bundler_gems/cache/treetop-1.4.2.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8176fba

Please sign in to comment.