diff options
| -rw-r--r-- | Gemfile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,10 @@ source 'https://rubygems.org' gemspec +group :development, :test do + gem 'rubocop' +end + group :test do gem 'rake' gem 'simplecov', '>= 0.14.1' @@ -9,4 +13,4 @@ end group :profile do gem 'ruby-prof', :platforms => :ruby -end
\ No newline at end of file +end |
