diff --git a/Gemfile b/Gemfile index c3b87a8f..1d3a4d40 100644 --- a/Gemfile +++ b/Gemfile @@ -1,8 +1,8 @@ source 'https://rubygems.org' ruby "~> 2.7.0" -gem "sinatra", "~> 2.1" -gem "sinatra-contrib", "~> 2.1" +gem "sinatra", "~> 2.2", ">= 2.2.3" +gem "sinatra-contrib", "~> 2.2", ">= 2.2.3" gem "erector", ">=0.9.0" gem "puma", "~> 5.1" gem "activesupport", "~> 6.0", ">= 6.0.3.1"