From 108c6badb362274935a44e34723a581c69558898 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 22:10:18 +0000 Subject: [PATCH] Bump rdf from 3.3.1 to 3.3.2 Bumps [rdf](https://github.com/ruby-rdf/rdf) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/ruby-rdf/rdf/releases) - [Commits](https://github.com/ruby-rdf/rdf/compare/3.3.1...3.3.2) --- updated-dependencies: - dependency-name: rdf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 3ece19d54..3853915ad 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'simple_form' # RDF stuff gem 'acts_as_rdfable', github: 'ualbertalib/acts_as_rdfable', tag: 'v0.5.0' -gem 'rdf', '~> 3.3.1' +gem 'rdf', '~> 3.3.2' gem 'rdf-n3', '~> 3.3.0' gem 'rdf-vocab', '~> 3.3.1' # this gem changed predicate names without warning, be cautious and test with migrations diff --git a/Gemfile.lock b/Gemfile.lock index 0097c1df1..4489c7de1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -446,8 +446,9 @@ GEM activesupport (>= 6.1.5) i18n rchardet (1.8.0) - rdf (3.3.1) + rdf (3.3.2) bcp47_spec (~> 0.2) + bigdecimal (~> 3.1, >= 3.1.5) link_header (~> 0.0, >= 0.0.8) rdf-aggregate-repo (3.3.0) rdf (~> 3.3) @@ -674,7 +675,7 @@ DEPENDENCIES pundit (= 2.4.0) rails (~> 7.1.3) ransack (= 4.2.1) - rdf (~> 3.3.1) + rdf (~> 3.3.2) rdf-isomorphic (~> 3.3.0) rdf-n3 (~> 3.3.0) rdf-vocab (~> 3.3.1)