dry-configurable | A simple mixin to make Ruby classes | Configuration Management library
kandi X-RAY | dry-configurable Summary
kandi X-RAY | dry-configurable Summary
A simple mixin to make Ruby classes configurable
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of dry-configurable
dry-configurable Key Features
dry-configurable Examples and Code Snippets
Community Discussions
Trending Discussions on dry-configurable
QUESTION
Good day,
My team and I are trying to push our Rails app to Heroku - git push heroku dev:master
is successful, but thereafter heroku run rails db:migrate
, heroku run rails console
, etc. all fail with the following error (full trace pasted at bottom of post):
ANSWER
Answered 2020-Feb-21 at 07:53Probably someone or something upgraded the dry-configurable
gem from version 0.9.0
to 0.11.1
. This gem is a dependency of warden-jwt_auth
which is a dependency of devise-jwt
and the new version breaks it.
A few days ago the version 0.11.0
of dry-configurable
was released and warden-jwt_auth
uses it, because it specifies the version of this dependency with ~> 0.6
, which includes the faulty version (everything from 0.6
to 1.0
would be fine). You can see that in the Gemfile.lock or in the dependencies of warden-jwt_auth
.
If somebody did run bundle upgrade
it will have pulled the new faulty version.
I recommend you to pin the older version of dry-configurable
in your Gemfile
:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install dry-configurable
On a UNIX-like operating system, using your system’s package manager is easiest. However, the packaged Ruby version may not be the newest one. There is also an installer for Windows. Managers help you to switch between multiple Ruby versions on your system. Installers can be used to install a specific or multiple Ruby versions. Please refer ruby-lang.org for more information.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page