diff --git a/Gemfile.lock b/Gemfile.lock index ffa73449..bd44ba39 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,7 +76,8 @@ GEM rack (2.2.8) rack-flash3 (1.0.5) rack - rack-protection (3.1.0) + rack-protection (3.2.0) + base64 (>= 0.1.0) rack (~> 2.2, >= 2.2.4) rack-test (2.1.0) rack (>= 1.3) @@ -117,16 +118,16 @@ GEM sequel_pg (1.17.1) pg (>= 0.18.0, != 1.2.0) sequel (>= 4.38.0) - sinatra (3.1.0) + sinatra (3.2.0) mustermann (~> 3.0) rack (~> 2.2, >= 2.2.4) - rack-protection (= 3.1.0) + rack-protection (= 3.2.0) tilt (~> 2.0) - sinatra-contrib (3.1.0) - multi_json + sinatra-contrib (3.2.0) + multi_json (>= 0.0.2) mustermann (~> 3.0) - rack-protection (= 3.1.0) - sinatra (= 3.1.0) + rack-protection (= 3.2.0) + sinatra (= 3.2.0) tilt (~> 2.0) spinels-rack-ssl-enforcer (0.3.0) temple (0.10.3) diff --git a/vendor/cache/rack-protection-3.1.0.gem b/vendor/cache/rack-protection-3.1.0.gem deleted file mode 100644 index e8b24084..00000000 Binary files a/vendor/cache/rack-protection-3.1.0.gem and /dev/null differ diff --git a/vendor/cache/rack-protection-3.2.0.gem b/vendor/cache/rack-protection-3.2.0.gem new file mode 100644 index 00000000..d8cbc5cd Binary files /dev/null and b/vendor/cache/rack-protection-3.2.0.gem differ diff --git a/vendor/cache/sinatra-3.1.0.gem b/vendor/cache/sinatra-3.1.0.gem deleted file mode 100644 index a1a57128..00000000 Binary files a/vendor/cache/sinatra-3.1.0.gem and /dev/null differ diff --git a/vendor/cache/sinatra-3.2.0.gem b/vendor/cache/sinatra-3.2.0.gem new file mode 100644 index 00000000..5298e53e Binary files /dev/null and b/vendor/cache/sinatra-3.2.0.gem differ diff --git a/vendor/cache/sinatra-contrib-3.1.0.gem b/vendor/cache/sinatra-contrib-3.1.0.gem deleted file mode 100644 index 81c004e2..00000000 Binary files a/vendor/cache/sinatra-contrib-3.1.0.gem and /dev/null differ diff --git a/vendor/cache/sinatra-contrib-3.2.0.gem b/vendor/cache/sinatra-contrib-3.2.0.gem new file mode 100644 index 00000000..883c513a Binary files /dev/null and b/vendor/cache/sinatra-contrib-3.2.0.gem differ