Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
makmic committed Jan 17, 2025
1 parent 39a128b commit bf27bd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
- name: Bundle
run: |
gem install bundler:${{ matrix.bundler }}
bundle install --no-deployment
bundle _${{ matrix.bundler }}_ install --no-deployment
- name: Run tests
run: bundle exec rake current_rspec
3 changes: 3 additions & 0 deletions Gemfile.cucumber-5.3
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
source 'https://rubygems.org'

# Former standard gems, see https://stdgems.org/
gem 'ostruct' # Bundled gem since Ruby 3.4

# Runtime dependencies
gem 'cucumber', '~> 5.3.0'

Expand Down

0 comments on commit bf27bd6

Please sign in to comment.