gemfiles/sinatra_14.gemfile in instana-1.210.1 vs gemfiles/sinatra_14.gemfile in instana-1.211.0
- old
+ new
@@ -4,15 +4,15 @@
# (c) Copyright Instana Inc. 2021
source "https://rubygems.org"
gem "rake"
-gem "minitest", "5.9.1"
+gem "minitest", "5.18.1"
gem "minitest-reporters"
gem "webmock"
gem "puma"
gem "rubocop", "~> 1.9"
gem "rack-test"
gem "simplecov", "~> 0.21.2"
-gem "sinatra", "1.4.7"
+gem "sinatra", ">= 1.4.8", "< 2.0"
gemspec path: "../"