Skip to content
Snippets Groups Projects
Commit 7392b377 authored by Francis Luong (Franco)'s avatar Francis Luong (Franco)
Browse files

add minutest to development group in Gemfile

parent dbbc5b29
Branches
No related tags found
No related merge requests found
...@@ -16,3 +16,4 @@ server.rb ...@@ -16,3 +16,4 @@ server.rb
*.sw? *.sw?
/tmp/ /tmp/
/_yardoc/ /_yardoc/
.idea/
source "https://rubygems.org" source "https://rubygems.org"
gemspec gemspec
group :development do
gem 'minitest', '~> 5.8', '>= 5.8.4'
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment