Skip to content

Commit

Permalink
Simpler update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarranza committed Oct 21, 2015
1 parent 44acf9f commit 02e7680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gemstash/cli/start.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def store_daemonized

def check_rubygems_version
raise "Rubygems version is too old, please update rubygems by running: " \
"gem install rubygems-update && update_rubygems && gem update system" unless
"gem update --system" unless
Gem::Requirement.new("~> 2.4").satisfied_by?(Gem::Version.new(Gem::VERSION))
end

Expand Down

0 comments on commit 02e7680

Please sign in to comment.