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:
parent
76c7388c1f
commit
94845d0170
1 changed files with 0 additions and 12 deletions
|
@ -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
|
Loading…
Reference in a new issue