departurerb / departure

Percona's pt-online-schema-change runner for ActiveRecord migrations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot update to Rails 6.1.4

dsalzr opened this issue · comments

Looks like departure is capped at rails <= 6.1

Bundler could not find compatible versions for gem "activerecord":
  In Gemfile:
    departure (~> 6.3.0) was resolved to 6.3.0, which depends on
      activerecord (>= 5.2.0, <= 6.1)

    rails (>= 6.1.4, < 6.2) was resolved to 6.1.4, which depends on
      activerecord (= 6.1.4)

Can you please cut a new release to allow updates?

I see the fix is already in main. Is there an ETA for the next release?

@dsalzr Would this look like < 6.2 so we can get any future patch releases of Rails as well?

@bsimpson Thats sounds correct 👍🏼

Is there anything blocking a new release that the community can help with?

Any update on this? It would be great to have a release with this change in it.

@takanabe or @sikachu Any chance of some attention on this one? I see you both got added as maintainers recently.

Hello. We use this tool in our organization and we would gladly help maintain it. Can you add me as a maintainer?

I actually don't have push permission for this gem, so that's why I didn't push it ...

@wyhaines would you be able to handle a release? Otherwise, would you mind adding me on RubyGems?

@wyhaines We'd really appreciate some help here.

While it's not a permanent solution, others that land here can use the following configuration in the Gemfile to get the latest changes while we wait on a release.

# Gemfile
gem "departure", github: "departurerb/departure", branch: "master"

Released in #82