diff --git a/examples/with-fixtures/Gemfile.lock b/examples/with-fixtures/Gemfile.lock index 30f2396..ea8c346 100644 --- a/examples/with-fixtures/Gemfile.lock +++ b/examples/with-fixtures/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.3) + 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