mirror of
https://github.com/nishiki/is_master.git
synced 2024-11-23 03:27:51 +00:00
6 lines
101 B
Ruby
6 lines
101 B
Ruby
source 'https://rubygems.org'
|
|
|
|
group :development do
|
|
gem 'rubocop', '0.52.1'
|
|
gem 'test-unit'
|
|
end
|