Skip to content

Commit 46f3c61

Browse files
author
Francesco Rodriguez
committed
Use secure RubyGems URL
1 parent 3658ecb commit 46f3c61

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/fixtures/alternate_config_project/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source 'http://rubygems.org'
1+
source 'https://rubygems.org'
22

33
gem 'rails', "~> 3.2.0.rc1"
44
gem 'sqlite3'

test/fixtures/sass_project/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source 'http://rubygems.org'
1+
source 'https://rubygems.org'
22

33
gem 'rails', '>= 4.0.0.beta', '< 5.0'
44
gem 'sqlite3'

test/fixtures/scss_project/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source 'http://rubygems.org'
1+
source 'https://rubygems.org'
22

33
gem 'rails', '>= 4.0.0.beta', '< 5.0'
44
gem 'sqlite3'

0 commit comments

Comments
 (0)