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

Commit a8dbcff

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

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.6.6

.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
3333
spec.metadata["allowed_push_host"] = 'https://rubygems.org'
3434
end
3535

36-
spec.add_development_dependency "json", "~> 1.8"
36+
spec.add_development_dependency "json", "~> 2.5.1"
3737
spec.add_development_dependency "rake", "~> 10.0"
3838
spec.add_development_dependency "rspec", "~> 3.4"
3939
spec.add_development_dependency "simplecov", "~> 0.11"
@@ -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)