diff --git a/Gemfile b/Gemfile index 42218de..6e3bc78 100644 --- a/Gemfile +++ b/Gemfile @@ -16,8 +16,8 @@ gem 'foreman', '~> 0.78.0' gem 'friendly_id', '~> 5.1.0' gem 'gems', '~> 0.8.3' gem 'high_voltage', '~> 3.0.0' -gem 'mechanize', '~> 2.7.7' -gem 'octokit', '~> 4.1.1' +gem 'mechanize', '~> 2.8.5' +gem 'octokit', '~> 4.25.1' gem 'pg', '~> 0.18.3' gem 'puma', '~> 4.3.12' gem 'redis', '~> 3.2.1' diff --git a/Gemfile.lock b/Gemfile.lock index 6d61c7f..9596bdd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -51,7 +51,8 @@ GEM i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.3.8) + addressable (2.8.0) + public_suffix (>= 2.0.2, < 5.0) arbre (1.1.1) activesupport (>= 3.0.0) arel (8.0.0) @@ -91,7 +92,7 @@ GEM activesupport (>= 3.0) deep_merge (~> 1.2.1) dry-validation (>= 0.10.4) - connection_pool (2.2.1) + connection_pool (2.2.5) crass (1.0.6) debug_inspector (0.0.3) deep_merge (1.2.1) @@ -129,8 +130,10 @@ GEM dry-types (~> 0.12.0) erubi (1.9.0) execjs (2.7.0) - faraday (0.9.2) - multipart-post (>= 1.2, < 3) + faraday (2.3.0) + faraday-net_http (~> 2.0) + ruby2_keywords (>= 0.0.4) + faraday-net_http (2.0.3) ffi (1.9.25) figaro (1.1.1) thor (~> 0.14) @@ -151,7 +154,7 @@ GEM actionpack (>= 4.1, < 5.2) activesupport (>= 4.1, < 5.2) high_voltage (3.0.0) - http-cookie (1.0.3) + http-cookie (1.0.5) domain_name (~> 0.5) i18n (1.8.8) concurrent-ruby (~> 1.0) @@ -185,35 +188,35 @@ GEM mime-types (>= 1.16, < 4) materialize-sass (0.97.8) sass (~> 3.3) - mechanize (2.7.7) - domain_name (~> 0.5, >= 0.5.1) - http-cookie (~> 1.0) - mime-types (>= 1.17.2) - net-http-digest_auth (~> 1.1, >= 1.1.1) - net-http-persistent (>= 2.5.2) - nokogiri (~> 1.6) - ntlm-http (~> 0.1, >= 0.1.1) + mechanize (2.8.5) + addressable (~> 2.8) + domain_name (~> 0.5, >= 0.5.20190701) + http-cookie (~> 1.0, >= 1.0.3) + mime-types (~> 3.0) + net-http-digest_auth (~> 1.4, >= 1.4.1) + net-http-persistent (>= 2.5.2, < 5.0.dev) + nokogiri (~> 1.11, >= 1.11.2) + rubyntlm (~> 0.6, >= 0.6.3) webrick (~> 1.7) - webrobots (>= 0.0.9, < 0.2) + webrobots (~> 0.1.2) method_source (0.8.2) - mime-types (3.3.1) + mime-types (3.4.1) mime-types-data (~> 3.2015) - mime-types-data (3.2020.1104) + mime-types-data (3.2022.0105) mini_portile2 (2.8.0) minitest (5.14.3) multi_json (1.13.1) - multipart-post (2.0.0) net-http-digest_auth (1.4.1) net-http-persistent (4.0.1) connection_pool (~> 2.2) netrc (0.11.0) nio4r (2.5.8) - nokogiri (1.13.6) + nokogiri (1.13.7) mini_portile2 (~> 2.8.0) racc (~> 1.4) - ntlm-http (0.1.1) - octokit (4.1.1) - sawyer (~> 0.6.0, >= 0.5.3) + octokit (4.25.1) + faraday (>= 1, < 3) + sawyer (~> 0.9) pg (0.18.4) polyamorous (1.3.3) activerecord (>= 3.0) @@ -230,6 +233,7 @@ GEM pry-stack_explorer (0.4.9.2) binding_of_caller (>= 0.7) pry (>= 0.9.11) + public_suffix (4.0.7) puma (4.3.12) nio4r (~> 2.0) racc (1.6.0) @@ -296,6 +300,8 @@ GEM netrc (~> 0.8) rollbar (2.12.0) multi_json + ruby2_keywords (0.0.5) + rubyntlm (0.6.3) sass (3.5.6) sass-listen (~> 4.0.0) sass-listen (4.0.0) @@ -307,9 +313,9 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) - sawyer (0.6.0) - addressable (~> 2.3.5) - faraday (~> 0.8, < 0.10) + sawyer (0.9.2) + addressable (>= 2.3.5) + faraday (>= 0.17.3, < 3) sidekiq (4.2.10) concurrent-ruby (~> 1.0) connection_pool (~> 2.2, >= 2.2.0) @@ -344,7 +350,7 @@ GEM json (>= 1.8.0) unf (0.1.4) unf_ext - unf_ext (0.0.7.7) + unf_ext (0.0.8.2) valid_email (0.0.13) activemodel mail (~> 2.6.1) @@ -377,8 +383,8 @@ DEPENDENCIES gems (~> 0.8.3) high_voltage (~> 3.0.0) materialize-sass (~> 0.97.5) - mechanize (~> 2.7.7) - octokit (~> 4.1.1) + mechanize (~> 2.8.5) + octokit (~> 4.25.1) pg (~> 0.18.3) pry (~> 0.10.3) pry-byebug (~> 3.3.0)