From 492435a09984710e97a9d3c4e12b5baf51537d88 Mon Sep 17 00:00:00 2001 From: Cory Asato Date: Thu, 19 May 2022 12:48:17 -0700 Subject: [PATCH 1/5] Update hypernova.gemspec --- hypernova.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypernova.gemspec b/hypernova.gemspec index c2e9e2f..1ae6868 100644 --- a/hypernova.gemspec +++ b/hypernova.gemspec @@ -46,5 +46,5 @@ Gem::Specification.new do |spec| # see https://github.com/weppos/publicsuffix-ruby/issues/127 spec.add_development_dependency "public_suffix", "=1.4.6" - spec.add_runtime_dependency "faraday", "~> 0.8" + spec.add_runtime_dependency "faraday", "~> 2.3.0" end From 8fded34214d6912910af7734f55dd87b5381bd0f Mon Sep 17 00:00:00 2001 From: Cory Asato Date: Thu, 19 May 2022 12:50:00 -0700 Subject: [PATCH 2/5] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 30c9aab..ea5bdf1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +# REASON FOR FORK +We needed to bump the Faraday dependency to 2.3.0 to be compatible with newer Rails packages. + # hypernova-ruby [![Build Status](https://travis-ci.org/airbnb/hypernova-ruby.svg)](https://travis-ci.org/airbnb/hypernova-ruby) > A Ruby client for the Hypernova service From 03913b4d8108e50fd75c114fcf587763048d99ab Mon Sep 17 00:00:00 2001 From: Cory Asato Date: Thu, 19 May 2022 13:00:36 -0700 Subject: [PATCH 3/5] Update hypernova.gemspec --- hypernova.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypernova.gemspec b/hypernova.gemspec index 1ae6868..da0f524 100644 --- a/hypernova.gemspec +++ b/hypernova.gemspec @@ -46,5 +46,5 @@ Gem::Specification.new do |spec| # see https://github.com/weppos/publicsuffix-ruby/issues/127 spec.add_development_dependency "public_suffix", "=1.4.6" - spec.add_runtime_dependency "faraday", "~> 2.3.0" + spec.add_runtime_dependency "faraday", "~> 0.12" end From b860117e0eee3bfcab3376fd0004816b90ff376e Mon Sep 17 00:00:00 2001 From: Cory Asato Date: Thu, 19 May 2022 13:03:34 -0700 Subject: [PATCH 4/5] Update hypernova.gemspec --- hypernova.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypernova.gemspec b/hypernova.gemspec index da0f524..5631e90 100644 --- a/hypernova.gemspec +++ b/hypernova.gemspec @@ -46,5 +46,5 @@ Gem::Specification.new do |spec| # see https://github.com/weppos/publicsuffix-ruby/issues/127 spec.add_development_dependency "public_suffix", "=1.4.6" - spec.add_runtime_dependency "faraday", "~> 0.12" + spec.add_runtime_dependency "faraday", "~> 1.3" end From 6865ca7bdb6a50f384fdc760e79578bf27ef5ee3 Mon Sep 17 00:00:00 2001 From: Cory Asato Date: Thu, 19 May 2022 13:04:20 -0700 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea5bdf1..9a5c949 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # REASON FOR FORK -We needed to bump the Faraday dependency to 2.3.0 to be compatible with newer Rails packages. +We needed to bump the Faraday dependency to be compatible with newer Rails packages, namely the google cloud packages. # hypernova-ruby [![Build Status](https://travis-ci.org/airbnb/hypernova-ruby.svg)](https://travis-ci.org/airbnb/hypernova-ruby)