diff --git a/Gemfile b/Gemfile index 608f62287..6c81bf1e0 100644 --- a/Gemfile +++ b/Gemfile @@ -103,7 +103,7 @@ group :development do gem "mdl", "~> 0.12.0", require: false gem "pronto", "~> 0.11.0", require: false gem "pronto-erb_lint", "~> 0.1.6", require: false - gem "pronto-eslint", "~> 0.11.0", require: false + gem "pronto-eslint", "~> 0.11.1", require: false gem "pronto-rubocop", "~> 0.11.2", require: false gem "pronto-scss", "~> 0.11.0", require: false gem "rubocop", "~> 1.35.1", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 04247cc65..29d492c38 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -64,7 +64,7 @@ GEM acts-as-taggable-on (9.0.1) activerecord (>= 6.0, < 7.1) acts_as_votable (0.14.0) - addressable (2.8.4) + addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) ahoy_matey (4.1.0) activesupport (>= 5.2) @@ -209,29 +209,10 @@ GEM railties (>= 5.0.0) faker (2.22.0) i18n (>= 1.8.11, < 2) - faraday (1.10.2) - faraday-em_http (~> 1.0) - faraday-em_synchrony (~> 1.0) - faraday-excon (~> 1.1) - faraday-httpclient (~> 1.0) - faraday-multipart (~> 1.0) - faraday-net_http (~> 1.0) - faraday-net_http_persistent (~> 1.0) - faraday-patron (~> 1.0) - faraday-rack (~> 1.0) - faraday-retry (~> 1.0) + faraday (2.7.10) + faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) - faraday-em_http (1.0.0) - faraday-em_synchrony (1.0.0) - faraday-excon (1.1.0) - faraday-httpclient (1.0.1) - faraday-multipart (1.0.4) - multipart-post (~> 2) - faraday-net_http (1.0.1) - faraday-net_http_persistent (1.2.0) - faraday-patron (1.0.0) - faraday-rack (1.0.0) - faraday-retry (1.0.3) + faraday-net_http (3.0.2) ffi (1.15.5) file_validators (3.0.0) activemodel (>= 3.2) @@ -354,7 +335,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2022.0105) mini_magick (4.11.0) - mini_mime (1.1.2) + mini_mime (1.1.5) mini_portile2 (2.8.4) minitest (5.19.0) mixlib-cli (2.1.8) @@ -364,7 +345,6 @@ GEM chef-utils multi_json (1.15.0) multi_xml (0.6.0) - multipart-post (2.2.3) net-scp (4.0.0) net-ssh (>= 2.6.5, < 8.0.0) net-ssh (7.2.0) @@ -428,7 +408,7 @@ GEM pronto-erb_lint (0.1.6) erb_lint (~> 0.1, >= 0.1.1) pronto (~> 0.9, > 0.9.0) - pronto-eslint (0.11.0) + pronto-eslint (0.11.1) eslintrb (~> 2.0, >= 2.0.0) pronto (~> 0.11.0) pronto-rubocop (0.11.2) @@ -634,7 +614,7 @@ GEM thread_safe (~> 0.1) uglifier (4.2.0) execjs (>= 0.3.0, < 3) - unicode-display_width (2.2.0) + unicode-display_width (2.4.2) uniform_notifier (1.16.0) uuidtools (2.2.0) view_component (2.78.0) @@ -734,7 +714,7 @@ DEPENDENCIES pg_search (~> 2.3.6) pronto (~> 0.11.0) pronto-erb_lint (~> 0.1.6) - pronto-eslint (~> 0.11.0) + pronto-eslint (~> 0.11.1) pronto-rubocop (~> 0.11.2) pronto-scss (~> 0.11.0) puma (~> 4.3.12)