Skip to content

Commit

Permalink
Merge pull request #3243 from ualbertalib/dependabot/bundler/master/r…
Browse files Browse the repository at this point in the history
…df-vocab-3.3.0

Bump rdf-vocab from 3.2.3 to 3.3.0
  • Loading branch information
murny authored Sep 27, 2023
2 parents d124fa7 + 994825e commit 2fb5f98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem 'simple_form'
gem 'acts_as_rdfable', github: 'ualbertalib/acts_as_rdfable', tag: '0.4.0'
gem 'rdf', '~> 3.3.1'
gem 'rdf-n3', '~> 3.2.1'
gem 'rdf-vocab', '~> 3.2.3' # this gem changed predicate names without warning, be cautious and test with migrations
gem 'rdf-vocab', '~> 3.3.0' # this gem changed predicate names without warning, be cautious and test with migrations

# Database stuff
gem 'connection_pool'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@ GEM
rdf (~> 3.2)
sparql (~> 3.2)
sxp (~> 1.2)
rdf-vocab (3.2.3)
rdf (~> 3.2, >= 3.2.4)
rdf-vocab (3.3.0)
rdf (~> 3.3)
rdf-xsd (3.2.0)
rdf (~> 3.2)
rexml (~> 3.2)
Expand Down Expand Up @@ -679,7 +679,7 @@ DEPENDENCIES
rdf (~> 3.3.1)
rdf-isomorphic (~> 3.3.0)
rdf-n3 (~> 3.2.1)
rdf-vocab (~> 3.2.3)
rdf-vocab (~> 3.3.0)
redcarpet (~> 3.6)
redis (~> 4.8)
rollbar
Expand Down

0 comments on commit 2fb5f98

Please sign in to comment.