pchwbm/Gemfile

9 lines
146 B
Ruby
Raw Normal View History

2023-10-30 15:57:44 -04:00
source 'https://rubygems.org'
gem 'dry-cli', '1.0.0'
group :development, :test do
# rubocop and extensions for code style
gem 'rubocop'
end