Skip to content

Upgrade thor dependency to make rascal work with Ruby 3.4 #9

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

Merged
merged 1 commit into from
Feb 10, 2025
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: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
gemfile: Gemfile.2.5
- ruby: 3.2.0
gemfile: Gemfile
- ruby: 3.4.1
gemfile: Gemfile
env:
BUNDLE_GEMFILE: "${{ matrix.gemfile }}"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.0
3.4.1
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented here.

Rascal follows semantic versioning. This has little consequence pre 1.0, so expect breaking changes.

## 0.3.8 (2025-02-10)

- Ruby 3.4 support.


## 0.3.7 (2024-03-22)

- Ignore `stage:` blocks in .gitlab-ci.yml.
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.2.5.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
PATH
remote: .
specs:
rascal (0.3.7)
thor (~> 0.20.3)
rascal (0.3.8)
thor (>= 1.0.0)

GEM
remote: https://rubygems.org/
specs:
aruba (0.14.9)
childprocess (>= 0.6.3, < 1.1.0)
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)
thor (>= 0.19, < 2.0)
builder (3.2.4)
childprocess (1.0.0)
coderay (1.1.2)
Expand Down Expand Up @@ -51,7 +51,7 @@ GEM
diff-lcs (1.5.0)
ffi (1.10.0)
formatador (0.2.5)
guard (2.15.0)
guard (2.17.0)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
lumberjack (>= 1.0.12, < 2.0)
Expand Down Expand Up @@ -107,7 +107,7 @@ GEM
shellany (0.0.1)
sys-uname (1.2.2)
ffi (~> 1.1)
thor (0.20.3)
thor (1.2.2)

PLATFORMS
ruby
Expand All @@ -122,4 +122,4 @@ DEPENDENCIES
rspec

BUNDLED WITH
2.2.28
2.3.27
72 changes: 36 additions & 36 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
rascal (0.3.7)
thor (~> 0.20.3)
rascal (0.3.8)
thor (>= 1.0.0)

GEM
remote: https://rubygems.org/
Expand All @@ -14,36 +14,38 @@ GEM
ffi (~> 1.9)
rspec-expectations (>= 2.99)
thor (>= 0.19, < 2.0)
builder (3.2.4)
bigdecimal (3.1.9)
builder (3.3.0)
childprocess (3.0.0)
coderay (1.1.3)
contracts (0.17)
cucumber (8.0.0)
builder (~> 3.2, >= 3.2.4)
cucumber-ci-environment (~> 9.0, >= 9.0.4)
cucumber-core (~> 11.0, >= 11.0.0)
cucumber-cucumber-expressions (~> 15.1, >= 15.1.1)
cucumber-gherkin (~> 23.0, >= 23.0.1)
cucumber-html-formatter (~> 19.1, >= 19.1.0)
cucumber-messages (~> 18.0, >= 18.0.0)
diff-lcs (~> 1.5, >= 1.5.0)
mime-types (~> 3.4, >= 3.4.1)
multi_test (~> 1.1, >= 1.1.0)
sys-uname (~> 1.2, >= 1.2.2)
cucumber-ci-environment (9.1.0)
cucumber-core (11.0.0)
cucumber-gherkin (~> 23.0, >= 23.0.1)
cucumber-messages (~> 18.0, >= 18.0.0)
cucumber-tag-expressions (~> 4.1, >= 4.1.0)
cucumber-cucumber-expressions (15.2.0)
cucumber-gherkin (23.0.1)
cucumber-messages (~> 18.0, >= 18.0.0)
cucumber-html-formatter (19.2.0)
cucumber-messages (~> 18.0, >= 18.0.0)
cucumber-messages (18.0.0)
cucumber-tag-expressions (4.1.0)
diff-lcs (1.5.0)
ffi (1.15.5)
cucumber (9.2.1)
builder (~> 3.2)
cucumber-ci-environment (> 9, < 11)
cucumber-core (> 13, < 14)
cucumber-cucumber-expressions (~> 17.0)
cucumber-gherkin (> 24, < 28)
cucumber-html-formatter (> 20.3, < 22)
cucumber-messages (> 19, < 25)
diff-lcs (~> 1.5)
mini_mime (~> 1.1)
multi_test (~> 1.1)
sys-uname (~> 1.2)
cucumber-ci-environment (10.0.1)
cucumber-core (13.0.3)
cucumber-gherkin (>= 27, < 28)
cucumber-messages (>= 20, < 23)
cucumber-tag-expressions (> 5, < 7)
cucumber-cucumber-expressions (17.1.0)
bigdecimal
cucumber-gherkin (27.0.0)
cucumber-messages (>= 19.1.4, < 23)
cucumber-html-formatter (21.9.0)
cucumber-messages (> 19, < 28)
cucumber-messages (22.0.0)
cucumber-tag-expressions (6.1.2)
diff-lcs (1.5.1)
ffi (1.17.1)
formatador (1.1.0)
guard (2.18.0)
formatador (>= 0.2.4)
Expand All @@ -67,9 +69,7 @@ GEM
rb-inotify (~> 0.9, >= 0.9.10)
lumberjack (1.2.8)
method_source (1.0.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_mime (1.1.5)
multi_test (1.1.0)
nenv (0.3.0)
notiffany (0.1.3)
Expand All @@ -78,7 +78,7 @@ GEM
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
rake (13.0.6)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand All @@ -96,9 +96,9 @@ GEM
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
shellany (0.0.1)
sys-uname (1.2.2)
sys-uname (1.3.1)
ffi (~> 1.1)
thor (0.20.3)
thor (1.3.2)

PLATFORMS
ruby
Expand All @@ -113,4 +113,4 @@ DEPENDENCIES
rspec

BUNDLED WITH
2.2.28
2.6.3
2 changes: 1 addition & 1 deletion lib/rascal/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Rascal
VERSION = "0.3.7"
VERSION = "0.3.8"
end
2 changes: 1 addition & 1 deletion rascal.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "thor", "~> 0.20.3"
spec.add_dependency "thor", ">= 1.0.0"
end