Skip to content

Commit

Permalink
Changed source of Gemfile
Browse files Browse the repository at this point in the history
To stop recently bundlers complaining about insecure connections
  • Loading branch information
andrew committed Feb 26, 2013
1 parent f67c0ad commit a8244bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,4 +1,4 @@
source :rubygems
source 'https://rubygems.org'

gem 'jekyll'
gem 'RedCloth'
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,5 +1,5 @@
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
RedCloth (4.2.9)
albino (1.3.3)
Expand Down

0 comments on commit a8244bb

Please sign in to comment.