diff --git a/Gemfile b/Gemfile index 00959898..8f29878b 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem 'sidekiq' # Services gems gem 'minigit', '~> 0.0.4' -gem 'net-ssh', '~> 7.3.0' +gem 'net-ssh', '~> 7.2.0' gem 'awesome_spawn', '~> 1.6' gem 'default_value_for', '~> 4.0' @@ -41,7 +41,7 @@ gem 'rugged', :require => false gem 'faraday' gem 'faraday-http-cache', '~> 2.5.0' -gem 'octokit', '~> 4.25.0', :require => false +gem 'octokit', '~> 4.8.0', :require => false group :development, :test do gem 'rspec' diff --git a/Gemfile.lock b/Gemfile.lock index 08171bf6..d70694b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -151,7 +151,7 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) logger (1.6.1) - loofah (2.22.0) + loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -168,9 +168,9 @@ GEM marcel (1.0.4) method_source (1.1.0) mini_mime (1.1.5) - mini_portile2 (2.8.7) + mini_portile2 (2.8.8) minigit (0.0.4) - minitest (5.25.1) + minitest (5.25.4) more_core_extensions (4.5.0) activesupport sync @@ -184,18 +184,17 @@ GEM timeout net-smtp (0.5.0) net-protocol - net-ssh (7.3.0) + net-ssh (7.2.3) nio4r (2.7.3) - nokogiri (1.16.7) + nokogiri (1.17.0) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.16.7-arm64-darwin) + nokogiri (1.17.0-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.7-x86_64-linux) + nokogiri (1.17.0-x86_64-linux) racc (~> 1.4) - octokit (4.25.1) - faraday (>= 1, < 3) - sawyer (~> 0.9) + octokit (4.8.0) + sawyer (~> 0.8.0, >= 0.5.3) optimist (3.1.0) ostruct (0.6.0) parallel (1.26.3) @@ -232,9 +231,9 @@ GEM activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.0) + rails-html-sanitizer (1.6.1) loofah (~> 2.21) - nokogiri (~> 1.14) + nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) railties (6.1.7.9) actionpack (= 6.1.7.9) activesupport (= 6.1.7.9) @@ -260,12 +259,12 @@ GEM rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.1) + rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-rails (6.1.5) @@ -276,7 +275,7 @@ GEM rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) rspec-support (~> 3.13) - rspec-support (3.13.1) + rspec-support (3.13.2) rubocop (1.56.3) base64 (~> 0.1.1) json (~> 2.3) @@ -315,9 +314,9 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) - sawyer (0.9.2) + sawyer (0.8.2) addressable (>= 2.3.5) - faraday (>= 0.17.3, < 3) + faraday (> 0.8, < 2.0) sidecloq (0.5.0) concurrent-ruby redis-client (>= 0.14.0) @@ -364,7 +363,7 @@ GEM websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.18) + zeitwerk (2.7.1) PLATFORMS arm64-darwin-22 @@ -386,8 +385,8 @@ DEPENDENCIES manageiq-style (>= 1.4) minigit (~> 0.0.4) more_core_extensions (~> 4.4) - net-ssh (~> 7.3.0) - octokit (~> 4.25.0) + net-ssh (~> 7.2.0) + octokit (~> 4.8.0) pg puma rails (~> 6.1.0, >= 6.1.7.8)