From e9990eb2756f2dd622f49530895df4e0212b0e53 Mon Sep 17 00:00:00 2001 From: ulferts Date: Thu, 31 Aug 2023 09:27:13 +0200 Subject: [PATCH 1/5] bump grape --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 3f05359394f2..b410938de145 100644 --- a/Gemfile +++ b/Gemfile @@ -316,7 +316,7 @@ end gem 'bootsnap', '~> 1.16.0', require: false # API gems -gem 'grape', '~> 1.7.0' +gem 'grape', '~> 1.8.0' gem 'grape_logging', '~> 1.8.4' gem 'roar', '~> 1.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 81839635bb2c..4c95b35b6072 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -511,12 +511,12 @@ GEM multi_json (~> 1.11) os (>= 0.9, < 2.0) signet (>= 0.16, < 2.a) - grape (1.7.1) - activesupport + grape (1.8.0) + activesupport (>= 5) builder dry-types (>= 1.1) mustermann-grape (~> 1.0.0) - rack (>= 1.3.0, < 3) + rack (>= 1.3.0) rack-accept grape_logging (1.8.4) grape @@ -1045,7 +1045,7 @@ DEPENDENCIES gon (~> 6.4.0) google-apis-gmail_v1 googleauth - grape (~> 1.7.0) + grape (~> 1.8.0) grape_logging (~> 1.8.4) grids! html-pipeline (~> 2.14.0) From 976affedb2a76b8467953f0246c654ecb534b01c Mon Sep 17 00:00:00 2001 From: ulferts Date: Thu, 31 Aug 2023 09:27:53 +0200 Subject: [PATCH 2/5] bump puffing-billy --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b410938de145..35a4543de498 100644 --- a/Gemfile +++ b/Gemfile @@ -255,7 +255,7 @@ group :test do gem 'webmock', '~> 3.12', require: false # Mock selenium requests through proxy (for feature tests) - gem 'puffing-billy', '~> 3.2.0' + gem 'puffing-billy', '~> 4.0.0' gem 'table_print', '~> 1.5.6' gem 'equivalent-xml', '~> 0.6' diff --git a/Gemfile.lock b/Gemfile.lock index 4c95b35b6072..e23f3da54362 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -714,7 +714,7 @@ GEM psych (5.1.0) stringio public_suffix (5.0.3) - puffing-billy (3.2.0) + puffing-billy (4.0.0) addressable (~> 2.5) em-http-request (~> 1.1, >= 1.1.0) em-synchrony @@ -1110,7 +1110,7 @@ DEPENDENCIES pry-byebug (~> 3.10.0) pry-rails (~> 0.3.6) pry-rescue (~> 1.5.2) - puffing-billy (~> 3.2.0) + puffing-billy (~> 4.0.0) puma (~> 6.3) puma-plugin-statsd (~> 2.0) rack-attack (~> 6.7.0) From 981ec9b7bd38a153e7cee89971a36402caad45f2 Mon Sep 17 00:00:00 2001 From: ulferts Date: Thu, 31 Aug 2023 09:28:40 +0200 Subject: [PATCH 3/5] bump aws-partitions --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index e23f3da54362..f7ee8dee0dff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -309,7 +309,7 @@ GEM awesome_nested_set (3.5.0) activerecord (>= 4.0.0, < 7.1) aws-eventstream (1.2.0) - aws-partitions (1.812.0) + aws-partitions (1.814.0) aws-sdk-core (3.181.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.651.0) From 7972652ab38008472fb77eef254d5cb075e4d468 Mon Sep 17 00:00:00 2001 From: ulferts Date: Thu, 31 Aug 2023 09:29:14 +0200 Subject: [PATCH 4/5] bump css_parser --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index f7ee8dee0dff..44954fbe6956 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -370,7 +370,7 @@ GEM crack (0.4.5) rexml crass (1.0.6) - css_parser (1.14.0) + css_parser (1.15.0) addressable cuprite (0.14.3) capybara (~> 3.0) From 7ad30d118e017a3b0cc7f886a726594c0b60372f Mon Sep 17 00:00:00 2001 From: ulferts Date: Thu, 31 Aug 2023 09:29:28 +0200 Subject: [PATCH 5/5] bump irb --- Gemfile.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 44954fbe6956..6b081a637f17 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -544,7 +544,8 @@ GEM ice_cube (0.16.4) interception (0.5) io-console (0.6.0) - irb (1.7.4) + irb (1.8.0) + rdoc (~> 6.5) reline (>= 0.3.6) iso8601 (0.13.0) jmespath (1.6.2)