1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/tool/bundler/rubocop_gems.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
161 B
Ruby
Raw Normal View History

# frozen_string_literal: true
source "https://rubygems.org"
gem "rubocop", "~> 1.7"
gem "minitest"
gem "rake"
gem "rake-compiler"
gem "rspec"
gem "test-unit"