Skip to content

Commit

Permalink
(CAT-1871) Add strscan as a PDK dependency for windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
david22swan committed May 21, 2024
1 parent 02d98a9 commit e5ea11d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions configs/components/rubygem-strscan.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
component "rubygem-strscan" do |pkg, settings, platform|
pkg.version "3.1.0"
pkg.sha256sum 'dd0dbc68343a73f670e9f5b3f9e164e4ecfa8b9173dfb5ffc6e5032fc4f709be'

instance_eval File.read('configs/components/_base-rubygem.rb')
end
1 change: 1 addition & 0 deletions configs/projects/_pdk-components.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
# Childprocess and deps
proj.component 'rubygem-childprocess'
proj.component 'rubygem-hitimes'
proj.component 'rubygem-strscan' if platform.is_windows?

## tty-reader and deps
proj.component 'rubygem-tty-screen'
Expand Down

0 comments on commit e5ea11d

Please sign in to comment.