Add method_source to gemfile

This commit is contained in:
Arthur Neves 2015-01-23 20:34:43 -05:00 committed by Yves Senn
parent cf7ba1fbbd
commit d6ed046d30
2 changed files with 3 additions and 0 deletions

View File

@ -60,6 +60,7 @@ instance_eval File.read local_gemfile if File.exist? local_gemfile
group :test do
# FIX: Our test suite isn't ready to run in random order yet
gem 'minitest', '< 5.3.4'
gem 'method_source'
platforms :mri_19 do
gem 'ruby-prof', '~> 0.11.2'

View File

@ -134,6 +134,7 @@ GEM
loofah (2.0.1)
nokogiri (>= 1.5.9)
metaclass (0.0.4)
method_source (0.8.2)
mime-types (2.4.3)
mini_portile (0.6.2)
minitest (5.3.3)
@ -260,6 +261,7 @@ DEPENDENCIES
json
kindlerb (= 0.1.1)
mail!
method_source
minitest (< 5.3.4)
mocha (~> 0.14)
mysql (>= 2.9.0)