Skip to content

Commit

Permalink
no need to patch full_gem_path since RGs 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Apr 30, 2016
1 parent 78be874 commit c45f0db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/warbler/traits/bundler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ def add_bundler_gems
end

spec.loaded_from = full_gem_path.join('bundler.gemspec').to_s
# RubyGems 1.8.x: @full_gem_path is cached, so we have to set it
def spec.full_gem_path=(p); @full_gem_path = p; end
spec.full_gem_path = full_gem_path.to_s
end

Expand Down

0 comments on commit c45f0db

Please sign in to comment.