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:
parent
7884fae7af
commit
23f23c39cc
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
source "http://rubygems.org"
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem 'rails', '>= 3.0.0', '< 3.1.0'
|
||||
gemspec :path => "../.."
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
source "http://rubygems.org"
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem 'rails', '>= 3.1.0', '< 3.2.0'
|
||||
gemspec :path => "../.."
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
source "http://rubygems.org"
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem 'rails', '>= 3.2.0', '< 3.3.0'
|
||||
gemspec :path => "../.."
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
source "http://rubygems.org"
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem 'bundler', '~> 1.3.0'
|
||||
gem 'rails', '~> 4.0.0.rc1'
|
||||
|
|
Loading…
Add table
Reference in a new issue