From 7b109f0161036f8b27565ecb3de2efdad6133d4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 22:18:55 +0000 Subject: [PATCH] Bump rdf-vocab from 3.3.1 to 3.3.2 Bumps [rdf-vocab](https://github.com/ruby-rdf/rdf-vocab) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/ruby-rdf/rdf-vocab/releases) - [Commits](https://github.com/ruby-rdf/rdf-vocab/compare/3.3.1...3.3.2) --- updated-dependencies: - dependency-name: rdf-vocab dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c6fd96486..21cf8483e 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'simple_form' gem 'acts_as_rdfable', github: 'ualbertalib/acts_as_rdfable', tag: 'v0.5.0' 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 +gem 'rdf-vocab', '~> 3.3.2' # this gem changed predicate names without warning, be cautious and test with migrations # Database stuff gem 'connection_pool' diff --git a/Gemfile.lock b/Gemfile.lock index ea3faaf90..94cec236c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -459,7 +459,7 @@ GEM rdf (~> 3.3) sparql (~> 3.3) sxp (~> 1.3) - rdf-vocab (3.3.1) + rdf-vocab (3.3.2) rdf (~> 3.3) rdf-xsd (3.3.0) rdf (~> 3.3) @@ -678,7 +678,7 @@ DEPENDENCIES rdf (~> 3.3.2) rdf-isomorphic (~> 3.3.0) rdf-n3 (~> 3.3.0) - rdf-vocab (~> 3.3.1) + rdf-vocab (~> 3.3.2) redcarpet (~> 3.6) redis (~> 4.8) rollbar