Project

General

Profile

« Previous | Next » 

Revision ad69366c

Added by Brian Gupta about 12 years ago

Added bundler support for Gemfile.local.rb to support local customizations. Fixed #1623

View differences:

.gitignore
config/settings.yaml
config/email.yaml
Gemfile.lock
Gemfile.local.rb
*.sw?
.idea
*.pyc
Gemfile
gem "safemode", "~> 1.0.1"
gem 'uuidtools'
local_gemfile = File.dirname(__FILE__) + "/Gemfile.local.rb"
if File.file?(local_gemfile)
self.instance_eval(Bundler.read_file(local_gemfile))
end
group :virt do
gem "virt", ">= 0.2.1"
gem "rbovirt", ">= 0.0.12"

Also available in: Unified diff