aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorSarah A <sarah.alsinan@gmail.com>2016-03-03 23:42:53 -0800
committerSarah A <sarah.alsinan@gmail.com>2016-03-03 23:42:53 -0800
commitf667f0aa044f2bce6ec0c655bc837effc2985763 (patch)
tree9ff6ef6e76f2ad5379c20a88fa8ba84f1bd6a77a /Gemfile
parent2cafbd311fe4ddcaf02cc838088ca24cffe80ceb (diff)
downloadrails-f667f0aa044f2bce6ec0c655bc837effc2985763.tar.gz
rails-f667f0aa044f2bce6ec0c655bc837effc2985763.tar.bz2
rails-f667f0aa044f2bce6ec0c655bc837effc2985763.zip
Update Gemfile
Changes "as has to be loaded" to "as it has to be loaded"
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index f8779a3e49..a0f1cfacdc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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