Skip to content

Commit

Permalink
Move dev-gems from gemspec to gemfile (#512)
Browse files Browse the repository at this point in the history
No need managing them in the gemspec (complicated).
  • Loading branch information
mhenrixon authored Jun 2, 2020
1 parent 026f4b9 commit e801ce3
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e801ce3

Please sign in to comment.