]> cat aescling's git repositories - mastodon.git/commitdiff
Bump rdf-normalize from 0.3.3 to 0.4.0 (#12785)
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Fri, 10 Jan 2020 22:02:16 +0000 (07:02 +0900)
committerYamagishi Kazutoshi <ykzts@desire.sh>
Fri, 10 Jan 2020 22:02:16 +0000 (07:02 +0900)
Bumps [rdf-normalize](https://github.com/gkellogg/rdf-normalize) from 0.3.3 to 0.4.0.
- [Release notes](https://github.com/gkellogg/rdf-normalize/releases)
- [Commits](https://github.com/gkellogg/rdf-normalize/compare/0.3.3...0.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index c16ff8e2f07f7449132b0fc48e384f90b577e3ab..e4946115af302d665da8a918ea0321529fb603de 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -102,7 +102,7 @@ gem 'webpush'
 
 gem 'json-ld', git: 'https://github.com/ruby-rdf/json-ld.git', ref: 'e742697a0906e74e8bb777ef98137bc3955d981d'
 gem 'json-ld-preloaded', '~> 3.0'
-gem 'rdf-normalize', '~> 0.3'
+gem 'rdf-normalize', '~> 0.4'
 
 group :development, :test do
   gem 'fabrication', '~> 2.21'
index aed327dbadcfbebe6a06ded0f546761e09dcf87c..5a881fe87d1a53255544fbcfba257d18282921a2 100644 (file)
@@ -504,11 +504,11 @@ GEM
       thor (>= 0.19.0, < 2.0)
     rainbow (3.0.0)
     rake (13.0.1)
-    rdf (3.0.13)
+    rdf (3.1.0)
       hamster (~> 3.0)
       link_header (~> 0.0, >= 0.0.8)
-    rdf-normalize (0.3.3)
-      rdf (>= 2.2, < 4.0)
+    rdf-normalize (0.4.0)
+      rdf (~> 3.1)
     redis (4.1.3)
     redis-actionpack (5.0.2)
       actionpack (>= 4.0, < 6)
@@ -771,7 +771,7 @@ DEPENDENCIES
   rails-controller-testing (~> 1.0)
   rails-i18n (~> 5.1)
   rails-settings-cached (~> 0.6)
-  rdf-normalize (~> 0.3)
+  rdf-normalize (~> 0.4)
   redis (~> 4.1)
   redis-namespace (~> 1.7)
   redis-rails (~> 5.0)