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

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-08-07 21:25:27.0 +00:00:00
committer GitHub <noreply@github.com> 2023-08-07 21:25:27.0 +00:00:00
commit
c042b2970e7a004f50b58d728001bae461fcd5ce [patch]
tree
2ed277272a7eb0521fa721c990101c40b2fb1e75
parent
285c16d0919f39a38d72d7e2ecef6bc4737eca15
download
c042b2970e7a004f50b58d728001bae461fcd5ce.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.2.4 to 3.1.0
- [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sinatra/sinatra/compare/v2.2.4...v3.1.0)

Updates `sinatra-contrib` from 2.2.4 to 3.1.0
- [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sinatra/sinatra/compare/v2.2.4...v3.1.0)

---
updated-dependencies:
- dependency-name: sinatra
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: sinatra-contrib
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Diff

 Gemfile      |  4 ++--
 Gemfile.lock | 26 +++++++++++++++-----------
 2 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/Gemfile b/Gemfile
index e53ec32..ab62b1b 100644
--- a/Gemfile
+++ a/Gemfile
@@ -5,6 +5,6 @@
gem 'nokogiri', '~> 1.15'
gem 'octokit', '~> 4.21'
gem 'redis', '~> 5.0'
gem 'sinatra', '~> 2.2.3'
gem 'sinatra-contrib', '~> 2.2'
gem 'sinatra', '~> 3.1.0'
gem 'sinatra-contrib', '~> 3.1'
gem 'dotenv', '~> 2.8'
diff --git a/Gemfile.lock b/Gemfile.lock
index 41ca56e..0105e61 100644
--- a/Gemfile.lock
+++ a/Gemfile.lock
@@ -11,7 +11,7 @@
    faraday-net_http (3.0.2)
    mini_portile2 (2.8.4)
    multi_json (1.15.0)
    mustermann (2.0.2)
    mustermann (3.0.0)
      ruby2_keywords (~> 0.0.1)
    nokogiri (1.15.3)
      mini_portile2 (~> 2.8.2)
@@ -22,8 +22,8 @@
    public_suffix (5.0.3)
    racc (1.7.1)
    rack (2.2.8)
    rack-protection (2.2.4)
      rack
    rack-protection (3.1.0)
      rack (~> 2.2, >= 2.2.4)
    redis (5.0.6)
      redis-client (>= 0.9.0)
    redis-client (0.14.1)
@@ -32,16 +32,16 @@
    sawyer (0.9.2)
      addressable (>= 2.3.5)
      faraday (>= 0.17.3, < 3)
    sinatra (2.2.4)
      mustermann (~> 2.0)
      rack (~> 2.2)
      rack-protection (= 2.2.4)
    sinatra (3.1.0)
      mustermann (~> 3.0)
      rack (~> 2.2, >= 2.2.4)
      rack-protection (= 3.1.0)
      tilt (~> 2.0)
    sinatra-contrib (2.2.4)
    sinatra-contrib (3.1.0)
      multi_json
      mustermann (~> 2.0)
      rack-protection (= 2.2.4)
      sinatra (= 2.2.4)
      mustermann (~> 3.0)
      rack-protection (= 3.1.0)
      sinatra (= 3.1.0)
      tilt (~> 2.0)
    tilt (2.2.0)

@@ -53,8 +53,8 @@
  nokogiri (~> 1.15)
  octokit (~> 4.21)
  redis (~> 5.0)
  sinatra (~> 2.2.3)
  sinatra-contrib (~> 2.2)
  sinatra (~> 3.1.0)
  sinatra-contrib (~> 3.1)

BUNDLED WITH
   2.4.13