diff options
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,3 +1,3 @@ -source :rubygems +source 'https://rubygems.org' gemspec diff --git a/Gemfile.lock b/Gemfile.lock index 36a0f85..3b74c36 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,7 +5,7 @@ PATH rack GEM - remote: http://rubygems.org/ + remote: https://rubygems.org/ specs: diff-lcs (1.1.3) rack (1.4.1) |