summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorFrancis Luong (Franco) <fluong@fx-mbp-13.local>2016-03-16 00:09:21 -0400
committerFrancis Luong (Franco) <fluong@fx-mbp-13.local>2016-03-16 00:09:21 -0400
commit817b20fda4520e2b5272993aa18d9394178f2d33 (patch)
tree2fb8d9ac9888abb2878bb1108e9be0985a5446ae /Gemfile
parentdb8cf9752ebce08b7abb94c10eca4bf70c425250 (diff)
parentf04db1f70f9888494fc155ca7c06d33f778f9ac0 (diff)
downloadipaddress-817b20fda4520e2b5272993aa18d9394178f2d33.tar.gz
Merge remote-tracking branch 'bluemonk/master' into 70-contributing-md
# Conflicts: # .gitignore
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index b4e2a20..9c886f6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,3 +1,7 @@
source "https://rubygems.org"
gemspec
+
+group :development do
+ gem 'minitest', '~> 5.8', '>= 5.8.4'
+end