1
0
Fork 0
mirror of https://github.com/nishiki/is_master.git synced 2024-10-27 01:53:16 +00:00
is_master/Gemfile

7 lines
101 B
Ruby
Raw Permalink Normal View History

2017-11-09 10:35:27 +00:00
source 'https://rubygems.org'
group :development do
2018-02-24 09:17:28 +00:00
gem 'rubocop', '0.52.1'
2017-11-09 10:35:27 +00:00
gem 'test-unit'
end