From f1aa8599a06052ab021b3e8c967772284a06e387 Mon Sep 17 00:00:00 2001 From: "Daniel (dB.) Doubrovkine" Date: Sun, 29 Sep 2024 14:00:49 -0400 Subject: [PATCH] Rollback to open-weather-ruby-client 0.4.0. --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 3a72f97..d95425f 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'mongoid-scroll' gem 'newrelic_rpm' gem 'newrelic-slack-ruby-bot' gem 'nokogiri' -gem 'open-weather-ruby-client' +gem 'open-weather-ruby-client', '0.4.0' gem 'polylines' gem 'puma' gem 'rack', '~> 3.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index a700985..297d38b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -165,7 +165,7 @@ GEM nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) - open-weather-ruby-client (0.5.0) + open-weather-ruby-client (0.4.0) activesupport faraday (>= 2.0.1) faraday-multipart @@ -337,7 +337,7 @@ DEPENDENCIES newrelic-slack-ruby-bot newrelic_rpm nokogiri - open-weather-ruby-client + open-weather-ruby-client (= 0.4.0) polylines puma rack (~> 3.0.0)