mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
17 lines
440 B
Ruby
17 lines
440 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
# Specify your gem's dependencies in regorusrb.gemspec
|
|
gemspec
|
|
|
|
# These gems are required for local development and testing,
|
|
# but won't be included in the published gem
|
|
gem "minitest", "~> 5.16"
|
|
gem "rake", "~> 13.0"
|
|
gem "rake-compiler"
|
|
gem "rake-compiler-dock"
|
|
gem "rubocop", "~> 1.62", require: false
|
|
gem "rubocop-minitest", require: false
|
|
gem "rubocop-rake", require: false
|