diff options
author | Samantha McVey <samantham@posteo.net> | 2016-11-09 21:02:04 -0800 |
---|---|---|
committer | Samantha McVey <samantham@posteo.net> | 2016-11-09 21:02:04 -0800 |
commit | 0a0acadf06661b004dd9bbf3797cdd3d15edab96 (patch) | |
tree | 964a022cf50d98716f4f686bb7b426cba3073df2 | |
parent | 70d6977ccc07b667da0ed165b7706afbb5190816 (diff) |
Add rubygems.org as gem source so Travis CI can use charlock_holmes
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +source 'http://rubygems.org' group :test do gem 'rake' gem 'charlock_holmes' |