diff --git a/app/ruby/app-issue-creator/Gemfile b/app/ruby/app-issue-creator/Gemfile index 77eee5b50..52c438367 100644 --- a/app/ruby/app-issue-creator/Gemfile +++ b/app/ruby/app-issue-creator/Gemfile @@ -4,4 +4,4 @@ gem "activesupport", "~> 6.1" gem "json", "~> 2.3" gem "jwt" gem "octokit" -gem "sinatra", "~> 4.0.0" +gem "sinatra", "~> 4.2.0" diff --git a/app/ruby/app-issue-creator/Gemfile.lock b/app/ruby/app-issue-creator/Gemfile.lock index 703f9c86d..30ed3e23a 100644 --- a/app/ruby/app-issue-creator/Gemfile.lock +++ b/app/ruby/app-issue-creator/Gemfile.lock @@ -9,7 +9,7 @@ GEM zeitwerk (~> 2.3) addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) - base64 (0.2.0) + base64 (0.3.0) concurrent-ruby (1.2.2) faraday (1.10.3) faraday-em_http (~> 1.0) @@ -38,30 +38,34 @@ GEM concurrent-ruby (~> 1.0) json (2.3.0) jwt (1.5.6) + logger (1.7.0) minitest (5.19.0) multipart-post (2.3.0) - mustermann (3.0.0) + mustermann (3.0.4) ruby2_keywords (~> 0.0.1) octokit (4.7.0) sawyer (~> 0.8.0, >= 0.5.3) public_suffix (5.0.4) - rack (3.0.9.1) - rack-protection (4.0.0) + rack (3.2.3) + rack-protection (4.2.1) base64 (>= 0.1.0) + logger (>= 1.6.0) rack (>= 3.0.0, < 4) - rack-session (2.0.0) + rack-session (2.1.1) + base64 (>= 0.1.0) rack (>= 3.0.0) ruby2_keywords (0.0.5) sawyer (0.8.2) addressable (>= 2.3.5) faraday (> 0.8, < 2.0) - sinatra (4.0.0) + sinatra (4.2.1) + logger (>= 1.6.0) mustermann (~> 3.0) rack (>= 3.0.0, < 4) - rack-protection (= 4.0.0) + rack-protection (= 4.2.1) rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - tilt (2.3.0) + tilt (2.6.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) zeitwerk (2.6.11) @@ -74,7 +78,7 @@ DEPENDENCIES json (~> 2.3) jwt octokit - sinatra (~> 4.0.0) + sinatra (~> 4.2.0) BUNDLED WITH - 1.17.1 + 2.3.27