From 7e9063d834e4d4bbae2e579aacb3601cb0640c2a Mon Sep 17 00:00:00 2001 From: Martin Fenner Date: Thu, 10 Jan 2019 20:24:09 +0100 Subject: [PATCH] updated maremma library. datacite/datacite#452 --- Gemfile.lock | 20 ++++++++++---------- config/initializers/_version.rb | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index aaab7a8f9..3c70d78c7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,8 +55,8 @@ GEM api-pagination (4.8.2) arel (9.0.0) aws-eventstream (1.0.1) - aws-partitions (1.128.0) - aws-sdk-core (3.44.1) + aws-partitions (1.130.0) + aws-sdk-core (3.44.2) aws-eventstream (~> 1.0) aws-partitions (~> 1.0) aws-sigv4 (~> 1.0) @@ -93,7 +93,7 @@ GEM latex-decode (~> 0.0) binding_of_caller (0.8.0) debug_inspector (>= 0.0.1) - bolognese (1.0.33) + bolognese (1.0.35) activesupport (>= 4.2.5, < 6) benchmark_methods (~> 0.7) bibtex-ruby (~> 4.1) @@ -171,7 +171,7 @@ GEM docopt (0.6.1) domain_name (0.5.20180417) unf (>= 0.0.5, < 1.0.0) - dotenv (2.5.0) + dotenv (2.6.0) ebnf (1.1.3) rdf (~> 3.0) sxp (~> 1.0) @@ -216,7 +216,7 @@ GEM faraday (>= 0.9) fast_jsonapi (1.5) activesupport (>= 4.2) - ffi (1.9.25) + ffi (1.10.0) flipper (0.16.0) flipper-active_support_cache_store (0.16.0) activesupport (>= 3.2, < 6) @@ -235,7 +235,7 @@ GEM htmlentities (4.3.4) http-cookie (1.0.3) domain_name (~> 0.5) - i18n (1.4.0) + i18n (1.5.1) concurrent-ruby (~> 1.0) i18n_data (0.8.0) iso8601 (0.9.1) @@ -284,7 +284,7 @@ GEM rest-client (~> 2.0.2) marcel (0.3.3) mimemagic (~> 0.3.2) - maremma (4.1.1) + maremma (4.2) activesupport (>= 4.2.5, < 6) addressable (>= 2.3.6) builder (~> 3.2, >= 3.2.2) @@ -304,9 +304,9 @@ GEM mini_mime (1.0.1) mini_portile2 (2.3.0) minitest (5.11.3) - money (6.13.1) + money (6.13.2) i18n (>= 0.6.4, <= 2) - msgpack (1.2.4) + msgpack (1.2.6) multi_json (1.13.1) multipart-post (2.0.0) mysql2 (0.4.10) @@ -415,7 +415,7 @@ GEM i18n ruby_dep (1.5.0) safe_yaml (1.0.4) - shoryuken (4.0.2) + shoryuken (4.0.3) aws-sdk-core (>= 2) concurrent-ruby thor diff --git a/config/initializers/_version.rb b/config/initializers/_version.rb index 31a11f80e..a2ca6f086 100644 --- a/config/initializers/_version.rb +++ b/config/initializers/_version.rb @@ -1,5 +1,5 @@ module Lupo class Application - VERSION = "2.3.5" + VERSION = "2.3.6" end end \ No newline at end of file