hanami-view/Gemfile.devtools

15 lines
365 B
Plaintext

# this file is managed by dry-rb/devtools project
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
group :test do
gem 'codacy-coverage', require: false, platforms: :ruby
gem 'simplecov', require: false, platforms: :ruby
gem 'warning'
end
group :tools do
# this is the same version that we use on codacy
gem 'rubocop', '0.71.0'
end