Skip to content

Commit

Permalink
Add Gemfile.devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Jan 1, 2025
1 parent 284f81a commit ef591ff
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

gemspec

eval_gemfile "Gemfile.devtools"

unless defined?(COMPONENTS)
COMPONENTS = %w(core repository changeset)
end
Expand Down
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 managed by rom-rb/devtools project

gem "rake", ">= 13.0.0"

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
# this is the same version that we use on codacy
gem "rubocop", "1.69.2"
end

0 comments on commit ef591ff

Please sign in to comment.