diff options
author | Arthur Neves <arthurnn@gmail.com> | 2015-03-05 09:58:17 -0500 |
---|---|---|
committer | Arthur Neves <arthurnn@gmail.com> | 2015-03-19 10:15:03 -0400 |
commit | 9afd9d232c6b533578c7b86df245aa75939091e5 (patch) | |
tree | 65add8751869f0c13c1ff474c5e37321f994663f /Gemfile | |
parent | 9959e9525b9bd3324288c87f1c791cbb488c36c8 (diff) | |
download | rails-9afd9d232c6b533578c7b86df245aa75939091e5.tar.gz rails-9afd9d232c6b533578c7b86df245aa75939091e5.tar.bz2 rails-9afd9d232c6b533578c7b86df245aa75939091e5.zip |
method_source needs to be a hard dependency on railties
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -60,7 +60,6 @@ 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' |