From 9e7d63b3845814796829ac13af954a87f682012c Mon Sep 17 00:00:00 2001 From: Liam Killion Date: Fri, 15 Feb 2019 15:19:45 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d884115..a0bfbb1 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,9 @@ Or install it yourself as: ## Usage +**IMPORTANT CHANGE: Due to updates made to omniauth-oauth2 gem, we've had to specify $'omniauth-oauth2', '~> 1.3.1' in our Gemfile. Be aware this may affect other dependencies** + + It's easy to integrate with Greenhouse using the OmniAuth gem. If you aren't currently a Greenhouse customer, the first step is to reach out to our Partnerships team at partners@greenhouse.io to request a CLIENT_KEY and CLIENT_SECRET. From 55ee38f8af127993c8a373c662d2c11451b063b6 Mon Sep 17 00:00:00 2001 From: Liam Killion Date: Fri, 15 Feb 2019 15:21:07 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0bfbb1..9e4e893 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Or install it yourself as: ## Usage -**IMPORTANT CHANGE: Due to updates made to omniauth-oauth2 gem, we've had to specify $'omniauth-oauth2', '~> 1.3.1' in our Gemfile. Be aware this may affect other dependencies** +**IMPORTANT CHANGE: Due to updates made to omniauth-oauth2 gem, you must specify $'omniauth-oauth2', '~> 1.3.1' in your Gemfile. Be aware this may affect other dependencies** It's easy to integrate with Greenhouse using the OmniAuth gem.