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

Error with rake tasks #140

Open
JacquesMarques opened this issue Nov 14, 2022 · 1 comment
Open

Error with rake tasks #140

JacquesMarques opened this issue Nov 14, 2022 · 1 comment

Comments

@JacquesMarques
Copy link

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)

@MatUrbanski
Copy link
Owner

Hi, Please try to hardcode version of dry-system gem in your Gemfile:

gem 'dry-system', '0.19.1'

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