pchwbm/Gemfile
Gregory Ballantine 1d7b9c8f0f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Initial project structure with dry/cli
2023-10-30 15:57:44 -04:00

9 lines
146 B
Ruby

source 'https://rubygems.org'
gem 'dry-cli', '1.0.0'
group :development, :test do
# rubocop and extensions for code style
gem 'rubocop'
end