diff options
Diffstat (limited to 'lib/rdoc/Gemfile')
-rw-r--r-- | lib/rdoc/Gemfile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/rdoc/Gemfile b/lib/rdoc/Gemfile index 4813c63655..83a4863794 100644 --- a/lib/rdoc/Gemfile +++ b/lib/rdoc/Gemfile @@ -3,10 +3,10 @@ source 'https://rubygems.org' gemspec group :development do - gem "rake" - gem "racc", "> 1.4.10" - gem "kpeg" - gem "test-unit" - gem "minitest" # for test_rdoc_rubygems_hook.rb - gem "rubocop" + gem 'rake' + gem 'racc', '> 1.4.10' + gem 'kpeg' + gem 'test-unit' + gem 'minitest' # for test_rdoc_rubygems_hook.rb + gem 'rubocop' end |