Skip to content

Commit

Permalink
use https for rubygems urls
Browse files Browse the repository at this point in the history
  • Loading branch information
archiloque committed Jan 12, 2016
1 parent b656c24 commit e60afa7
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 "http://rubygems.org"
source "https://rubygems.org"

gem "rake"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ $ ruby -r queue_classic -e "QC::Worker.new.work"

Declare dependencies in Gemfile.
```ruby
source "http://rubygems.org"
source "https://rubygems.org"
gem "queue_classic", "~> 3.0.0"
```

Expand Down

0 comments on commit e60afa7

Please sign in to comment.