1
0
mirror of https://github.com/danbee/micropub.git synced 2025-03-04 08:59:13 +00:00

These can be grouped

This commit is contained in:
Daniel Barber 2019-11-16 16:07:38 -05:00
parent 20b68453dd
commit ddee69e505
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

12
Gemfile
View File

@ -14,8 +14,10 @@ gem "github_api"
gem "indieweb-endpoints"
gem "pry"
gem "minitest"
gem "minitest-hooks"
gem "mocha"
gem "rack-test"
group :test do
gem "pry"
gem "minitest"
gem "minitest-hooks"
gem "mocha"
gem "rack-test"
end