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