Skip to content

Commit

Permalink
updated maremma library. datacite/datacite#452
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Jan 10, 2019
1 parent 18de5c1 commit 7e9063d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/_version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Lupo
class Application
VERSION = "2.3.5"
VERSION = "2.3.6"
end
end

0 comments on commit 7e9063d

Please sign in to comment.