Skip to content

Commit

Permalink
Bump rdf-vocab from 3.3.1 to 3.3.2
Browse files Browse the repository at this point in the history
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](ruby-rdf/rdf-vocab@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent ee1f66e commit 80641d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 80641d8

Please sign in to comment.