Skip to content

Commit e801ce3

Browse files
authored
Move dev-gems from gemspec to gemfile (#512)
No need managing them in the gemspec (complicated).
1 parent 026f4b9 commit e801ce3

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

Gemfile

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,17 @@ gemspec
55

66
LOCAL_GEMS = "Gemfile.local"
77

8-
gem "appraisal", ">= 2.2"
9-
gem "rspec-its", require: false
8+
gem "appraisal"
9+
gem "bundler"
10+
gem "gem-release"
11+
gem "github-markup"
12+
gem "rack-test"
13+
gem "rake"
14+
gem "rspec"
15+
gem "rspec-its"
16+
gem "sinatra"
17+
gem "timecop"
18+
gem "yard"
1019

1120
platforms :mri do
1221
gem "fasterer"

0 commit comments

Comments
 (0)