diff options
| author | Zack Hobson | 2013-11-21 12:27:14 -0800 | 
|---|---|---|
| committer | Zack Hobson | 2013-11-21 12:27:14 -0800 | 
| commit | ba28437f7a56e0f817fe1b51e46e756b7f6cc1f9 (patch) | |
| tree | 1168ff2d9f2e9fce89cc0e6909ce9632f6c01cba | |
| parent | 125133158e4d021526638789848b238ecd268f49 (diff) | |
| download | hcl-ba28437f7a56e0f817fe1b51e46e756b7f6cc1f9.tar.bz2 | |
Add remote to gemfile
| -rw-r--r-- | Gemfile | 1 | ||||
| -rw-r--r-- | Gemfile.lock | 1 | 
2 files changed, 2 insertions, 0 deletions
| @@ -1 +1,2 @@ +source "https://rubygems.org"  gemspec diff --git a/Gemfile.lock b/Gemfile.lock index 92d5c29..cdc6a22 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,6 +7,7 @@ PATH        trollop  GEM +  remote: https://rubygems.org/    specs:      chronic (0.9.1)      highline (1.6.19) | 
