aboisvert/s3cp

Bump highline dependency

hughevans opened this issue · 1 comments

It looks like the highline dep needs to be bumped as it conflicts with Capistrano:

Bundler could not find compatible versions for gem "highline":
  In Gemfile:
    s3cp (>= 0) ruby depends on
      highline (~> 1.5.1) ruby

    capistrano (>= 0) ruby depends on
      highline (1.6.14)

Done. Released v1.1.8 with following change:

=== 1.1.8 (2012-10-29)

  • Changed: Relaxed highline dependency requirement from ~> 1.5.1 to >= 1.5.1
    (for better compatibility with other gems, e.g., capistrano)