Skip to content

Commit

Permalink
Add secure source to Gemfile and Gemfile.lock
Browse files Browse the repository at this point in the history
source :rubygems has been deprecated, as HTTP requests are insecure.
	modified:   Gemfile
	modified:   Gemfile.lock
  • Loading branch information
AJ-Acevedo committed May 27, 2013
1 parent 7e5582c commit a8fccd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source :rubygems
source 'https://rubygems.org'

gem 'rake'
gem 'sass', '~>3.2'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
rake (10.0.4)
rb-fsevent (0.9.3)
Expand Down

0 comments on commit a8fccd2

Please sign in to comment.