Skip to content

Commit

Permalink
Change to using bundle exec
Browse files Browse the repository at this point in the history
  • Loading branch information
meatball133 committed Nov 11, 2024
1 parent bbad039 commit b6d2e9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/generator-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
ruby-version: "3.3"
bundler-cache: true
- name: Verify templates
run: bundle install
- name: Verify templates
run: ruby ./bin/generate --verify
run: bundle exec ./bin/generate --verify
test-generator:
name: Test Generator
runs-on: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'base64'
gem 'minitest'
gem 'rake'
gem 'toml-rb'
gem 'toml-rb', require: false
gem 'mocha', require: false
gem 'rubocop', '~> 1.68.0', require: false
gem 'rubocop-minitest', require: false
Expand Down

0 comments on commit b6d2e9e

Please sign in to comment.