Skip to content

Commit a44b109

Browse files
committed
Update readme: use http 5.0
1 parent 361bb6d commit a44b109

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,8 @@ net_http.open("http://example.com/image.jpg")
371371
The `Down::Http` backend implements downloads using the [http.rb] gem.
372372

373373
```rb
374-
gem "down", "~> 4.4"
375-
gem "http", "~> 4.0"
374+
gem "down", "~> 5.0"
375+
gem "http", "~> 5.0"
376376
```
377377
```rb
378378
require "down/http"

0 commit comments

Comments
 (0)