summaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-27 20:25:18 +0900
committerGitHub <noreply@github.com>2022-01-27 20:25:18 +0900
commitdf78d83e951286c7a7453aa88c1f6a25b76485b3 (patch)
tree0c98dbf4efa4a174636fa8b5ac722646b6549d4b /Gemfile.lock
parent166cc5b89d60f8e2e1f748df86ff8a9003a4876e (diff)
Bump rdf-normalize from 0.4.0 to 0.5.0 (#17226)
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>
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 5be4a4639da..ba8dbc3afe6 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -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)