From 0bb220c609c8dc21a66819a2d29d975d13ac3100 Mon Sep 17 00:00:00 2001 From: Nemo <commits@captnemo.in> Date: Sat, 01 Jul 2023 13:13:09 +0530 Subject: [PATCH] switch to weneedfeed stable --- Gemfile | 3 +-- Gemfile.lock | 63 +++++++++++++++++++++++++++++++-------------------------------- 2 files changed, 30 insertions(+), 36 deletions(-) diff --git a/Gemfile b/Gemfile index 8fe25a2..cea816d 100644 --- a/Gemfile +++ a/Gemfile @@ -1,5 +1,4 @@ source 'https://rubygems.org' -# gem 'weneedfeed' -gem 'weneedfeed', :git => 'https://github.com/r7kamura/weneedfeed.git' +gem 'weneedfeed', "~> 0.20" gem "webrick", "~> 1.7" diff --git a/Gemfile.lock b/Gemfile.lock index 641b52b..60fa421 100644 --- a/Gemfile.lock +++ a/Gemfile.lock @@ -1,33 +1,16 @@ -GIT - remote: https://github.com/r7kamura/weneedfeed.git - revision: 856d67150ec96c9ed8c7c007cbbdae21f446cb57 - specs: - weneedfeed (0.20.0) - activesupport - addressable - builder - faraday - faraday_middleware - hibana (>= 0.2.1) - marcel - nokogiri - psych (>= 4) - rack-capture (>= 0.4.0) - thor - GEM remote: https://rubygems.org/ specs: - activesupport (7.0.4.3) + activesupport (7.0.6) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.1) + addressable (2.8.4) public_suffix (>= 2.0.2, < 6.0) builder (3.2.4) concurrent-ruby (1.2.2) - faraday (1.10.2) + faraday (1.10.3) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) faraday-excon (~> 1.1) @@ -61,39 +44,51 @@ hanami-router (= 2.0.0.alpha3) rack tilt - i18n (1.12.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) marcel (1.0.2) - minitest (5.18.0) - multipart-post (2.2.3) + minitest (5.18.1) + multipart-post (2.3.0) mustermann (1.1.2) ruby2_keywords (~> 0.0.1) mustermann-contrib (1.1.2) hansi (~> 0.2.0) mustermann (= 1.1.2) - nokogiri (1.14.3-x86_64-linux) + nokogiri (1.15.2-x86_64-linux) racc (~> 1.4) - psych (4.0.6) + psych (5.1.0) stringio - public_suffix (5.0.0) - racc (1.6.2) - rack (2.2.6.4) + public_suffix (5.0.1) + racc (1.7.1) + rack (2.2.7) rack-capture (0.4.0) rack ruby2_keywords (0.0.5) - stringio (3.0.2) - thor (1.2.1) - tilt (2.0.11) + stringio (3.0.7) + thor (1.2.2) + tilt (2.2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - webrick (1.7.0) + webrick (1.8.1) + weneedfeed (0.20.0) + activesupport + addressable + builder + faraday + faraday_middleware + hibana (>= 0.2.1) + marcel + nokogiri + psych (>= 4) + rack-capture (>= 0.4.0) + thor PLATFORMS x86_64-linux DEPENDENCIES webrick (~> 1.7) - weneedfeed! + weneedfeed (~> 0.20) BUNDLED WITH - 2.3.23 + 2.4.13 -- rgit 0.1.5