Browse Source

back out r11486

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11487 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/2.4.0
Toshi MARUYAMA 11 years ago
parent
commit
2ffbfacf5f
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      Gemfile

+ 1
- 2
Gemfile View File

@@ -1,4 +1,4 @@
source 'http://rubygems.org'
source 'https://rubygems.org'

gem 'rails', '3.2.12'
gem "jquery-rails", "~> 2.0.2"
@@ -37,7 +37,6 @@ end
# Include database gems for the adapters found in the database
# configuration file
require 'erb'
require 'yaml'
database_file = File.join(File.dirname(__FILE__), "config/database.yml")
if File.exist?(database_file)
database_config = YAML::load(ERB.new(IO.read(database_file)).result)

Loading…
Cancel
Save