From 3c3978ddda2bc07a84fefc6bb7812b1039137251 Mon Sep 17 00:00:00 2001 From: Santiago Rodriguez <46354312+santiagorodriguez96@users.noreply.github.com> Date: Fri, 13 Dec 2024 18:31:33 -0300 Subject: [PATCH] Bump dependencies to their last version (#36) * chore: update gem's version in `Gemfile.lock` * build: fix invalid lockfile invalid resolution The lockfile was not valid: ``` Your lockfile doesn't include a valid resolution. You can fix this by regenerating your lockfile or trying to manually editing the bad locked gems to a version that satisfies all dependencies. The unmet dependencies are: * openssl (> 2.0, < 3.1), depended upon openssl-signature_algorithm-1.2.1, unsatisfied by openssl-3.1.0 ``` * build(deps): bump `bundler` from `2.2.8` to `2.5.23` * build(deps): bump `appraisal` from `2.2.0` to `2.5.0` * build(deps): bump `rake` from `13.0.3` to `13.2.1` * build(deps): bump `bindata` from `2.4.14` to `2.5.0` * build(deps): bump `diff-lcs` from `1.4.4` to `1.5.1` * build(deps): bump `jaro_winkler` from `1.5.4` to `1.5.6` * build(deps): bump `openssl` from `3.1.0` to `3.2.0` * build(deps): bump `parallel` from `1.20.1` to `1.26.3` * build(deps): bump `parser` from `3.0.0.0` to `3.3.6.0` * build(deps): bump `rainbow` from `3.0.0` to `3.1.1` * build(deps): bump `rexml` from `3.2.4` to `3.3.9` * build(deps): bump `rspec` from `3.10.0` to `3.13.0` * build(deps): bump `ruby-progressbar` from `1.11.0` to `1.13.0` --- Gemfile | 2 +- Gemfile.lock | 58 +++++++++++++++++++----------------- gemfiles/openssl_2_1.gemfile | 2 +- gemfiles/openssl_2_2.gemfile | 2 +- gemfiles/openssl_3_0.gemfile | 2 +- gemfiles/openssl_3_1.gemfile | 2 +- 6 files changed, 35 insertions(+), 33 deletions(-) diff --git a/Gemfile b/Gemfile index 83a34f1..2d18f1d 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source "https://rubygems.org" # Specify your gem's dependencies in tpm-key_attestation.gemspec gemspec -gem "appraisal", "~> 2.2.0" +gem "appraisal", "~> 2.5.0" gem "byebug", "~> 11.0" gem "rake", "~> 13.0" gem "rspec", "~> 3.0" diff --git a/Gemfile.lock b/Gemfile.lock index 1973c15..72106be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - tpm-key_attestation (0.11.0) + tpm-key_attestation (0.12.1) bindata (~> 2.4) openssl (> 2.0) openssl-signature_algorithm (~> 1.0) @@ -9,37 +9,39 @@ PATH GEM remote: https://rubygems.org/ specs: - appraisal (2.2.0) + appraisal (2.5.0) bundler rake thor (>= 0.14.0) ast (2.4.2) - bindata (2.4.14) + bindata (2.5.0) byebug (11.1.3) - diff-lcs (1.4.4) - jaro_winkler (1.5.4) - openssl (3.1.0) - openssl-signature_algorithm (1.2.1) - openssl (> 2.0, < 3.1) - parallel (1.20.1) - parser (3.0.0.0) + diff-lcs (1.5.1) + jaro_winkler (1.5.6) + openssl (3.2.0) + openssl-signature_algorithm (1.3.0) + openssl (> 2.0) + parallel (1.26.3) + parser (3.3.6.0) ast (~> 2.4.1) - rainbow (3.0.0) - rake (13.0.3) - rexml (3.2.4) - rspec (3.10.0) - rspec-core (~> 3.10.0) - rspec-expectations (~> 3.10.0) - rspec-mocks (~> 3.10.0) - rspec-core (3.10.1) - rspec-support (~> 3.10.0) - rspec-expectations (3.10.1) + racc + racc (1.8.1) + rainbow (3.1.1) + rake (13.2.1) + rexml (3.3.9) + rspec (3.13.0) + rspec-core (~> 3.13.0) + rspec-expectations (~> 3.13.0) + rspec-mocks (~> 3.13.0) + 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.10.0) - rspec-mocks (3.10.2) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-support (3.10.2) + rspec-support (~> 3.13.0) + rspec-support (3.13.2) rubocop (0.80.1) jaro_winkler (~> 1.5.1) parallel (~> 1.10) @@ -48,15 +50,15 @@ GEM rexml ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 1.7) - ruby-progressbar (1.11.0) - thor (1.1.0) + ruby-progressbar (1.13.0) + thor (1.3.2) unicode-display_width (1.6.1) PLATFORMS ruby DEPENDENCIES - appraisal (~> 2.2.0) + appraisal (~> 2.5.0) byebug (~> 11.0) rake (~> 13.0) rspec (~> 3.0) @@ -64,4 +66,4 @@ DEPENDENCIES tpm-key_attestation! BUNDLED WITH - 2.2.8 + 2.5.23 diff --git a/gemfiles/openssl_2_1.gemfile b/gemfiles/openssl_2_1.gemfile index d7ad563..0c8afca 100644 --- a/gemfiles/openssl_2_1.gemfile +++ b/gemfiles/openssl_2_1.gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" -gem "appraisal", "~> 2.2.0" +gem "appraisal", "~> 2.5.0" gem "byebug", "~> 11.0" gem "rake", "~> 13.0" gem "rspec", "~> 3.0" diff --git a/gemfiles/openssl_2_2.gemfile b/gemfiles/openssl_2_2.gemfile index 339763c..2372805 100644 --- a/gemfiles/openssl_2_2.gemfile +++ b/gemfiles/openssl_2_2.gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" -gem "appraisal", "~> 2.2.0" +gem "appraisal", "~> 2.5.0" gem "byebug", "~> 11.0" gem "rake", "~> 13.0" gem "rspec", "~> 3.0" diff --git a/gemfiles/openssl_3_0.gemfile b/gemfiles/openssl_3_0.gemfile index 2cb0869..642f59a 100644 --- a/gemfiles/openssl_3_0.gemfile +++ b/gemfiles/openssl_3_0.gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" -gem "appraisal", "~> 2.2.0" +gem "appraisal", "~> 2.5.0" gem "byebug", "~> 11.0" gem "rake", "~> 13.0" gem "rspec", "~> 3.0" diff --git a/gemfiles/openssl_3_1.gemfile b/gemfiles/openssl_3_1.gemfile index d1d2987..0db34f4 100644 --- a/gemfiles/openssl_3_1.gemfile +++ b/gemfiles/openssl_3_1.gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" -gem "appraisal", "~> 2.2.0" +gem "appraisal", "~> 2.5.0" gem "byebug", "~> 11.0" gem "rake", "~> 13.0" gem "rspec", "~> 3.0"