diff options
author | Arun Agrawal <arunagw@gmail.com> | 2016-03-04 13:18:12 +0530 |
---|---|---|
committer | Arun Agrawal <arunagw@gmail.com> | 2016-03-04 13:18:12 +0530 |
commit | 852e0ad200bde1d86f30ca68b2e70c9d4062148b (patch) | |
tree | 9ff6ef6e76f2ad5379c20a88fa8ba84f1bd6a77a | |
parent | 2cafbd311fe4ddcaf02cc838088ca24cffe80ceb (diff) | |
parent | f667f0aa044f2bce6ec0c655bc837effc2985763 (diff) | |
download | rails-852e0ad200bde1d86f30ca68b2e70c9d4062148b.tar.gz rails-852e0ad200bde1d86f30ca68b2e70c9d4062148b.tar.bz2 rails-852e0ad200bde1d86f30ca68b2e70c9d4062148b.zip |
Merge pull request #24042 from Sarah-Alsinan/patch-3
Update Gemfile
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ gemspec # We need a newish Rake since Active Job sets its test tasks' descriptions. gem 'rake', '>= 10.3' -# This needs to be with require false to ensure correct loading order, as has to +# This needs to be with require false to ensure correct loading order, as it has to # be loaded after loading the test library. gem 'mocha', '~> 0.14', require: false |