Skip to content

Commit

Permalink
Merge pull request thought-driven#27 from lpender/lp-remove-source
Browse files Browse the repository at this point in the history
Drop --source flag from update
  • Loading branch information
lpender authored Jun 17, 2016
2 parents aba3ee7 + 3dc1070 commit 2c2eba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bummr/updater.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def update_gems

def update_gem(gem, index)
puts "Updating #{gem[:name]}: #{index+1} of #{@outdated_gems.count}"
system("bundle update --source #{gem[:name]}")
system("bundle update #{gem[:name]}")

updated_version = updated_version_for(gem)
message = "Update #{gem[:name]} from #{gem[:installed]} to #{updated_version}"
Expand Down

0 comments on commit 2c2eba1

Please sign in to comment.