Skip to content

Commit

Permalink
Bump dependencies to their last version (#36)
Browse files Browse the repository at this point in the history
* 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`
  • Loading branch information
santiagorodriguez96 authored Dec 13, 2024
1 parent 169d809 commit 3c3978d
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 33 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
58 changes: 30 additions & 28 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,45 +1,47 @@
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)

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)
Expand All @@ -48,20 +50,20 @@ 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)
rubocop (~> 0.80.1)
tpm-key_attestation!

BUNDLED WITH
2.2.8
2.5.23
2 changes: 1 addition & 1 deletion gemfiles/openssl_2_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/openssl_2_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/openssl_3_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/openssl_3_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3c3978d

Please sign in to comment.