From e801ce372ffcf95268801e3b91e68d5e353947a8 Mon Sep 17 00:00:00 2001 From: Mikael Henriksson Date: Tue, 2 Jun 2020 19:08:24 +0200 Subject: [PATCH] Move dev-gems from gemspec to gemfile (#512) No need managing them in the gemspec (complicated). --- Gemfile | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 0163d8488..6a79587d3 100644 --- a/Gemfile +++ b/Gemfile @@ -5,8 +5,17 @@ gemspec LOCAL_GEMS = "Gemfile.local" -gem "appraisal", ">= 2.2" -gem "rspec-its", require: false +gem "appraisal" +gem "bundler" +gem "gem-release" +gem "github-markup" +gem "rack-test" +gem "rake" +gem "rspec" +gem "rspec-its" +gem "sinatra" +gem "timecop" +gem "yard" platforms :mri do gem "fasterer"