berkshelf / ridley

A reliable Chef API client with a clean syntax
Other
231 stars 85 forks source link

gemspec constraints for celluloid are quite strict #370

Closed eprothro closed 7 years ago

eprothro commented 7 years ago

Wanted to check that each of the patch-locked constraints for celluoid were intentional and/or still needed?

Results in a classic dependency catch22 for me

Bundler could not find compatible versions for gem "celluloid":
  In Gemfile:
    berkshelf (~> 5.6) was resolved to 5.6.0, which depends on
      ridley (~> 5.0) was resolved to 5.0.0, which depends on
        celluloid (~> 0.16.0)

my-private-gem (~> 2.0) was resolved to 2.0.0, which depends on
      sidetiq (>= 0.7.2, ~> 0.1) was resolved to 0.7.2, which depends on
        celluloid (>= 0.17.3)
lamont-granquist commented 7 years ago

currently, yes. we're working on it because its indeed annoying.