Title: Message Title
Ethan Brown commented on an issue
Puppet / Bug PUP-2777
Support Bundler workflow on x64
Puppet expresses Windows gem dependencies, but it only applies to ruby x86. When running on x64, the gem dependencies do not apply, so you can't use bundler to install gems, and run specs.

Currently, puppet's Gemfile uses the bundler `mingw` platform identifier, effectively:

{noformat}
platform :mingw do
  gem 'ffi'
  ...
end
{noformat}

{{Bu...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to