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