Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ 💎 Add ruby 3.3 to the CI metrix #245

Merged
merged 2 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-22.04, ubuntu-20.04 ]
ruby-version: [ "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2" ]
ruby-version: [ "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "3.3" ]

services:
redis:
Expand Down
165 changes: 99 additions & 66 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,93 +8,126 @@ PATH
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)
backports (3.24.0)
activesupport (5.2.8.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.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)
builder (3.2.4)
childprocess (1.0.1)
rake (< 13.0)
childprocess (4.1.0)
concurrent-ruby (1.2.3)
contracts (0.16.1)
cucumber (3.0.0)
builder (>= 2.1.2)
cucumber-core (~> 3.0.0)
cucumber-expressions (~> 4.0.3)
cucumber-wire (~> 0.0.1)
diff-lcs (~> 1.3)
gherkin (~> 4.0)
multi_json (>= 1.7.5, < 2.0)
multi_test (>= 0.1.2)
cucumber-core (3.0.0)
backports (>= 3.8.0)
cucumber-tag_expressions (>= 1.0.1)
gherkin (>= 4.1.3)
cucumber-expressions (4.0.4)
cucumber-tag_expressions (2.0.2)
cucumber-wire (0.0.1)
diff-lcs (1.5.0)
ffi (1.12.2)
gherkin (4.1.3)
cucumber (4.1.0)
builder (~> 3.2, >= 3.2.3)
cucumber-core (~> 7.1, >= 7.1.0)
cucumber-create-meta (~> 1.0.0, >= 1.0.0)
cucumber-cucumber-expressions (~> 10.1, >= 10.1.0)
cucumber-gherkin (~> 14.0, >= 14.0.1)
cucumber-html-formatter (~> 7.0, >= 7.0.0)
cucumber-messages (~> 12.2, >= 12.2.0)
cucumber-wire (~> 3.1, >= 3.1.0)
diff-lcs (~> 1.3, >= 1.3, < 1.4)
multi_test (~> 0.1, >= 0.1.2)
sys-uname (~> 1.0, >= 1.0.2)
cucumber-core (7.1.0)
cucumber-gherkin (~> 14.0, >= 14.0.1)
cucumber-messages (~> 12.2, >= 12.2.0)
cucumber-tag-expressions (~> 2.0, >= 2.0.4)
cucumber-create-meta (1.0.0)
cucumber-messages (~> 12.2, >= 12.2.0)
sys-uname (~> 1.2, >= 1.2.1)
cucumber-cucumber-expressions (10.3.0)
cucumber-gherkin (14.2.0)
cucumber-messages (~> 12.4, >= 12.4.0)
cucumber-html-formatter (7.2.0)
cucumber-messages (~> 12.4, >= 12.4.0)
cucumber-messages (12.4.0)
protobuf-cucumber (~> 3.10, >= 3.10.8)
cucumber-tag-expressions (2.0.4)
cucumber-wire (3.1.0)
cucumber-core (~> 7.1, >= 7.1.0)
cucumber-cucumber-expressions (~> 10.1, >= 10.1.0)
cucumber-messages (~> 12.2, >= 12.2.0)
diff-lcs (1.3)
ffi (1.15.5)
hpricot (0.8.6)
mono_logger (1.1.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
middleware (0.1.0)
minitest (5.15.0)
mono_logger (1.1.2)
multi_json (1.15.0)
multi_test (1.1.0)
multi_test (0.1.2)
mustache (1.1.1)
rack (1.6.13)
rack-protection (1.5.5)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
protobuf-cucumber (3.10.8)
activesupport (>= 3.2)
middleware
thor
thread_safe
rack (2.2.9)
rack-protection (2.2.4)
rack
rake (12.3.3)
rdiscount (2.2.7)
redis (3.3.5)
redis-namespace (1.6.0)
redis (>= 3.0.4)
resque (1.27.4)
rake (13.2.1)
rdiscount (2.2.7.3)
redis (4.8.1)
redis-namespace (1.11.0)
redis (>= 4)
resque (2.6.0)
mono_logger (~> 1.0)
multi_json (~> 1.0)
redis-namespace (~> 1.3)
redis-namespace (~> 1.6)
sinatra (>= 0.9.2)
vegas (~> 0.1.2)
ronn (0.7.3)
hpricot (>= 0.8.2)
mustache (>= 0.7.0)
rdiscount (>= 1.5.8)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.2)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.1)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
sinatra (1.4.8)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
thor (1.2.1)
tilt (2.1.0)
vegas (0.1.11)
rack (>= 1.0.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
ruby2_keywords (0.0.5)
sinatra (2.2.4)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.4)
tilt (~> 2.0)
sys-uname (1.2.3)
ffi (~> 1.1)
thor (1.2.2)
thread_safe (0.3.6)
tilt (2.3.0)
tzinfo (1.2.11)
thread_safe (~> 0.1)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
aruba (~> 0.14.0)
bundler (~> 2.0)
cucumber (~> 3.0)
aruba
bundler
cucumber
mustache
resque-pool!
ronn
rspec (~> 3.8)
rspec

BUNDLED WITH
2.3.27
2.3.16
8 changes: 4 additions & 4 deletions resque-pool.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ Gem::Specification.new do |spec|
spec.add_dependency "resque", ">= 1.22", "< 3"
spec.add_dependency "rake", ">= 10.0", "< 14.0"

spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rspec", "~> 3.8"
spec.add_development_dependency "cucumber", "~> 3.0"
spec.add_development_dependency "aruba", "~> 0.14.0"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rspec"
spec.add_development_dependency "cucumber"
spec.add_development_dependency "aruba"
spec.add_development_dependency "ronn"
spec.add_development_dependency "mustache"

Expand Down
Loading