]> cat aescling's git repositories - mastodon.git/commitdiff
Bump rdf-normalize from 0.4.0 to 0.5.0 (#17226)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 27 Jan 2022 11:25:18 +0000 (20:25 +0900)
committerGitHub <noreply@github.com>
Thu, 27 Jan 2022 11:25:18 +0000 (20:25 +0900)
Bumps [rdf-normalize](https://github.com/ruby-rdf/rdf-normalize) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/ruby-rdf/rdf-normalize/releases)
- [Commits](https://github.com/ruby-rdf/rdf-normalize/compare/0.4.0...0.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index 9baefcf74eab6881e1802f48b074cf867dafa7c0..542af123e16a603edbe1076372f76f05e33520a5 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -97,7 +97,7 @@ gem 'webauthn', '~> 3.0.0.alpha1'
 
 gem 'json-ld'
 gem 'json-ld-preloaded', '~> 3.2'
-gem 'rdf-normalize', '~> 0.4'
+gem 'rdf-normalize', '~> 0.5'
 
 group :development, :test do
   gem 'fabrication', '~> 2.24'
index 5be4a4639da9723002a0c79fda58a6657bb6cd5f..ba8dbc3afe6738019b9947c4f1767712948df449 100644 (file)
@@ -491,8 +491,8 @@ GEM
     rake (13.0.6)
     rdf (3.2.3)
       link_header (~> 0.0, >= 0.0.8)
-    rdf-normalize (0.4.0)
-      rdf (~> 3.1)
+    rdf-normalize (0.5.0)
+      rdf (~> 3.2)
     redis (4.5.1)
     redis-namespace (1.8.1)
       redis (>= 3.0.4)
@@ -766,7 +766,7 @@ DEPENDENCIES
   rails-controller-testing (~> 1.0)
   rails-i18n (~> 6.0)
   rails-settings-cached (~> 0.6)
-  rdf-normalize (~> 0.4)
+  rdf-normalize (~> 0.5)
   redis (~> 4.5)
   redis-namespace (~> 1.8)
   rexml (~> 3.2)