template/config.rb in gemirro-1.2.0 vs template/config.rb in gemirro-1.3.0
- old
+ new
@@ -33,9 +33,9 @@
# fetch_gem false
# You must define a source which where gems will be downloaded.
# All gem in the block will be downloaded with the update command.
# Other gems will be downloaded with the server.
- define_source 'rubygems', 'http://rubygems.org' do
+ define_source 'rubygems', 'https://rubygems.org' do
gem 'rack', '>= 1.0.0'
end
end