diff --git a/Gemfile.lock b/Gemfile.lock index 0c9c343..da44a9b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,9 +45,10 @@ GEM hashie (~> 4.1) multi_json (~> 1.15) racc (1.8.1) - rack (3.1.7) - rack-protection (4.0.0) + rack (3.1.8) + rack-protection (4.1.0) base64 (>= 0.1.0) + logger (>= 1.6.0) rack (>= 3.0.0, < 4) rack-session (2.0.0) rack (>= 3.0.0) @@ -85,17 +86,18 @@ GEM ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) set (1.1.0) - sinatra (4.0.0) + sinatra (4.1.0) + logger (>= 1.6.0) mustermann (~> 3.0) rack (>= 3.0.0, < 4) - rack-protection (= 4.0.0) + rack-protection (= 4.1.0) rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - sinatra-contrib (4.0.0) + sinatra-contrib (4.1.0) multi_json (>= 0.0.2) mustermann (~> 3.0) - rack-protection (= 4.0.0) - sinatra (= 4.0.0) + rack-protection (= 4.1.0) + sinatra (= 4.1.0) tilt (~> 2.0) sorted_set (1.0.3) rbtree diff --git a/vendor/cache/rack-3.1.7.gem b/vendor/cache/rack-3.1.7.gem deleted file mode 100644 index 109b289..0000000 Binary files a/vendor/cache/rack-3.1.7.gem and /dev/null differ diff --git a/vendor/cache/rack-3.1.8.gem b/vendor/cache/rack-3.1.8.gem new file mode 100644 index 0000000..0cf2f33 Binary files /dev/null and b/vendor/cache/rack-3.1.8.gem differ diff --git a/vendor/cache/rack-protection-4.0.0.gem b/vendor/cache/rack-protection-4.0.0.gem deleted file mode 100644 index 2ad0f42..0000000 Binary files a/vendor/cache/rack-protection-4.0.0.gem and /dev/null differ diff --git a/vendor/cache/rack-protection-4.1.0.gem b/vendor/cache/rack-protection-4.1.0.gem new file mode 100644 index 0000000..12e21ef Binary files /dev/null and b/vendor/cache/rack-protection-4.1.0.gem differ diff --git a/vendor/cache/sinatra-4.0.0.gem b/vendor/cache/sinatra-4.0.0.gem deleted file mode 100644 index 850815f..0000000 Binary files a/vendor/cache/sinatra-4.0.0.gem and /dev/null differ diff --git a/vendor/cache/sinatra-4.1.0.gem b/vendor/cache/sinatra-4.1.0.gem new file mode 100644 index 0000000..5cc71e7 Binary files /dev/null and b/vendor/cache/sinatra-4.1.0.gem differ diff --git a/vendor/cache/sinatra-contrib-4.0.0.gem b/vendor/cache/sinatra-contrib-4.0.0.gem deleted file mode 100644 index ddfb5a4..0000000 Binary files a/vendor/cache/sinatra-contrib-4.0.0.gem and /dev/null differ diff --git a/vendor/cache/sinatra-contrib-4.1.0.gem b/vendor/cache/sinatra-contrib-4.1.0.gem new file mode 100644 index 0000000..1065360 Binary files /dev/null and b/vendor/cache/sinatra-contrib-4.1.0.gem differ