Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump acts_as_rdfable from 0.4.0 to v0.5.0 #3291

Merged
merged 5 commits into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gem 'active_link_to'
gem 'simple_form'

# RDF stuff
gem 'acts_as_rdfable', github: 'ualbertalib/acts_as_rdfable', tag: '0.4.0'
gem 'acts_as_rdfable', github: 'ualbertalib/acts_as_rdfable', tag: 'v0.5.0'
gem 'rdf', '~> 3.3.1'
gem 'rdf-n3', '~> 3.3.0'
gem 'rdf-vocab', '~> 3.3.0' # this gem changed predicate names without warning, be cautious and test with migrations
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/ualbertalib/acts_as_rdfable.git
revision: 1ea0065f78b500b1503460c8e0923dfa86472df8
tag: 0.4.0
revision: e7ae5f76157139bae3804230a0d789affee1a9af
tag: v0.5.0
specs:
acts_as_rdfable (0.2.1)
acts_as_rdfable (0.5.0)
rails (>= 5.2.3)
seed_dump (~> 3.3, >= 3.3.1)

Expand Down Expand Up @@ -174,7 +174,7 @@ GEM
no_proxy_fix
octokit (>= 6.0)
terminal-table (>= 1, < 4)
date (3.3.3)
date (3.3.4)
debug_inspector (1.1.0)
declarative (0.0.20)
differ (0.1.2)
Expand Down Expand Up @@ -321,7 +321,7 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.5.3)
loofah (2.21.4)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -346,14 +346,14 @@ GEM
nap (1.1.0)
net-http-persistent (4.0.2)
connection_pool (~> 2.2)
net-imap (0.3.7)
net-imap (0.4.5)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
net-protocol (0.2.2)
timeout
net-smtp (0.3.3)
net-smtp (0.4.0)
net-protocol
nio4r (2.5.9)
no_proxy_fix (0.1.2)
Expand Down Expand Up @@ -434,7 +434,7 @@ GEM
rake (>= 12.2)
thor (~> 1.0)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
ransack (4.1.1)
activerecord (>= 6.1.5)
activesupport (>= 6.1.5)
Expand Down Expand Up @@ -585,7 +585,7 @@ GEM
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thor (1.3.0)
timeout (0.4.0)
timeout (0.4.1)
trailblazer-option (0.1.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand Down
Loading