Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Update config: 1.4.0 → 1.6.1 (minor) #25

Merged
merged 1 commit into from Jan 20, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
32 changes: 31 additions & 1 deletion Gemfile.lock
Expand Up @@ -84,9 +84,10 @@ GEM
colorize (0.8.1)
concurrent-ruby (1.0.5)
concurrent-ruby (1.0.5-java)
config (1.4.0)
config (1.6.1)
activesupport (>= 3.0)
deep_merge (~> 1.1.1)
dry-validation (>= 0.10.4)
coveralls (0.8.21)
json (>= 1.8, < 3)
simplecov (~> 0.14.1)
Expand All @@ -107,6 +108,33 @@ GEM
devise-encryptable (0.2.0)
devise (>= 2.1.0)
docile (1.1.5)
dry-configurable (0.7.0)
concurrent-ruby (~> 1.0)
dry-container (0.6.0)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.1, >= 0.1.3)
dry-core (0.4.2)
concurrent-ruby (~> 1.0)
dry-equalizer (0.2.0)
dry-logic (0.4.2)
dry-container (~> 0.2, >= 0.2.6)
dry-core (~> 0.2)
dry-equalizer (~> 0.2)
dry-types (0.12.2)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.1)
dry-container (~> 0.3)
dry-core (~> 0.2, >= 0.2.1)
dry-equalizer (~> 0.2)
dry-logic (~> 0.4, >= 0.4.2)
inflecto (~> 0.0.0, >= 0.0.2)
dry-validation (0.11.1)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.1, >= 0.1.3)
dry-core (~> 0.2, >= 0.2.1)
dry-equalizer (~> 0.2)
dry-logic (~> 0.4, >= 0.4.0)
dry-types (~> 0.12.0)
elasticsearch (5.0.4)
elasticsearch-api (= 5.0.4)
elasticsearch-transport (= 5.0.4)
Expand Down Expand Up @@ -142,6 +170,7 @@ GEM
hike (1.2.3)
i18n (0.9.1)
concurrent-ruby (~> 1.0)
inflecto (0.0.2)
inherited_resources (1.4.1)
has_scope (~> 0.6.0.rc)
responders (~> 1.0.0.rc)
Expand All @@ -162,6 +191,7 @@ GEM
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.25.1)
minitest (4.7.5)
multi_json (1.13.1)
multipart-post (2.0.0)
mysql2 (0.4.10)
Expand Down