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

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2022-05-03 21:18:36.0 +00:00:00
committer Nemo <me@captnemo.in> 2022-05-04 15:40:11.0 +05:30:00
commit
98d6ac7c3c97cb2594b03805533bff59590c5a1d [patch]
tree
b7944163cf49d32ec30db1b92753df9d0a3c80f8
parent
a53b078e59efcb9e2c061eede0632febff3805e8
download
98d6ac7c3c97cb2594b03805533bff59590c5a1d.tar.gz

Bump sinatra and sinatra-contrib

Bumps [sinatra](https://github.com/sinatra/sinatra) and [sinatra-contrib](https://github.com/sinatra/sinatra). These dependencies needed to be updated together.

Updates `sinatra` from 2.1.0 to 2.2.0
- [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.1.0...v2.2.0)

Updates `sinatra-contrib` from 2.1.0 to 2.2.0
- [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.1.0...v2.2.0)

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

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

Diff

 Gemfile      |  4 ++--
 Gemfile.lock | 18 +++++++++++-------
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/Gemfile b/Gemfile
index 3db7d1f..d84af64 100644
--- a/Gemfile
+++ a/Gemfile
@@ -5,6 +5,6 @@
gem 'nokogiri', '~> 1.13'
gem 'octokit', '~> 4.21'
gem 'redis', '~> 4.3'
gem 'sinatra', '~> 2.1.0'
gem 'sinatra-contrib', '~> 2.1'
gem 'sinatra', '~> 2.2.0'
gem 'sinatra-contrib', '~> 2.2'
gem 'dotenv', '~> 2.7'
diff --git a/Gemfile.lock b/Gemfile.lock
index 1d2c710..73734a2 100644
--- a/Gemfile.lock
+++ a/Gemfile.lock
@@ -23,23 +23,23 @@
    public_suffix (4.0.6)
    racc (1.6.0)
    rack (2.2.3)
    rack-protection (2.1.0)
    rack-protection (2.2.0)
      rack
    redis (4.3.1)
    ruby2_keywords (0.0.4)
    ruby2_keywords (0.0.5)
    sawyer (0.8.2)
      addressable (>= 2.3.5)
      faraday (> 0.8, < 2.0)
    sinatra (2.1.0)
    sinatra (2.2.0)
      mustermann (~> 1.0)
      rack (~> 2.2)
      rack-protection (= 2.1.0)
      rack-protection (= 2.2.0)
      tilt (~> 2.0)
    sinatra-contrib (2.1.0)
    sinatra-contrib (2.2.0)
      multi_json
      mustermann (~> 1.0)
      rack-protection (= 2.1.0)
      sinatra (= 2.1.0)
      rack-protection (= 2.2.0)
      sinatra (= 2.2.0)
      tilt (~> 2.0)
    tilt (2.0.10)

@@ -51,8 +51,8 @@
  nokogiri (~> 1.13)
  octokit (~> 4.21)
  redis (~> 4.3)
  sinatra (~> 2.1.0)
  sinatra-contrib (~> 2.1)
  sinatra (~> 2.2.0)
  sinatra-contrib (~> 2.2)

BUNDLED WITH
   2.0.1