Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit b86fc1a

Browse files
committed
Loosen required Faraday version to compatible with modern gems
1 parent ce24970 commit b86fc1a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ rvm:
77
- "2.1"
88
- "2.2"
99
- "2.3.3"
10+
- "2.5"
11+
- "2.6"
12+
- "2.7"
1013
before_install:
1114
- gem update bundler
1215
script:

hypernova.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ Gem::Specification.new do |spec|
4646
# see https://github.com/weppos/publicsuffix-ruby/issues/127
4747
spec.add_development_dependency "public_suffix", "=1.4.6"
4848

49-
spec.add_runtime_dependency "faraday", "~> 0.8"
49+
spec.add_runtime_dependency "faraday", ">= 0.8"
5050
end

0 commit comments

Comments
 (0)