Jira (PUP-7463) Pin of net-ssh to ~> 2.1 is incompatible with Beaker's ~> 4.0

2017-04-24 Thread Ethan Brown (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Ethan Brown commented on  PUP-7463 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Pin of net-ssh to ~> 2.1 is incompatible with Beaker's ~> 4.0  
 
 
 
 
 
 
 
 
 
 
Dominic Cleal I think you may have just so happened to try Puppet#master after a bad merge-up from stable to master (fixed in https://github.com/puppetlabs/puppet/commit/9ce6842876a5d97989f8538d10deae8d3389cd4e) 
While the runtime dependency of ~> 2.1 did initially make it into .gemspec, we did notice the same problem with Beaker, and fixed it in https://github.com/puppetlabs/puppet/commit/c42a0b7e5f080d0696549e25fafee760a44f3f4d with: 
 
 
 
 
 
 
s.add_runtime_dependency(%q, [">= 3.0", "< 5"]) if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('2.0.0')
 
 
 
 
 
 
 
Please close once you verify everything is good on your end. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-7463) Pin of net-ssh to ~> 2.1 is incompatible with Beaker's ~> 4.0

2017-04-24 Thread Moses Mendoza (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Moses Mendoza commented on  PUP-7463 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Pin of net-ssh to ~> 2.1 is incompatible with Beaker's ~> 4.0  
 
 
 
 
 
 
 
 
 
 
ping Ethan Brown 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-7463) Pin of net-ssh to ~> 2.1 is incompatible with Beaker's ~> 4.0

2017-04-21 Thread Dominic Cleal (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Dominic Cleal created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-7463 
 
 
 
  Pin of net-ssh to ~> 2.1 is incompatible with Beaker's ~> 4.0  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 2017/04/21 6:32 AM 
 
 
 

Environment:
 
 
Checkout of a Puppet module with puppet#master 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Dominic Cleal 
 
 
 
 
 
 
 
 
 
 
.gemspec in Puppet was modified in 

PUP-7425
 to add net-ssh with a pin of ~> 2.1, however this conflicts with the beaker gem which specifies ~> 4.0. 
This makes it difficult to use Puppet from a git checkout. According to https://tickets.puppetlabs.com/browse/PUP-7425?focusedCommentId=431057 this won't affect the published "puppet" gem. 
e.g. with the puppetlabs-apache module: 
 
 
 
 
 
 
$ export PUPPET_GEM_VERSION=git://github.com/puppetlabs/puppet#master 
 
 
 
 
$ bundle up