CMock/Gemfile
Mark VanderVoord ecbdbd2716 - fixed license to make it standard MIT license.
- updated gem file to reflect latest changes in self-testing methods.
2014-12-16 10:20:56 -05:00

10 lines
147 B
Ruby

source "http://rubygems.org/"
gem "bundler", "~> 1.1.rc.7"
gem "rake", ">= 0.9.2.2"
gem "minitest"
gem "require_all"
gem "constructor"
gem "diy"