Skip to content

Commit

Permalink
Bump rdf from 3.3.1 to 3.3.2
Browse files Browse the repository at this point in the history
Bumps [rdf](https://github.com/ruby-rdf/rdf) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/ruby-rdf/rdf/releases)
- [Commits](ruby-rdf/rdf@3.3.1...3.3.2)

---
updated-dependencies:
- dependency-name: rdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 2deb6b0 commit cb41680
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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'

# RDF stuff
gem 'acts_as_rdfable', github: 'ualbertalib/acts_as_rdfable', tag: 'v0.5.0'
gem 'rdf', '~> 3.3.1'
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

Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,9 @@ GEM
activesupport (>= 6.1.5)
i18n
rchardet (1.8.0)
rdf (3.3.1)
rdf (3.3.2)
bcp47_spec (~> 0.2)
bigdecimal (~> 3.1, >= 3.1.5)
link_header (~> 0.0, >= 0.0.8)
rdf-aggregate-repo (3.3.0)
rdf (~> 3.3)
Expand Down Expand Up @@ -676,7 +677,7 @@ DEPENDENCIES
pundit (= 2.3.2)
rails (~> 7.1.3)
ransack (= 4.2.0)
rdf (~> 3.3.1)
rdf (~> 3.3.2)
rdf-isomorphic (~> 3.3.0)
rdf-n3 (~> 3.3.0)
rdf-vocab (~> 3.3.1)
Expand Down

0 comments on commit cb41680

Please sign in to comment.