Skip to content

Commit

Permalink
bundle list
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed Sep 18, 2024
1 parent ca27a7c commit a0be959
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ruby-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ jobs:
ruby -v
gem install bundler
bundle install --jobs 4 --retry 3
bundle list
bundle exec rake ${{matrix.task}}
1 change: 1 addition & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
ruby -v
gem install bundler
bundle install
bundle list
bundle exec rake ${{matrix.task}}
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PATH
logger (>= 1.3.0)
parser (>= 3.1)
rainbow (>= 2.2.2, < 4.0)
rbs (~> 3.6.0.dev)
rbs (~> 3.6.0.pre)
securerandom (>= 0.1)
strscan (>= 1.0.0)
terminal-table (>= 2, < 4)
Expand Down

0 comments on commit a0be959

Please sign in to comment.