summaryrefslogtreecommitdiff
path: root/tool/bundler/standard_gems.rb
blob: 20c1ecd827720df3f1a1d96925f5d638903b1f2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# frozen_string_literal: true

source "https://rubygems.org"

gem "standard", "~> 1.0"

gem "minitest"
gem "rake"
gem "rake-compiler"
gem "rspec"
gem "test-unit"
gem "rb_sys"