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)