From f8d36bccc0ddd21d3876f4b8f92c00f8b84f94c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 14:38:23 +0000 Subject: [PATCH] chore(deps): update sinatra requirement from ~> 2.0 to ~> 3.1 Updates the requirements on [sinatra](https://github.com/sinatra/sinatra) to permit the latest version. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v2.0.0...v3.1.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index bf83ba86..7994bba1 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem "redcarpet", require: false, platform: :mri gem "rspec", "~> 3.8" gem "rubocop", "~> 1.22" gem "rubocop-rake", require: false -gem "sinatra", "~> 2.0" +gem "sinatra", "~> 3.1" gem "yard", "~> 0.9", require: false gemspec