diff --git a/Gemfile.lock b/Gemfile.lock index ddcd7c8..9b01c68 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,21 +1,22 @@ GEM - remote: http://rubygems.org/ + remote: https://rubygems.org/ specs: - activemodel (7.0.3) - activesupport (= 7.0.3) - activerecord (7.0.3) - activemodel (= 7.0.3) - activesupport (= 7.0.3) - activesupport (7.0.3) + activemodel (7.0.7.1) + activesupport (= 7.0.7.1) + activerecord (7.0.7.1) + activemodel (= 7.0.7.1) + activesupport (= 7.0.7.1) + activesupport (7.0.7.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) + base64 (0.3.0) childprocess (4.1.0) coderay (1.1.3) - concurrent-ruby (1.1.10) + concurrent-ruby (1.3.6) database_cleaner (2.0.1) database_cleaner-active_record (~> 2.0.0) database_cleaner-active_record (2.0.1) @@ -27,12 +28,13 @@ GEM digest-crc (0.6.4) rake (>= 12.0.0, < 14.0.0) dotenv (2.7.6) - faraday (2.3.0) - faraday-net_http (~> 2.0) - ruby2_keywords (>= 0.0.4) - faraday-net_http (2.0.3) + faraday (2.14.1) + faraday-net_http (>= 2.0, < 3.5) + json + logger + faraday-net_http (3.4.2) + net-http (~> 0.5) ffi (1.15.5) - ffi (1.15.5-x64-mingw32) google-apis-core (0.5.0) addressable (~> 2.5, >= 2.5.1) googleauth (>= 0.16.2, < 2.a) @@ -68,40 +70,58 @@ GEM os (>= 0.9, < 2.0) signet (>= 0.16, < 2.a) httpclient (2.8.3) - i18n (1.10.0) + i18n (1.14.8) concurrent-ruby (~> 1.0) + json (2.18.1) jwt (2.3.0) + logger (1.7.0) memoist (0.16.2) method_source (1.0.0) mini_mime (1.1.2) - mini_portile2 (2.8.5) - minitest (5.15.0) + mini_portile2 (2.8.9) + minitest (6.0.1) + prism (~> 1.5) multi_json (1.15.0) - mustermann (1.1.1) + mustermann (3.0.4) ruby2_keywords (~> 0.0.1) - nokogiri (1.14.3) - mini_portile2 (~> 2.8.0) + net-http (0.9.1) + uri (>= 0.11.1) + nokogiri (1.18.9) + mini_portile2 (~> 2.8.2) + racc (~> 1.4) + nokogiri (1.18.9-aarch64-linux-gnu) + racc (~> 1.4) + nokogiri (1.18.9-arm64-darwin) + racc (~> 1.4) + nokogiri (1.18.9-x64-mingw-ucrt) + racc (~> 1.4) + nokogiri (1.18.9-x86_64-darwin) racc (~> 1.4) os (1.1.4) pg (1.3.5) - pg (1.3.5-x64-mingw32) + prism (1.9.0) pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) pry-nav (1.0.0) pry (>= 0.9.10, < 0.15) public_suffix (4.0.7) - racc (1.6.2) - rack (2.2.3.1) - rack-protection (2.2.0) - rack + racc (1.8.1) + rack (3.2.4) + rack-protection (4.2.0) + base64 (>= 0.1.0) + logger (>= 1.6.0) + rack (>= 3.0.0, < 4) + rack-session (2.1.1) + base64 (>= 0.1.0) + rack (>= 3.0.0) rake (13.0.6) representable (3.2.0) declarative (< 0.1.0) trailblazer-option (>= 0.1.1, < 0.2.0) uber (< 0.2.0) retriable (3.1.2) - rexml (3.2.5) + rexml (3.4.2) rspec (3.11.0) rspec-core (~> 3.11.0) rspec-expectations (~> 3.11.0) @@ -129,27 +149,30 @@ GEM faraday (>= 0.17.5, < 3.0) jwt (>= 1.5, < 3.0) multi_json (~> 1.10) - sinatra (2.2.0) - mustermann (~> 1.0) - rack (~> 2.2) - rack-protection (= 2.2.0) + sinatra (4.2.0) + logger (>= 1.6.0) + mustermann (~> 3.0) + rack (>= 3.0.0, < 4) + rack-protection (= 4.2.0) + rack-session (>= 2.0.0, < 3) tilt (~> 2.0) sinatra-activerecord (2.0.25) activerecord (>= 4.1) sinatra (>= 1.0) - tilt (2.0.10) + tilt (2.7.0) trailblazer-option (0.1.2) - tzinfo (2.0.4) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) uber (0.1.0) - webrick (1.7.0) + uri (1.1.1) + webrick (1.8.2) websocket (1.2.9) PLATFORMS aarch64-linux arm64-darwin-23 ruby - x64-mingw32 + x64-mingw-ucrt x86_64-darwin-20 DEPENDENCIES