From 80641d8ffe5bba6e9d4627ece6acf8488be1a3a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 23:08:28 +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 b3edded40..6cb438114 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 fb5358272..df2700304 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