We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3ababf + 423ae8f commit 1766fc7Copy full SHA for 1766fc7
.travis.yml
@@ -6,14 +6,16 @@ os:
6
7
rvm:
8
- jruby
9
- - "2.3"
10
- "2.4"
11
- "2.5"
12
- "2.6"
13
- "2.7"
14
15
jobs:
16
include:
+ - rvm: "2.3"
17
+ before_script:
18
+ - gem install faraday -v 1.0.1
19
- os: osx
20
rvm: "2.5"
21
README.md
@@ -2022,6 +2022,12 @@ Now make sure everything is working:
2022
2023
See also [Note on Ubuntu](#ubuntu) below.
2024
2025
+### Note on Ruby 2.3
2026
+
2027
+For Ruby 2.3.x, be sure to have a compatible version of `faraday` installed; e.g.,
2028
2029
+ $ gem install faraday -v 1.0.1
2030
2031
### Development Version
2032
2033
You can also install the development version via RubyGems:
0 commit comments