blob: 9cb740cd151b17cbc799b38fa2fdb4e145db1a21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# frozen_string_literal: true
source "https://rubygems.org"
gem "rubocop", "~> 1.7"
gem "minitest"
gem "rake"
gem "rake-compiler"
gem "rspec"
gem "test-unit"
gem "rb_sys"
|