source "http://rubygems.org/"

gem "bundler"
gem "rake"
gem "rspec", "~> 3.8"
gem "require_all"
gem "constructor"
gem "diy"
gem "rr"
gem "thor"
gem "deep_merge"

#these will be used if present, but ignored otherwise
#gem "curses"
#gem "pty",    :platforms => [ :ruby ] #automatically included on *nix platforms
#gem "popen4", :platforms => [ :mswin ]
