aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJuanito Fatas <katehuang0320@gmail.com>2014-05-05 04:24:38 +0800
committerJuanito Fatas <katehuang0320@gmail.com>2014-05-05 04:24:38 +0800
commit769eabce45a0bca1deaca163c028bf55f27d6390 (patch)
tree48111903b0293b15529aebed6ff49013503eabce /Rakefile
parentac273d7f8be6aad7a58675b3d7fc39156e1e04fb (diff)
downloadbundler-769eabce45a0bca1deaca163c028bf55f27d6390.tar.gz
[ci skip] Fix a typo in Rakefile.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 8e3a8199..408fb9f7 100644
--- a/Rakefile
+++ b/Rakefile
@@ -66,7 +66,7 @@ namespace :spec do
# https://github.com/rubygems/rubygems/issues/784
sh "gem update --system 2.1.11"
else
- # Downgrade Rubygems so RSpec 3 can be instaled
+ # Downgrade Rubygems so RSpec 3 can be installed
# https://github.com/rubygems/rubygems/issues/813
sh "gem update --system 2.2.0"
end