Skip to content

Commit

Permalink
Require ostruct in Dangerfile (#16317)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmtolmach authored Apr 12, 2024
1 parent 1ce96b5 commit 1a95a09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dangerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require 'ostruct'

module VSPDanger
HEAD_SHA = `git rev-parse --abbrev-ref HEAD`.chomp.freeze
BASE_SHA = 'origin/master'
Expand Down

0 comments on commit 1a95a09

Please sign in to comment.