Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rails 6.1 support #80

Open
jerko-culina opened this issue Jan 28, 2021 · 1 comment
Open

Rails 6.1 support #80

jerko-culina opened this issue Jan 28, 2021 · 1 comment

Comments

@jerko-culina
Copy link

On rails 6.1 I got this one error:

Bundler could not find compatible versions for gem "activemodel":
  In snapshot (Gemfile.lock):
    activemodel (= 6.1.1)

  In Gemfile:
    has_friendship was resolved to 1.1.8, which depends on
      activemodel (< 6.1, >= 4.2.0)

    rails (~> 6.1.0) was resolved to 6.1.1, which depends on
      activemodel (= 6.1.1)

Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.

Bundler could not find compatible versions for gem "rails":
  In snapshot (Gemfile.lock):
    rails (= 6.1.1)

  In Gemfile:
    rails (~> 6.1.0)

    has_friendship was resolved to 0.0.3, which depends on
      rails (~> 4.1.8)

Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.

Can we expect support for rails 6.1 in the near future?

@matoni109
Copy link

matoni109 commented Feb 18, 2021

In case anyone else ends up here the work around is below :
gem 'has_friendship', github: 'sungwoncho/has_friendship'

in your gem file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants