From 3b14692af2c188fd6479fb0dab1b1aaaad43e810 Mon Sep 17 00:00:00 2001 From: TJ Taylor Date: Tue, 9 Jun 2020 00:14:13 -0600 Subject: [PATCH 1/3] Update to latest Sinatra version for Rack --- api_sim.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_sim.gemspec b/api_sim.gemspec index 50cec46..f981ad6 100644 --- a/api_sim.gemspec +++ b/api_sim.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] - spec.add_dependency "sinatra", '~> 1.4' + spec.add_dependency "sinatra", '~> 2.0' spec.add_dependency "nokogiri", '~> 1.6' spec.add_dependency "json-schema", '>= 2.5' spec.add_dependency "mustermann", '~> 1.0.0.beta2' From 29079106b5d43590eb28853e994423f90fc9fc41 Mon Sep 17 00:00:00 2001 From: TJ Taylor Date: Tue, 9 Jun 2020 00:14:53 -0600 Subject: [PATCH 2/3] Bump version to 8.0.0 --- lib/api_sim/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/api_sim/version.rb b/lib/api_sim/version.rb index 746bbb0..9d9e0bf 100644 --- a/lib/api_sim/version.rb +++ b/lib/api_sim/version.rb @@ -1,3 +1,3 @@ module ApiSim - VERSION = "7.0.0" + VERSION = "8.0.0" end From 25ecfb1b567538f289337cbb37e9723d49484c64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2020 06:15:56 +0000 Subject: [PATCH 3/3] Bump nokogiri from 1.10.7 to 1.10.9 in /examples/basic Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.7 to 1.10.9. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.7...v1.10.9) Signed-off-by: dependabot[bot] --- examples/basic/Gemfile.lock | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/examples/basic/Gemfile.lock b/examples/basic/Gemfile.lock index 30f2396..89fd0a4 100644 --- a/examples/basic/Gemfile.lock +++ b/examples/basic/Gemfile.lock @@ -5,7 +5,7 @@ PATH json-schema (>= 2.5) mustermann (~> 1.0.0.beta2) nokogiri (~> 1.6) - sinatra (~> 1.4) + sinatra (~> 2.0) GEM remote: https://rubygems.org/ @@ -16,16 +16,17 @@ GEM addressable (>= 2.4) mini_portile2 (2.4.0) mustermann (1.0.3) - nokogiri (1.10.7) + nokogiri (1.10.9) mini_portile2 (~> 2.4.0) - public_suffix (4.0.1) - rack (1.6.11) - rack-protection (1.5.5) + public_suffix (4.0.5) + rack (2.2.2) + rack-protection (2.0.8.1) rack - sinatra (1.4.8) - rack (~> 1.5) - rack-protection (~> 1.4) - tilt (>= 1.3, < 3) + sinatra (2.0.8.1) + mustermann (~> 1.0) + rack (~> 2.0) + rack-protection (= 2.0.8.1) + tilt (~> 2.0) tilt (2.0.10) PLATFORMS