Sha256: 626371e3318454cc4e81ac8d32bee4266cabdfc3d9e7991b3dab542f81f9d4f7
Contents?: true
Size: 483 Bytes
Versions: 2
Compression:
Stored size: 483 Bytes
Contents
# frozen_string_literal: true # this file is managed by rom-rb/devtools project gem "rake", ">= 12.3.3" git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } group :test do gem "simplecov", require: false, platforms: :ruby gem "simplecov-cobertura", require: false, platforms: :ruby gem "rexml", require: false gem "warning" if RUBY_VERSION >= "2.4.0" end group :tools do # this is the same version that we use on codacy gem "rubocop", "1.26.1" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rom-factory-0.12.0 | Gemfile.devtools |
rom-factory-0.11.0 | Gemfile.devtools |