mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
* update ruby bindings version to 0.1.5, bump deps * update ruby bindings for coverage and print methods
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.23"
|
|
gem "rake", "~> 13.2"
|
|
gem "rake-compiler"
|
|
gem "rake-compiler-dock"
|
|
gem "rubocop", "~> 1.64", require: false
|
|
gem "rubocop-minitest", require: false
|
|
gem "rubocop-rake", require: false
|