From 0dc8b80141d61c92ec999298210dbf46d3ba9082 Mon Sep 17 00:00:00 2001 From: 15859157387 <977713017@qq.com> Date: Thu, 7 Sep 2023 09:22:25 +0800 Subject: [PATCH] support clang --- Gemfile | 2 -- Gemfile.lock | 5 +---- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 667c5d0..64fab26 100644 --- a/Gemfile +++ b/Gemfile @@ -39,8 +39,6 @@ gem 'redcarpet' gem 'cocoon' # for activerecord lists. Used for AttribValues gem 'acts_as_list' -# to parse a XML string into a ruby hash -gem 'xmlhash' # as authorization system gem 'pundit' # for password hashing diff --git a/Gemfile.lock b/Gemfile.lock index cf10042..fdbd9d5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -504,8 +504,6 @@ GEM websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - xmlhash (1.3.9) - pkg-config xmlrpc (0.3.3) webrick xpath (3.2.0) @@ -613,9 +611,8 @@ DEPENDENCIES view_component voight_kampff webmock - xmlhash xmlrpc yajl-ruby BUNDLED WITH - 2.4.10 + 2.3.26 -- Gitee