dry-cli/Gemfile

12 lines
343 B
Ruby

source 'https://rubygems.org'
gemspec
unless ENV['TRAVIS']
gem 'byebug', require: false, platforms: :mri
gem 'yard', require: false
end
gem 'hanami-utils', '1.1.0.beta2', require: false, git: 'https://github.com/hanami/utils.git', branch: 'develop'
gem 'hanami-devtools', require: false, git: 'https://github.com/hanami/devtools.git'