From 57fcce74ad4421ccd0d14cf0e00948a14d168aba Mon Sep 17 00:00:00 2001 From: "E. Lynette Rayle" Date: Thu, 4 Nov 2021 12:04:12 -0400 Subject: [PATCH] release v6.5.0 * update to qa v5.7.0 * add fetch action allowing for uri parameter * add optional URI to locally defined yml file authorities --- CHANGELOG.md | 6 ++++ Gemfile.lock | 56 +++++++++++++++++++++------------ config/locales/qa_server.en.yml | 2 +- 3 files changed, 43 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f453ffe..488293c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 6.5.0 (2021-11-04) + +* update to qa v5.7.0 + * add fetch action allowing for uri parameter + * add optional URI to locally defined yml file authorities + ### 6.4.1 (2021-11-03) * update swagger api doc to include local and module authorities diff --git a/Gemfile.lock b/Gemfile.lock index e02531f..2e22ec1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,7 +33,7 @@ GEM activemodel (= 5.2.6) activesupport (= 5.2.6) arel (>= 9.0) - activerecord-import (1.0.7) + activerecord-import (1.2.0) activerecord (>= 3.2) activestorage (5.2.6) actionpack (= 5.2.6) @@ -81,7 +81,7 @@ GEM crass (1.0.6) database_cleaner (1.8.3) debug_inspector (0.0.3) - deprecation (1.0.0) + deprecation (1.1.0) activesupport diff-lcs (1.3) docile (1.3.2) @@ -104,13 +104,29 @@ GEM railties (>= 3.0.0) faker (2.10.2) i18n (>= 1.6, < 2) - faraday (1.1.0) + faraday (1.8.0) + faraday-em_http (~> 1.0) + faraday-em_synchrony (~> 1.0) + faraday-excon (~> 1.1) + faraday-httpclient (~> 1.0.1) + faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.1) + faraday-patron (~> 1.0) + faraday-rack (~> 1.0) multipart-post (>= 1.2, < 3) - ruby2_keywords + ruby2_keywords (>= 0.0.4) + faraday-em_http (1.0.0) + faraday-em_synchrony (1.0.0) + faraday-excon (1.1.0) + faraday-httpclient (1.0.1) + faraday-net_http (1.0.1) + faraday-net_http_persistent (1.2.0) + faraday-patron (1.0.0) + faraday-rack (1.0.0) ffi (1.15.1) - geocoder (1.6.4) - globalid (0.4.2) - activesupport (>= 4.2.0) + geocoder (1.7.0) + globalid (0.5.2) + activesupport (>= 5.0) gruff (0.13.0) histogram rmagick @@ -121,7 +137,7 @@ GEM concurrent-ruby (~> 1.0) histogram (0.2.4.1) htmlentities (4.3.4) - i18n (1.8.10) + i18n (1.8.11) concurrent-ruby (~> 1.0) jbuilder (2.10.0) activesupport (>= 5.0.0) @@ -182,14 +198,14 @@ GEM activesupport (>= 4) railties (>= 4) request_store (~> 1.0) - loofah (2.10.0) + loofah (2.12.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) mini_mime (>= 0.1.1) - marcel (1.0.1) + marcel (1.0.2) method_source (1.0.0) - mini_mime (1.1.0) + mini_mime (1.1.2) mini_portile2 (2.6.1) minitest (5.14.4) multi_json (1.14.1) @@ -211,21 +227,21 @@ GEM public_suffix (4.0.6) puma (4.3.9) nio4r (~> 2.0) - qa (5.5.2) + qa (5.7.0) activerecord-import deprecation faraday geocoder ldpath nokogiri (~> 1.6) - rails (>= 5.0, < 6.1) + rails (>= 5.0, < 6.2) rdf qa_server (7.9.2) gruff rails (~> 5.2, >= 5.2.5) sass-rails (~> 5.0) useragent - racc (1.5.2) + racc (1.6.0) rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -249,7 +265,7 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.3.0) + rails-html-sanitizer (1.4.2) loofah (~> 2.3) railties (5.2.6) actionpack (= 5.2.6) @@ -258,11 +274,11 @@ GEM rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) rainbow (3.0.0) - rake (13.0.3) + rake (13.0.6) rb-fsevent (0.11.0) rb-inotify (0.10.1) ffi (~> 1.0) - rdf (3.1.7) + rdf (3.1.15) hamster (~> 3.0) link_header (~> 0.0, >= 0.0.8) rdf-aggregate-repo (3.1.0) @@ -353,7 +369,7 @@ GEM rubocop-rspec (1.22.2) rubocop (>= 0.52.1) ruby-progressbar (1.10.1) - ruby2_keywords (0.0.2) + ruby2_keywords (0.0.5) sass (3.7.4) sass-listen (~> 4.0.0) sass-listen (4.0.0) @@ -426,7 +442,7 @@ GEM activemodel (>= 5.0) bindex (>= 0.4.0) railties (>= 5.0) - websocket-driver (0.7.4) + websocket-driver (0.7.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) xray-rails (0.3.2) @@ -473,4 +489,4 @@ DEPENDENCIES xray-rails BUNDLED WITH - 2.2.7 + 2.2.17 diff --git a/config/locales/qa_server.en.yml b/config/locales/qa_server.en.yml index e0f5d14..c9fd24a 100644 --- a/config/locales/qa_server.en.yml +++ b/config/locales/qa_server.en.yml @@ -1,7 +1,7 @@ --- en: qa_server: - application_version: "6.4.1" + application_version: "6.5.0" application_name: "LD4P Authority Lookup Service" footer: copyright_html: "Copyright © 2018-2021 Cornell Licensed under the Apache License, Version 2.0"