diff --git a/Gemfile b/Gemfile index bf76072..33c2c9b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ # Edit this Gemfile to bundle your application's dependencies. # This preamble is the current preamble for Rails 3 apps; edit as needed. -source 'https://rubygems.org' +source 'https://mirrors.huaweicloud.com/repository/rubygems' gem 'rails', '~> 5.2' diff --git a/Gemfile.lock.aarch64 b/Gemfile.lock.aarch64 index 8fea695..3853f60 100644 --- a/Gemfile.lock.aarch64 +++ b/Gemfile.lock.aarch64 @@ -1,5 +1,5 @@ GEM - remote: https://rubygems.org/ + remote: https://anonymous:devcloud@mirrors.huaweicloud.com/repository/rubygems/ specs: actioncable (5.2.7) actionpack (= 5.2.7) @@ -476,7 +476,7 @@ GEM websocket-driver (0.7.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - xmlhash (1.3.7) + xmlhash (1.3.8) pkg-config xmlrpc (0.3.2) webrick @@ -589,4 +589,4 @@ DEPENDENCIES yajl-ruby BUNDLED WITH - 2.2.32 + 2.2.33 diff --git a/Gemfile.lock.x86 b/Gemfile.lock.x86 index 5383d6f..adaaf2a 100644 --- a/Gemfile.lock.x86 +++ b/Gemfile.lock.x86 @@ -476,7 +476,7 @@ GEM websocket-driver (0.7.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - xmlhash (1.3.7) + xmlhash (1.3.8) pkg-config xmlrpc (0.3.2) webrick @@ -589,4 +589,4 @@ DEPENDENCIES yajl-ruby BUNDLED WITH - 2.2.32 + 2.2.33 diff --git a/obs-bundled-gems.spec b/obs-bundled-gems.spec index 252f40c..5fad7fd 100644 --- a/obs-bundled-gems.spec +++ b/obs-bundled-gems.spec @@ -19,7 +19,7 @@ %global rack_version 2.2.3 Name: obs-bundled-gems Version: 2.10.1 -Release: 4 +Release: 5 Summary: The Open Build Service -- Bundled Gems License: GPL-2.0-only OR GPL-3.0-only URL: http://www.openbuildservice.org @@ -139,6 +139,9 @@ done %doc README %changelog +* Thu May 12 2022 wangkai 2.10.1-5 +- Update xmlhash to 1.3.8 + * Mon Mar 21 2022 Ge Wang 2.10.1-4 - Fix compilation failed due to ruby and some rubygems upgraded diff --git a/verdor.obscpio b/verdor.obscpio index b02af23..2dfc908 100644 Binary files a/verdor.obscpio and b/verdor.obscpio differ