Skip to content

Commit 3e14ca6

Browse files
authored
Merge pull request #48 from OpenVoxProject/binford2k-patch-1
Update webrick
2 parents 6581796 + ca0d5df commit 3e14ca6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/components/rubygem-webrick.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# https://github.com/ruby/webrick/releases
55
#####
66
component 'rubygem-webrick' do |pkg, settings, platform|
7-
pkg.version '1.8.1'
8-
pkg.md5sum 'e02304c5eafc47d2fb393bba891c538f'
7+
pkg.version '1.8.2'
8+
pkg.md5sum 'adbdcb13788330c40b54c1134bf5d7a7'
99

1010
instance_eval File.read('configs/components/_base-rubygem.rb')
1111
end

0 commit comments

Comments
 (0)