We're a place where coders share, stay up-to-date and grow their careers.
Maybe I'm wrong but I think you have to add a "source" line in the gemfile block:
gemfile do source 'https://rubygems.org' gem 'dry-cli', require: 'dry/cli/inline' end
Maybe I'm wrong but I think you have to add a "source" line in the gemfile block: