Skip to content

Commit

Permalink
Debug again
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahchen6 committed Nov 1, 2024
1 parent a41bdd3 commit ccbdf04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/images/primary/binary_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5
6
6 changes: 4 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ namespace :test do
end
end

sh("gem list")
sh("bundle show")
sh('gem -v')
sh('bundler -v')
sh('gem list')
sh('bundle show')

candidates.each do |appraisal_group, _|
command = if appraisal_group.empty?
Expand Down

0 comments on commit ccbdf04

Please sign in to comment.