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

Removed needless Gemfile in ruby repo.

This commit is contained in:
Hiroshi SHIBATA 2021-09-03 20:35:29 +09:00
parent 76c7388c1f
commit 94845d0170
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -1,12 +0,0 @@
source 'https://rubygems.org'
gemspec
group :development do
gem 'rake'
gem 'racc', '> 1.4.10'
gem 'kpeg', github: 'evanphx/kpeg'
gem 'test-unit'
gem 'rubocop'
gem 'gettext'
end