1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

use https rubygems in test gemfiles

This commit is contained in:
Tee Parham 2013-05-23 09:31:46 -06:00
parent 7884fae7af
commit 23f23c39cc
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
source "http://rubygems.org"
source "https://rubygems.org"
gem 'rails', '>= 3.0.0', '< 3.1.0'
gemspec :path => "../.."

View file

@ -1,4 +1,4 @@
source "http://rubygems.org"
source "https://rubygems.org"
gem 'rails', '>= 3.1.0', '< 3.2.0'
gemspec :path => "../.."

View file

@ -1,4 +1,4 @@
source "http://rubygems.org"
source "https://rubygems.org"
gem 'rails', '>= 3.2.0', '< 3.3.0'
gemspec :path => "../.."

View file

@ -1,4 +1,4 @@
source "http://rubygems.org"
source "https://rubygems.org"
gem 'bundler', '~> 1.3.0'
gem 'rails', '~> 4.0.0.rc1'