updates source url to use https

This commit is contained in:
vfrride 2013-02-27 21:39:45 -05:00
parent ebeee33429
commit 5e74fd406b
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
source "http://rubygems.org"
source "https://rubygems.org"
gemspec
@ -29,4 +29,4 @@ platforms :mri_19 do
group :mongoid do
gem "mongoid", "~> 3.0"
end
end
end