Skip to content

Commit

Permalink
update dry-initializer to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
acmetech committed Nov 11, 2019
1 parent 699287a commit e8060d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Expand Up @@ -7,7 +7,7 @@ PATH
coffee-rails (~> 5.0.0)
country_select (~> 4.0.0)
draper (~> 3.1.0)
dry-initializer (~> 3.0.1)
dry-initializer (~> 3.0.2)
dry-matcher (~> 0.8.2)
dry-monads (~> 1.3)
dry-validation (~> 1.3.1)
Expand Down Expand Up @@ -135,18 +135,18 @@ GEM
activemodel-serializers-xml (>= 1.0)
activesupport (>= 5.0)
request_store (>= 1.0)
dry-configurable (0.8.3)
dry-configurable (0.9.0)
concurrent-ruby (~> 1.0)
dry-core (~> 0.4, >= 0.4.7)
dry-container (0.7.2)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.1, >= 0.1.3)
dry-core (0.4.9)
concurrent-ruby (~> 1.0)
dry-equalizer (0.2.2)
dry-equalizer (0.3.0)
dry-inflector (0.2.0)
dry-initializer (3.0.1)
dry-logic (1.0.3)
dry-initializer (3.0.2)
dry-logic (1.0.5)
concurrent-ruby (~> 1.0)
dry-core (~> 0.2)
dry-equalizer (~> 0.2)
Expand All @@ -164,7 +164,7 @@ GEM
dry-initializer (~> 3.0)
dry-logic (~> 1.0)
dry-types (~> 1.2)
dry-types (1.2.0)
dry-types (1.2.1)
concurrent-ruby (~> 1.0)
dry-container (~> 0.3)
dry-core (~> 0.4, >= 0.4.4)
Expand Down
2 changes: 1 addition & 1 deletion socializer.gemspec
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |s|
s.add_dependency("country_select", "~> 4.0.0")
s.add_dependency("draper", "~> 3.1.0")

s.add_dependency("dry-initializer", "~> 3.0.1")
s.add_dependency("dry-initializer", "~> 3.0.2")
s.add_dependency("dry-matcher", "~> 0.8.2")
s.add_dependency("dry-monads", "~> 1.3")
s.add_dependency("dry-validation", "~> 1.3.1")
Expand Down

0 comments on commit e8060d8

Please sign in to comment.