Skip to content

Instantly share code, notes, and snippets.

@gutenye
Created March 23, 2011 04:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gutenye/882616 to your computer and use it in GitHub Desktop.
Save gutenye/882616 to your computer and use it in GitHub Desktop.
write bundler into .gemspec file instead of using 'gemspec'
# a.gemspec
require "bundler"
Gem::Specification.new do |s|
s.name = "hello"
....
s.add_bundler_dependencies
end
hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment