We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When am trying to upgrade rails 5.2.4.4 to 6.0.3 am having issue with gentelella-rails dependent gem (switchery-rails).
Bundler could not find compatible versions for gem "railties": In Gemfile: rails (~> 6.0.3) was resolved to 6.0.3, which depends on railties (= 6.0.3)
**gentelella-rails was resolved to 0.1.11, which depends on switchery-rails was resolved to 0.8.1, which depends on railties (~> 4)**
when i comment gentelella-rails from Gemfile, am able to upgrade rails 6.0.3. but with switchery-rails am not able to upgrade.
Problem is the dependent gem switchery-rails can only support till 5.2.4.4 rails version, then how there people using gentelella-rails in to Rails 6.
Can anybody help to fix this issue.
The text was updated successfully, but these errors were encountered:
Any updates on this issue? I am facing same dependency issue while upgrading to rails 6.0.0
gentelella-rails was resolved to 0.1.11, which depends on switchery-rails was resolved to 0.8.1.1, which depends on railties (>= 3.2, < 6.0)
Sorry, something went wrong.
This issue is fixed in switchery-rails gem in version 0.8.2.0
No branches or pull requests
When am trying to upgrade rails 5.2.4.4 to 6.0.3 am having issue with gentelella-rails dependent gem (switchery-rails).
Bundler could not find compatible versions for gem "railties":
In Gemfile:
rails (~> 6.0.3) was resolved to 6.0.3, which depends on
railties (= 6.0.3)
when i comment gentelella-rails from Gemfile, am able to upgrade rails 6.0.3. but with switchery-rails am not able to upgrade.
Problem is the dependent gem switchery-rails can only support till 5.2.4.4 rails version, then how there people using gentelella-rails in to Rails 6.
Can anybody help to fix this issue.
The text was updated successfully, but these errors were encountered: