summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index eb1dc6c..352df49 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,8 @@ end
group :development do
# for testing loading concurrently with yajl-ruby, not on jruby
# gem 'yajl-ruby', platforms: [ :ruby, :mswin, :mingw ]
- gem "github_changelog_generator"
+ gem "rspec"
+ gem "rake-compiler"
end
group :development_extras do