🏡 index : github.com/captn3m0/opml-gen.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2022-02-26 3:57:36.0 +00:00:00
committer Nemo <me@captnemo.in> 2022-02-26 16:06:41.0 +05:30:00
commit
921f12a7e407b576821e9f5cec22ff5f9ca39425 [patch]
tree
da192cfe35e05bb4e896537ec2fe8b7dcad06b0a
parent
86feeb323f822f5c2ee246e839d503307acbcef0
download
921f12a7e407b576821e9f5cec22ff5f9ca39425.tar.gz

Bump nokogiri from 1.12.5 to 1.13.2

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.5 to 1.13.2.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.12.5...v1.13.2)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Diff

 Gemfile      |  2 +-
 Gemfile.lock | 10 ++++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Gemfile b/Gemfile
index 6b441e8..3db7d1f 100644
--- a/Gemfile
+++ a/Gemfile
@@ -1,8 +1,8 @@
# frozen_string_literal: true

source 'https://rubygems.org'

gem 'nokogiri', '~> 1.12'
gem 'nokogiri', '~> 1.13'
gem 'octokit', '~> 4.21'
gem 'redis', '~> 4.3'
gem 'sinatra', '~> 2.1.0'
diff --git a/Gemfile.lock b/Gemfile.lock
index 0625587..088cb83 100644
--- a/Gemfile.lock
+++ a/Gemfile.lock
@@ -9,19 +9,19 @@
      multipart-post (>= 1.2, < 3)
      ruby2_keywords
    faraday-net_http (1.0.1)
    mini_portile2 (2.6.1)
    mini_portile2 (2.8.0)
    multi_json (1.15.0)
    multipart-post (2.1.1)
    mustermann (1.1.1)
      ruby2_keywords (~> 0.0.1)
    nokogiri (1.12.5)
      mini_portile2 (~> 2.6.1)
    nokogiri (1.13.2)
      mini_portile2 (~> 2.8.0)
      racc (~> 1.4)
    octokit (4.21.0)
      faraday (>= 0.9)
      sawyer (~> 0.8.0, >= 0.5.3)
    public_suffix (4.0.6)
    racc (1.5.2)
    racc (1.6.0)
    rack (2.2.3)
    rack-protection (2.1.0)
      rack
@@ -48,7 +48,7 @@

DEPENDENCIES
  dotenv (~> 2.7)
  nokogiri (~> 1.12)
  nokogiri (~> 1.13)
  octokit (~> 4.21)
  redis (~> 4.3)
  sinatra (~> 2.1.0)