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

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2022-12-01 2:39:05.0 +00:00:00
committer Nemo <me@captnemo.in> 2022-12-02 20:23:20.0 +05:30:00
commit
a0f86967e6c874f0d2e29e0bad712fdc302817c2 [patch]
tree
f0823c387ab7079eacf858d69b7879cfaea0ee7a
parent
991d9c6ef48dca6e23950cb15cb255bf5229b15f
download
a0f86967e6c874f0d2e29e0bad712fdc302817c2.tar.gz

Bump sinatra from 2.2.0 to 2.2.3

Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.2.0 to 2.2.3.
- [Release notes](https://github.com/sinatra/sinatra/releases)
- [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sinatra/sinatra/compare/v2.2.0...v2.2.3)

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

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

Diff

 Gemfile      |  2 +-
 Gemfile.lock | 22 ++++++++++++----------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/Gemfile b/Gemfile
index d84af64..01a9fa4 100644
--- a/Gemfile
+++ a/Gemfile
@@ -5,6 +5,6 @@
gem 'nokogiri', '~> 1.13'
gem 'octokit', '~> 4.21'
gem 'redis', '~> 4.3'
gem 'sinatra', '~> 2.2.0'
gem 'sinatra', '~> 2.2.3'
gem 'sinatra-contrib', '~> 2.2'
gem 'dotenv', '~> 2.7'
diff --git a/Gemfile.lock b/Gemfile.lock
index b5bbcf8..6261051 100644
--- a/Gemfile.lock
+++ a/Gemfile.lock
@@ -12,7 +12,7 @@
    mini_portile2 (2.8.0)
    multi_json (1.15.0)
    multipart-post (2.1.1)
    mustermann (1.1.1)
    mustermann (2.0.2)
      ruby2_keywords (~> 0.0.1)
    nokogiri (1.13.9)
      mini_portile2 (~> 2.8.0)
@@ -23,25 +23,25 @@
    public_suffix (4.0.6)
    racc (1.6.0)
    rack (2.2.4)
    rack-protection (2.2.0)
    rack-protection (2.2.3)
      rack
    redis (4.3.1)
    ruby2_keywords (0.0.5)
    sawyer (0.8.2)
      addressable (>= 2.3.5)
      faraday (> 0.8, < 2.0)
    sinatra (2.2.0)
      mustermann (~> 1.0)
    sinatra (2.2.3)
      mustermann (~> 2.0)
      rack (~> 2.2)
      rack-protection (= 2.2.0)
      rack-protection (= 2.2.3)
      tilt (~> 2.0)
    sinatra-contrib (2.2.0)
    sinatra-contrib (2.2.3)
      multi_json
      mustermann (~> 1.0)
      rack-protection (= 2.2.0)
      sinatra (= 2.2.0)
      mustermann (~> 2.0)
      rack-protection (= 2.2.3)
      sinatra (= 2.2.3)
      tilt (~> 2.0)
    tilt (2.0.10)
    tilt (2.0.11)

PLATFORMS
  ruby
@@ -51,7 +51,7 @@
  nokogiri (~> 1.13)
  octokit (~> 4.21)
  redis (~> 4.3)
  sinatra (~> 2.2.0)
  sinatra (~> 2.2.3)
  sinatra-contrib (~> 2.2)

BUNDLED WITH