solidusio-contrib / solidus_easypost

:envelope: Solidus integration with EasyPost.
BSD 3-Clause "New" or "Revised" License
13 stars 23 forks source link

How to install on Solidus 3? Conflicting Requirements with Solidus #103

Open octoxan opened 2 years ago

octoxan commented 2 years ago

Following the README, added this gem to the Gemfile and tried both bundle install and bundle update which outputs..

Bundler found conflicting requirements for the Ruby version:
  In Gemfile:
    Ruby (~> 3.0.2.0)

    solidus_easypost was resolved to 2.0.0, which depends on
      Ruby (~> 2.5)

Bundler could not find compatible versions for gem "solidus":
  In Gemfile:
    solidus (~> 3.1)

    solidus_easypost was resolved to 1.0.2, which depends on
      solidus (~> 1.0.2)
ccarruitero commented 2 years ago

@octoxan You need to use solidus_easypost from master version to get solidus 3 support, for now.

@aldesantis Is there any plan to release a new version any time soon?

aldesantis commented 2 years ago

@ccarruitero I'll try to release a new version this week! Thanks for bearing with me!

ccarruitero commented 2 years ago

I think we can close this., since we already have a new version.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It might be closed if no further activity occurs. Thank you for your contributions.