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

author dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 2021-08-02 23:15:16.0 +00:00:00
committer GitHub <noreply@github.com> 2021-08-02 23:15:16.0 +00:00:00
commit
89192bcf29bbbec206f46fb6c22f30ee79ef1ba4 [patch]
tree
9b9b4c7395be9aae1fdb9630aa45e3bbe113758f
parent
59d7faa73aee542bd7eab1d7f112a1594fcee4d2
download
89192bcf29bbbec206f46fb6c22f30ee79ef1ba4.tar.gz

Bump nokogiri from 1.11.4 to 1.12.0

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.4 to 1.12.0.
- [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.11.4...v1.12.0)

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

Diff

 Gemfile      | 2 +-
 Gemfile.lock | 8 +++++---
 2 files changed, 5 insertions(+), 5 deletions(-)

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

source 'https://rubygems.org'

gem 'nokogiri', '~> 1.11'
gem 'nokogiri', '~> 1.12'
gem 'octokit', '~> 4.21'
gem 'redis', '~> 4.3'
gem 'sinatra', '~> 2.1.0'
diff --git a/Gemfile.lock b/Gemfile.lock
index d3890b2..10fd5f7 100644
--- a/Gemfile.lock
+++ a/Gemfile.lock
@@ -9,13 +9,13 @@
      multipart-post (>= 1.2, < 3)
      ruby2_keywords
    faraday-net_http (1.0.1)
    mini_portile2 (2.5.3)
    mini_portile2 (2.6.1)
    multi_json (1.15.0)
    multipart-post (2.1.1)
    mustermann (1.1.1)
      ruby2_keywords (~> 0.0.1)
    nokogiri (1.11.4)
      mini_portile2 (~> 2.5.0)
    nokogiri (1.12.0)
      mini_portile2 (~> 2.6.1)
      racc (~> 1.4)
    octokit (4.21.0)
      faraday (>= 0.9)
@@ -48,7 +48,7 @@

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