Skip to content
Draft
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/rubocop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
persist-credentials: false
- uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1.316.0
with:
ruby-version: '4.0.5'
ruby-version: '3.3'
bundler-cache: true
- run: bundle exec rubocop
2 changes: 1 addition & 1 deletion .github/workflows/test-ruby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
ruby: ['3.2', '3.3', '3.4', '4.0']
ruby: ['3.3', '3.4', '4.0']
include:
- os: ubuntu-latest
ruby: jruby-10.0
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/zizmor-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ jobs:
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false

- name: Run Zizmor
uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require:
AllCops:
NewCops: disable
# Keep this inline with the lowest ruby version in the gemspec
TargetRubyVersion: 3.2
TargetRubyVersion: 3.3
# Display cop name / style guide references
DisplayCopNames: true
DisplayStyleGuide: true
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ gemspec
# gem 'cucumber-gherkin', path: '../gherkin/ruby'
# gem 'cucumber-html-formatter', path: '../html-formatter/ruby'
# gem 'cucumber-messages', path: '../messages/ruby'
# gem 'cucumber-query', path: '../query/ruby'
# gem 'cucumber-tag-expressions', path: '../tag-expressions/ruby'
3 changes: 2 additions & 1 deletion cucumber.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
'funding_uri' => 'https://opencollective.com/cucumber'
}

s.required_ruby_version = '>= 3.2'
s.required_ruby_version = '>= 3.3'
s.required_rubygems_version = '>= 3.2.8'

s.add_dependency 'base64', '~> 0.2'
Expand All @@ -29,6 +29,7 @@ Gem::Specification.new do |s|
s.add_dependency 'cucumber-core', '>= 16.2.0', '< 17'
s.add_dependency 'cucumber-cucumber-expressions', '> 17', '< 20'
s.add_dependency 'cucumber-html-formatter', '> 21', '< 24'
s.add_dependency 'cucumber-query', '~> 16.0'
s.add_dependency 'diff-lcs', '~> 1.5'
s.add_dependency 'logger', '~> 1.6'
s.add_dependency 'mini_mime', '~> 1.1'
Expand Down
273 changes: 0 additions & 273 deletions lib/cucumber/query.rb

This file was deleted.

Loading
Loading