From 862f20e6ccf86c16316b52ed7de627ed21a6d061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 22:33:24 +0000 Subject: [PATCH] Bump rack from 2.1.1 to 2.1.4 in /assets/ruby_simple Bumps [rack](https://github.com/rack/rack) from 2.1.1 to 2.1.4. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/2.1.1...2.1.4) Signed-off-by: dependabot[bot] --- assets/ruby_simple/Gemfile | 2 +- assets/ruby_simple/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/ruby_simple/Gemfile b/assets/ruby_simple/Gemfile index 04416be..49ad5aa 100644 --- a/assets/ruby_simple/Gemfile +++ b/assets/ruby_simple/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' -gem 'rack', '~> 2.0' +gem 'rack', '~> 2.1' gem 'sinatra' diff --git a/assets/ruby_simple/Gemfile.lock b/assets/ruby_simple/Gemfile.lock index 3bbe525..c6c07bd 100644 --- a/assets/ruby_simple/Gemfile.lock +++ b/assets/ruby_simple/Gemfile.lock @@ -2,7 +2,7 @@ GEM remote: https://rubygems.org/ specs: mustermann (1.0.3) - rack (2.1.1) + rack (2.1.4) rack-protection (2.0.5) rack sinatra (2.0.5) @@ -16,7 +16,7 @@ PLATFORMS ruby DEPENDENCIES - rack (~> 2.0) + rack (~> 2.1) sinatra BUNDLED WITH