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 c04006a82..a7249e687 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