Commit acb68b8b38f0493688a6ce70db204f26236a0061

Authored by Justin Grevich
1 parent 08792a6d
Exists in master

Update ruby gems source in Gemfile

The source :rubygems is deprecated because HTTP requests are insecure.
Updated to use https://rubygems.org instead.
Showing 2 changed files with 3 additions and 3 deletions   Show diff stats
Gemfile
1   -source :rubygems
2   -gemspec
3 1 \ No newline at end of file
  2 +source 'https://rubygems.org'
  3 +gemspec
... ...
Gemfile.lock
... ... @@ -4,7 +4,7 @@ PATH
4 4 settingslogic (2.0.9)
5 5  
6 6 GEM
7   - remote: http://rubygems.org/
  7 + remote: https://rubygems.org/
8 8 specs:
9 9 diff-lcs (1.1.3)
10 10 rake (10.0.3)
... ...