Skip to content

Commit 97eca42

Browse files
committed
Use Gems over http
Our ruby does not have SSL support Signed-off-by: Aidan Delaney <[email protected]>
1 parent f34ffce commit 97eca42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/buildpack-author-guide/create-buildpack/setup-local-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Then, create a file called `ruby-sample-app/Gemfile`<!--+"{{open}}"+--> with the
4646

4747
<!-- test:file=ruby-sample-app/Gemfile -->
4848
```ruby
49-
source 'https://rubygems.org'
49+
source 'http://rubygems.org'
5050

5151
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
5252

0 commit comments

Comments
 (0)