From aa71bc5efd73b7473fe0c9a0a15c5b8694539a3f Mon Sep 17 00:00:00 2001 From: Monique Rio Date: Fri, 9 Dec 2022 10:38:28 -0500 Subject: [PATCH 1/2] updates bundler --- Dockerfile | 2 +- Dockerfile.prod | 2 +- Gemfile.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 24f5db9..7cc9dd2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG RUBY_VERSION=3.1 FROM ruby:${RUBY_VERSION} -ARG BUNDLER_VERSION=2.3 +ARG BUNDLER_VERSION=2.3.26 ARG UNAME=app ARG UID=1000 ARG GID=1000 diff --git a/Dockerfile.prod b/Dockerfile.prod index 9c9860e..9cba6d7 100644 --- a/Dockerfile.prod +++ b/Dockerfile.prod @@ -1,7 +1,7 @@ ARG RUBY_VERSION=3.1 FROM ruby:${RUBY_VERSION} -ARG BUNDLER_VERSION=2.3 +ARG BUNDLER_VERSION=2.3.26 ARG UNAME=app ARG UID=1000 ARG GID=1000 diff --git a/Gemfile.lock b/Gemfile.lock index 5f9590c..456edcb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -139,4 +139,4 @@ DEPENDENCIES yabeda-prometheus BUNDLED WITH - 2.3.7 + 2.3.26 From c2ff987de0d282d8ae59b0b073ff5641a748ca4f Mon Sep 17 00:00:00 2001 From: Monique Rio Date: Fri, 9 Dec 2022 10:53:55 -0500 Subject: [PATCH 2/2] updates packages --- Gemfile | 2 +- Gemfile.lock | 106 ++++++++++++++++++++++----------------------------- 2 files changed, 46 insertions(+), 62 deletions(-) diff --git a/Gemfile b/Gemfile index d7a29c0..e8c8085 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -gem "twilio-ruby", "~> 5.58.0" +gem "twilio-ruby" gem "telephone_number" gem "yabeda" gem "yabeda-prometheus" diff --git a/Gemfile.lock b/Gemfile.lock index 456edcb..16953b2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) anyway_config (2.3.0) ruby-next-core (>= 0.14.0) ast (2.4.2) @@ -14,79 +14,62 @@ GEM diff-lcs (1.5.0) docile (1.4.0) dry-initializer (3.1.1) - faraday (1.10.0) - 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.1) + 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) hashdiff (1.0.1) - jwt (2.4.1) + json (2.6.3) + jwt (2.5.0) + language_server-protocol (3.17.0.2) method_source (1.0.0) - multipart-post (2.2.3) - nokogiri (1.13.6-x86_64-linux) + nokogiri (1.13.10-x86_64-linux) racc (~> 1.4) parallel (1.22.1) - parser (3.1.2.0) + parser (3.1.3.0) ast (~> 2.4.1) prometheus-client (2.1.0) - pry (0.13.1) + pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) - pry-byebug (3.9.0) + pry-byebug (3.10.1) byebug (~> 11.0) - pry (~> 0.13.0) - public_suffix (4.0.7) - racc (1.6.0) - rack (2.2.3.1) + pry (>= 0.13, < 0.15) + public_suffix (5.0.1) + racc (1.6.1) + rack (3.0.2) rainbow (3.1.1) - regexp_parser (2.5.0) + regexp_parser (2.6.1) rexml (3.2.5) - rspec (3.11.0) - rspec-core (~> 3.11.0) - rspec-expectations (~> 3.11.0) - rspec-mocks (~> 3.11.0) - rspec-core (3.11.0) - rspec-support (~> 3.11.0) - rspec-expectations (3.11.0) + rspec (3.12.0) + rspec-core (~> 3.12.0) + rspec-expectations (~> 3.12.0) + rspec-mocks (~> 3.12.0) + rspec-core (3.12.0) + rspec-support (~> 3.12.0) + rspec-expectations (3.12.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.11.0) - rspec-mocks (3.11.1) + rspec-support (~> 3.12.0) + rspec-mocks (3.12.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.11.0) - rspec-support (3.11.0) - rubocop (1.29.1) + rspec-support (~> 3.12.0) + rspec-support (3.12.0) + rubocop (1.39.0) + json (~> 2.3) parallel (~> 1.10) - parser (>= 3.1.0.0) + parser (>= 3.1.2.1) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.17.0, < 2.0) + rubocop-ast (>= 1.23.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.18.0) + rubocop-ast (1.24.0) parser (>= 3.1.1.0) - rubocop-performance (1.13.3) + rubocop-performance (1.15.1) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) - ruby-next-core (0.15.1) + ruby-next-core (0.15.3) ruby-progressbar (1.11.0) ruby2_keywords (0.0.5) simplecov (0.21.2) @@ -95,16 +78,17 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.12.1) - rubocop (= 1.29.1) - rubocop-performance (= 1.13.3) - telephone_number (1.4.16) - twilio-ruby (5.58.3) - faraday (>= 0.9, < 2.0) + standard (1.19.1) + language_server-protocol (~> 3.17.0.2) + rubocop (= 1.39.0) + rubocop-performance (= 1.15.1) + telephone_number (1.4.18) + twilio-ruby (5.73.4) + faraday (>= 0.9, < 3.0) jwt (>= 1.5, <= 2.5) nokogiri (>= 1.6, < 2.0) - unicode-display_width (2.1.0) - webmock (3.14.0) + unicode-display_width (2.3.0) + webmock (3.18.1) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) @@ -133,7 +117,7 @@ DEPENDENCIES simplecov standard telephone_number - twilio-ruby (~> 5.58.0) + twilio-ruby webmock yabeda yabeda-prometheus