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
Hi, I clone this project and try run, but when I try list rake tasks I get this error:
rake -T rake aborted! NameError: uninitialized constant Dry::System::Plugins /Users/jacquesmmarquesicloud.com/RubymineProjects/test/todo_api/system/application.rb:4:in require' /Users/jacquesmmarquesicloud.com/RubymineProjects/test/todo_api/system/application.rb:4:in <top (required)>' /Users/jacquesmmarquesicloud.com/RubymineProjects/test/todo_api/Rakefile:5:in require_relative' /Users/jacquesmmarquesicloud.com/RubymineProjects/test/todo_api/Rakefile:5:in <top (required)>' (See full trace by running task with --trace)
require' /Users/jacquesmmarquesicloud.com/RubymineProjects/test/todo_api/system/application.rb:4:in
require_relative' /Users/jacquesmmarquesicloud.com/RubymineProjects/test/todo_api/Rakefile:5:in
The text was updated successfully, but these errors were encountered:
Hi, Please try to hardcode version of dry-system gem in your Gemfile:
dry-system
gem 'dry-system', '0.19.1'
Sorry, something went wrong.
No branches or pull requests
Hi, I clone this project and try run, but when I try list rake tasks I get this error:
rake -T
rake aborted!
NameError: uninitialized constant Dry::System::Plugins
/Users/jacquesmmarquesicloud.com/RubymineProjects/test/todo_api/system/application.rb:4:in
require' /Users/jacquesmmarquesicloud.com/RubymineProjects/test/todo_api/system/application.rb:4:in
<top (required)>'/Users/jacquesmmarquesicloud.com/RubymineProjects/test/todo_api/Rakefile:5:in
require_relative' /Users/jacquesmmarquesicloud.com/RubymineProjects/test/todo_api/Rakefile:5:in
<top (required)>'(See full trace by running task with --trace)
The text was updated successfully, but these errors were encountered: