add rubocop and rspec to Gemfile

This commit is contained in:
Petr Korolev
2015-03-26 15:53:46 +02:00
parent cca8e5d810
commit 9e69a1c853
2 changed files with 38 additions and 1 deletions

View File

@@ -1,4 +1,11 @@
source 'https://rubygems.org'
gem 'rake'
gem 'github_api'
gem 'colorize'
gem 'rake'
group :test do
gem 'rspec'
gem 'rubocop'
end