Skip to content

Instantly share code, notes, and snippets.

@JonRowe
Created January 26, 2010 14:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JonRowe/286859 to your computer and use it in GitHub Desktop.
Save JonRowe/286859 to your computer and use it in GitHub Desktop.
Gemfile to allow bundling Merb 1.0.15 via Bundler... read symlink instructions...
# This Gemfile is a cheat
# It allows bundling via bundler using Merb 1.0.15
# To use this you *MUST* symlink gems/gems to gems/ruby/1.8/gems etc.
# I recommend symlinking gems/gems gems/cache gems/specification gems/doc just to be sure
bundle_path "gems"
bin_path "bin"
def self.dependency(*args)
gem(*args)
end
eval(File.read('config/dependencies.rb'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment