From c5f86f9029a57931282e1199beba38a555297495 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 21:47:49 +0000 Subject: [PATCH] Bump sinatra from 3.0.3 to 3.0.4 Bumps [sinatra](https://github.com/sinatra/sinatra) from 3.0.3 to 3.0.4. - [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/v3.0.3...v3.0.4) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 5c9605ec..c97b485a 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ ruby '2.7.6' gem 'activesupport' gem "erector", "~> 0.10.0" -gem "sinatra", "~> 3.0.3" +gem "sinatra", "~> 3.0.4" gem "sinatra-contrib", "~> 3.0.3" gem "nokogiri" gem "thin", "1.8.1" diff --git a/Gemfile.lock b/Gemfile.lock index ae4b1e12..3c530177 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -56,7 +56,7 @@ GEM rack-codehighlighter (0.6.0) nokogiri (>= 1.4.1) rack (>= 2.0.0) - rack-protection (3.0.3) + rack-protection (3.0.4) rack rack-test (0.6.3) rack (>= 1.0) @@ -86,16 +86,16 @@ GEM sass (3.4.23) sassc (2.4.0) ffi (~> 1.9) - sinatra (3.0.3) + sinatra (3.0.4) mustermann (~> 3.0) rack (~> 2.2, >= 2.2.4) - rack-protection (= 3.0.3) + rack-protection (= 3.0.4) tilt (~> 2.0) - sinatra-contrib (3.0.3) + sinatra-contrib (3.0.4) multi_json mustermann (~> 3.0) - rack-protection (= 3.0.3) - sinatra (= 3.0.3) + rack-protection (= 3.0.4) + sinatra (= 3.0.4) tilt (~> 2.0) sprockets (3.7.2) concurrent-ruby (~> 1.0) @@ -137,7 +137,7 @@ DEPENDENCIES rspec rubyzip sass - sinatra (~> 3.0.3) + sinatra (~> 3.0.4) sinatra-contrib (~> 3.0.3) sprockets thin (= 1.8.1)