Skip to content

Commit

Permalink
make bump task work with bundle env
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Kim committed Jun 23, 2015
1 parent c48db82 commit 44221ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template/bump.rake
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
begin
require "flavor_gem/bump_tasks"
rescue Gem::LoadError
rescue LoadError => e
raise LoadError unless e.message.include? "flavor_gem/bump_tasks"
end

0 comments on commit 44221ab

Please sign in to comment.