diff --git a/Gemfile.lock b/Gemfile.lock index 39ffc0d..23a242d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,18 +1,23 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8) + activesupport (7.1.3) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) - addressable (2.8.5) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) atlassian-jwt (0.2.1) jwt (~> 2.1) aws-eventstream (1.3.0) - aws-partitions (1.883.0) + aws-partitions (1.884.0) aws-sdk-core (3.191.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.651.0) @@ -31,19 +36,22 @@ GEM aws-sigv4 (1.8.0) aws-eventstream (~> 1, >= 1.0.2) base58 (0.2.3) - base64 (0.1.1) - concurrent-ruby (1.2.2) + base64 (0.2.0) + bigdecimal (3.1.6) + concurrent-ruby (1.2.3) + connection_pool (2.4.1) crack (0.4.5) rexml - date (3.3.3) + date (3.3.4) differ (0.1.2) docile (1.4.0) - faraday (2.7.11) - base64 - faraday-net_http (>= 2.0, < 3.1) - ruby2_keywords (>= 0.0.4) - faraday-net_http (3.0.2) - ffi (1.15.5) + drb (2.2.0) + ruby2_keywords + faraday (2.9.0) + faraday-net_http (>= 2.0, < 3.2) + faraday-net_http (3.1.0) + net-http + ffi (1.16.3) gitlab (4.19.0) httparty (~> 0.20) terminal-table (>= 1.5.1) @@ -76,7 +84,7 @@ GEM matrix (0.4.2) mini_mime (1.1.5) mini_portile2 (2.8.5) - minitest (5.20.0) + minitest (5.21.2) mocha (2.1.0) ruby2_keywords (>= 0.0.5) multi_json (1.15.0) @@ -84,22 +92,21 @@ GEM multipart-post (2.3.0) mustermann (3.0.0) ruby2_keywords (~> 0.0.1) - net-imap (0.3.7) + mutex_m (0.2.0) + net-http (0.4.1) + uri + net-imap (0.4.9.1) date net-protocol net-pop (0.1.2) net-protocol - net-protocol (0.2.1) + net-protocol (0.2.2) timeout net-smtp (0.4.0) net-protocol nokogiri (1.15.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.15.5-x86_64-darwin) - racc (~> 1.4) - nokogiri (1.15.5-x86_64-linux) - racc (~> 1.4) oauth (0.6.2) snaky_hash (~> 2.0) version_gem (~> 1.1) @@ -117,11 +124,14 @@ GEM ruby-filemagic (~> 0.7.2) slop (~> 4.6) power_assert (2.0.3) - public_suffix (5.0.3) + public_suffix (5.0.4) racc (1.7.3) - rack (2.2.8) - rack-protection (3.0.6) - rack + rack (3.0.8) + rack-protection (4.0.0) + base64 (>= 0.1.0) + rack (>= 3.0.0, < 4) + rack-session (2.0.0) + rack (>= 3.0.0) rack-test (2.1.0) rack (>= 1.3) rainbow (3.1.1) @@ -175,16 +185,17 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - sinatra (3.0.6) + sinatra (4.0.0) mustermann (~> 3.0) - rack (~> 2.2, >= 2.2.4) - rack-protection (= 3.0.6) + rack (>= 3.0.0, < 4) + rack-protection (= 4.0.0) + rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - sinatra-contrib (3.0.6) - multi_json + sinatra-contrib (4.0.0) + multi_json (>= 0.0.2) mustermann (~> 3.0) - rack-protection (= 3.0.6) - sinatra (= 3.0.6) + rack-protection (= 4.0.0) + sinatra (= 4.0.0) tilt (~> 2.0) slop (4.10.1) snaky_hash (2.0.1) @@ -193,16 +204,17 @@ GEM sprockets (4.2.1) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) - temple (0.10.2) + temple (0.10.3) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) test-unit (3.6.1) power_assert tilt (2.3.0) - timeout (0.4.0) + timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) + uri (0.13.0) version_gem (1.1.3) webrick (1.8.1) xcop (0.7.1) @@ -233,7 +245,7 @@ DEPENDENCIES nokogiri (= 1.15.5) octokit (= 8.0.0) pdd (= 0.23.2) - rack (= 2.2.8) + rack (= 3.0.8) rack-test (= 2.1.0) rake (= 13.1.0) rubocop (= 1.60.2) @@ -243,8 +255,8 @@ DEPENDENCIES sentry-raven (= 3.1.2) simplecov (= 0.22.0) simplecov-cobertura (~> 2.1) - sinatra (= 3.0.6) - sinatra-contrib (= 3.0.6) + sinatra (= 4.0.0) + sinatra-contrib (= 4.0.0) sprockets (= 4.2.1) test-unit (= 3.6.1) webrick (= 1.8.1)