Skip to content

Commit

Permalink
Remove vendor/rails and update to newer patch. [#53]
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed Mar 28, 2011
1 parent ee75970 commit 890aa9d
Show file tree
Hide file tree
Showing 1,564 changed files with 33 additions and 216,736 deletions.
4 changes: 4 additions & 0 deletions Gemfile
@@ -0,0 +1,4 @@
#source 'http://rubygems.org'
source 'http://localhost:8808'

gem 'rails', '~> 2.3.5'
28 changes: 28 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,28 @@
GEM
remote: http://localhost:8808/
specs:
actionmailer (2.3.10)
actionpack (= 2.3.10)
actionpack (2.3.10)
activesupport (= 2.3.10)
rack (~> 1.1.0)
activerecord (2.3.10)
activesupport (= 2.3.10)
activeresource (2.3.10)
activesupport (= 2.3.10)
activesupport (2.3.10)
rack (1.1.0)
rails (2.3.10)
actionmailer (= 2.3.10)
actionpack (= 2.3.10)
activerecord (= 2.3.10)
activeresource (= 2.3.10)
activesupport (= 2.3.10)
rake (>= 0.8.3)
rake (0.8.7)

PLATFORMS
ruby

DEPENDENCIES
rails (~> 2.3.5)
2 changes: 1 addition & 1 deletion config/environment.rb
Expand Up @@ -8,7 +8,7 @@
ENV['FIXTURES'] ||= 'countries,states,roles,users,calendars,permissions,events,commitments'

# Specifies gem version of Rails to use when vendor/rails is not present
RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION
RAILS_GEM_VERSION = '~> 2.3.5' unless defined? RAILS_GEM_VERSION

# Bootstrap the Rails environment, frameworks, and default configuration
require File.join(File.dirname(__FILE__), 'boot')
Expand Down

0 comments on commit 890aa9d

Please sign in to comment.