diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-12-07 16:21:55 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-12-07 07:22:20 +0000 |
commit | a41d6c825c4b1ed5699fd7880edeb8d4adfa5197 (patch) | |
tree | 5919344e0067fc64bae4e1ca942a36279050d95a /lib | |
parent | ae76c8a11e707176a53c84016256646308f36207 (diff) |
[ruby/open-uri] Bump up 0.4.1
https://github.com/ruby/open-uri/commit/d72508a7f4
Diffstat (limited to 'lib')
-rw-r--r-- | lib/open-uri.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/open-uri.rb b/lib/open-uri.rb index 49488cfc8e..ba2379325f 100644 --- a/lib/open-uri.rb +++ b/lib/open-uri.rb @@ -91,7 +91,7 @@ end module OpenURI - VERSION = "0.4.0" + VERSION = "0.4.1" Options = { :proxy => true, |