Skip to content

Commit

Permalink
tweak gem bolt
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Apr 22, 2012
1 parent 718f949 commit d61187a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lightning/generators/other.rb
Expand Up @@ -9,7 +9,7 @@ def ruby_load_path

def gem_new
arr = ["#{ENV['GEM_HOME']}/gems/*", "#{ENV['GEM_HOME']}/bundler/gems/*",
"vendor/ruby/*/{gems,bundler/gems}/*"]
"{vendor,bundle}/ruby/*/{gems,bundler/gems}/*"]
require 'rubygems' unless defined? Gem
arr << "#{Gem.default_dir}/gems/*"
end
Expand Down

0 comments on commit d61187a

Please sign in to comment.