veto

Simple Sinatra voting website.
git clone git://git.knutsen.co/veto
Log | Files | Refs | README | LICENSE

commit 2be9226e157219924d645b5a231e4e919d1f937d
parent 281d80b7c6e146eb345c8a5fe62e8a133cd9a5e6
Author: Samuel <samuel@knutsen.co>
Date:   Fri, 18 Jun 2021 13:49:54 +0100

Merge pull request #30 from Demonstrandum/dependabot/bundler/rack-2.1.4

Bump rack from 2.0.6 to 2.1.4
Diffstat:
MGemfile | 2+-
MGemfile.lock | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Gemfile b/Gemfile @@ -5,4 +5,4 @@ gem 'rack-ssl', '~> 1.4' gem 'sinatra', '~> 2.0', '>= 2.0.4' gem 'json' gem 'mongo' -gem 'rack', '~> 2.0', '>= 2.0.6' +gem 'rack', '~> 2.1' diff --git a/Gemfile.lock b/Gemfile.lock @@ -8,7 +8,7 @@ GEM mongo (2.6.2) bson (>= 4.3.0, < 5.0.0) mustermann (1.0.3) - rack (2.0.6) + rack (2.1.4) rack-protection (2.0.4) rack rack-ssl (1.4.1) @@ -30,7 +30,7 @@ PLATFORMS DEPENDENCIES json mongo - rack (~> 2.0, >= 2.0.6) + rack (~> 2.1) rack-ssl (~> 1.4) sinatra (~> 2.0, >= 2.0.4) thin