Skip to content

Commit

Permalink
(PE-38079) Fix typo in json-schema component
Browse files Browse the repository at this point in the history
Incorrectly specified the wrong version (the sha is correct)
  • Loading branch information
donoghuc committed Apr 16, 2024
1 parent d81935b commit 176d4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/components/rubygem-json-schema.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
component "rubygem-json-schema" do |pkg, settings, platform|
pkg.version "4.3.1"
pkg.version "4.3.0"
pkg.sha256sum "ac35bfabf99eea2b8b45fbccbb714b399fbe7824c621fc985048a9c2e45d58d2"

instance_eval File.read('configs/components/_base-rubygem.rb')
Expand Down

0 comments on commit 176d4e0

Please sign in to comment.