Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Commit

Permalink
removed hard dependency on io-console in gems installed via the cp pl…
Browse files Browse the repository at this point in the history
…ugin installer - #160
  • Loading branch information
orta committed Dec 31, 2015
1 parent 3f2d5fe commit eecebbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cocoapods-plugins-install/lib/pod/command/plugins/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,12 @@ def temp_gemfile
gemfile.puts "gem 'cocoapods', '#{Pod::VERSION}'"
unless dev_tools_installed?
available_gems_that_require_dev_tools.each do |gem|
next if gem.name == "io-console"
gemfile.puts "gem '#{gem.name}', '#{gem.version}'"
end
end
@names.each do |name|
next if name == "io-console"
gemfile.puts "gem '#{name}'"
end
@temp_gemfile = gemfile.path
Expand Down

0 comments on commit eecebbe

Please sign in to comment.