Skip to content

Commit

Permalink
chore: update ruby dependencies (#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheungaryk authored Dec 24, 2024
1 parent 7ce722a commit 324a0ff
Showing 2 changed files with 96 additions and 37 deletions.
6 changes: 3 additions & 3 deletions testdata/Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'specific_install', '~> 0.3.3'
gem 'cucumber', '~> 2.3.0'
gem 'specific_install', '~> 0.3.8'
gem 'cucumber', '~> 6.1.0'
gem 'os', '~> 0.9.6'

gem "aruba", "~> 0.14.14"
gem "aruba", "~> 1.1.0"
127 changes: 93 additions & 34 deletions testdata/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,48 +1,107 @@
GEM
remote: https://rubygems.org/
specs:
aruba (0.14.14)
childprocess (>= 0.6.3, < 4.0.0)
contracts (~> 0.9)
cucumber (>= 1.3.19)
ffi (~> 1.9)
rspec-expectations (>= 2.99)
thor (>= 0.19, < 2.0)
builder (3.2.4)
childprocess (3.0.0)
contracts (0.16.1)
cucumber (2.3.3)
builder (>= 2.1.2)
cucumber-core (~> 1.4.0)
cucumber-wire (~> 0.0.1)
diff-lcs (>= 1.1.3)
gherkin (~> 3.2.0)
multi_json (>= 1.7.5, < 2.0)
multi_test (>= 0.1.2)
cucumber-core (1.4.0)
gherkin (~> 3.2.0)
cucumber-wire (0.0.1)
diff-lcs (1.4.4)
ffi (1.15.4)
gherkin (3.2.0)
multi_json (1.15.0)
activesupport (8.0.1)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
aruba (1.1.2)
bundler (>= 1.17, < 3.0)
childprocess (>= 2.0, < 5.0)
contracts (>= 0.16.0, < 0.18.0)
cucumber (>= 2.4, < 7.0)
rspec-expectations (~> 3.4)
thor (~> 1.0)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
builder (3.3.0)
childprocess (4.1.0)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
contracts (0.17.2)
cucumber (6.1.0)
builder (~> 3.2, >= 3.2.4)
cucumber-core (~> 9.0, >= 9.0.1)
cucumber-create-meta (~> 4.0, >= 4.0.0)
cucumber-cucumber-expressions (~> 12.1, >= 12.1.1)
cucumber-gherkin (~> 18.1, >= 18.1.0)
cucumber-html-formatter (~> 13.0, >= 13.0.0)
cucumber-messages (~> 15.0, >= 15.0.0)
cucumber-wire (~> 5.0, >= 5.0.1)
diff-lcs (~> 1.4, >= 1.4.4)
mime-types (~> 3.3, >= 3.3.1)
multi_test (~> 0.1, >= 0.1.2)
sys-uname (~> 1.2, >= 1.2.2)
cucumber-core (9.0.1)
cucumber-gherkin (~> 18.1, >= 18.1.0)
cucumber-messages (~> 15.0, >= 15.0.0)
cucumber-tag-expressions (~> 3.0, >= 3.0.1)
cucumber-create-meta (4.0.0)
cucumber-messages (~> 15.0, >= 15.0.0)
sys-uname (~> 1.2, >= 1.2.2)
cucumber-cucumber-expressions (12.1.3)
cucumber-gherkin (18.1.1)
cucumber-messages (~> 15.0, >= 15.0.0)
cucumber-html-formatter (13.0.0)
cucumber-messages (~> 15.0, >= 15.0.0)
cucumber-messages (15.0.0)
protobuf-cucumber (~> 3.10, >= 3.10.8)
cucumber-tag-expressions (3.0.1)
cucumber-wire (5.0.1)
cucumber-core (~> 9.0, >= 9.0.1)
cucumber-cucumber-expressions (~> 12.1, >= 12.1.1)
cucumber-messages (~> 15.0, >= 15.0.0)
diff-lcs (1.5.1)
drb (2.2.1)
ffi (1.17.0)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
logger (1.6.3)
middleware (0.1.0)
mime-types (3.6.0)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2024.1203)
minitest (5.25.4)
multi_test (0.1.2)
os (0.9.6)
rspec-expectations (3.10.1)
protobuf-cucumber (3.10.8)
activesupport (>= 3.2)
middleware
thor
thread_safe
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.3)
specific_install (0.3.7)
thor (1.1.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.2)
securerandom (0.4.1)
specific_install (0.3.8)
sys-uname (1.3.1)
ffi (~> 1.1)
thor (1.3.2)
thread_safe (0.3.6)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uri (1.0.2)

PLATFORMS
ruby

DEPENDENCIES
aruba (~> 0.14.14)
cucumber (~> 2.3.0)
aruba (~> 1.1.0)
cucumber (~> 6.1.0)
os (~> 0.9.6)
specific_install (~> 0.3.3)
specific_install (~> 0.3.8)

BUNDLED WITH
2.2.31
2.5.23

0 comments on commit 324a0ff

Please sign in to comment.