Skip to content

Commit

Permalink
Remove dependency on rails 2.1 gem - can use anything after 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwdaigle committed Mar 22, 2009
1 parent a181fed commit 4c8c900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Expand Up @@ -16,7 +16,4 @@ sample_rails_app/log/*.log
sample_rails_app/tmp/**/*
sample_rails_app/doc/api
sample_rails_app/doc/app
sample_rails_app/db/*.sqlite3



*.sqlite3
2 changes: 1 addition & 1 deletion sample_rails_app/config/environment.rb
Expand Up @@ -5,7 +5,7 @@
# ENV['RAILS_ENV'] ||= 'production'

# Specifies gem version of Rails to use when vendor/rails is not present
RAILS_GEM_VERSION = '2.1.0' unless defined? RAILS_GEM_VERSION
# RAILS_GEM_VERSION = '2.1.0' 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 4c8c900

Please sign in to comment.