Skip to content

Commit

Permalink
correcting 2.3 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
dbRM authored and Rails Machine committed Apr 3, 2018
1 parent a12ccfa commit fc1d0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/moonshine/capistrano_integration.rb
Expand Up @@ -850,7 +850,7 @@ def self.load_into(capistrano_config)
'sudo rm -rf /usr/lib/ruby/gems/1.9.1 || true',
'sudo rm -rf /usr/lib/ruby/gems/2.0.0 || true',
'sudo rm -rf /usr/lib/ruby/gems/2.1.0 || true',
'sudo mkdir -p /usr/lib/ruby/gems/2.3.0/gems || true',
'sudo mkdir -p /usr/lib/ruby/gems/2.2.0/gems || true',
"wget -q http://cache.ruby-lang.org/pub/ruby/2.3/#{p}.tar.gz",
"tar xzf #{p}.tar.gz",
"cd /tmp/#{p}",
Expand Down

0 comments on commit fc1d0da

Please sign in to comment.