Skip to content

Commit

Permalink
Add Gemfile.devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
File Sync committed Sep 21, 2023
1 parent 8e69e0b commit a1537b0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Gemfile.devtools
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# frozen_string_literal: true

# This file is synced from dry-rb/template-gem repo

gem "rake", ">= 12.3.3"

group :test do
gem "simplecov", require: false, platforms: :ruby
gem "simplecov-cobertura", require: false, platforms: :ruby
gem "rexml", require: false

gem "warning"
end

group :tools do
gem "rubocop", "~> 1.55.0"
gem "byebug"
end

0 comments on commit a1537b0

Please sign in to comment.