Closed rennhak closed 5 years ago
Cross posted to https://github.com/ahoward/systemu/issues/31
@rennhak this is the same issue that's referenced in #20 and #19. systmeu was removed as dependency which in the gemspec. i have a pull request open that addresses this.
this change in dependency management breaks bundle. "Bundle update" will attempt to use the 2.6 version of systemu which causes a runtime load failure for 2.5 which won't exist. The dependency should be >= 2.5 instead of -> 2.5
@hubert Sorry for potentially double posting this, I should have checked existing issues.
The 1.6.5 update has killed chef compatibility for us:
Bundler could not find compatible versions for gem "systemu":
In Gemfile:
chef (>= 0) ruby depends on
systemu (~> 2.5.2) ruby
systemu (2.6.2)
systemu removed in this fork: tsilen/macaddr
I'm not sure if this is a systemu or macaddr issue. Ran into this trouble on a simple Ruby/Sinatra stack app.
Current workarouind for me is to pin the macaddr gem to 1.6.1 by adding
to gemfile. With 1.6.1 it works like a charm.
ruby 2.1.0p0 (2013-12-25 revision 44422) [i686-linux]