Skip to content

Commit

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

Bump rdf from 3.2.9 to 3.3.1
  • Loading branch information
murny authored Sep 25, 2023
2 parents 78da2fd + 61c1949 commit f04a470
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem 'simple_form'

# RDF stuff
gem 'acts_as_rdfable', github: 'ualbertalib/acts_as_rdfable', tag: '0.4.0'
gem 'rdf', '~> 3.2.9'
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

Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ GEM
amazing_print (1.4.0)
ast (2.4.2)
base64 (0.1.1)
bcp47_spec (0.2.1)
bcrypt (3.1.19)
better_errors (2.10.1)
erubi (>= 1.0.0)
Expand Down Expand Up @@ -446,7 +447,8 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
rchardet (1.8.0)
rdf (3.2.9)
rdf (3.3.1)
bcp47_spec (~> 0.2)
link_header (~> 0.0, >= 0.0.8)
rdf-aggregate-repo (3.2.0)
rdf (~> 3.2)
Expand Down Expand Up @@ -674,7 +676,7 @@ DEPENDENCIES
pundit (= 1.1.0)
rails (~> 6.1.7)
ransack (= 4.0.0)
rdf (~> 3.2.9)
rdf (~> 3.3.1)
rdf-isomorphic (~> 3.2.1)
rdf-n3 (~> 3.2.1)
rdf-vocab (~> 3.2.3)
Expand Down

0 comments on commit f04a470

Please sign in to comment.