Skip to content

Commit

Permalink
update dry-validation to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
acmetech committed Jun 15, 2019
1 parent 725e909 commit 572feb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PATH
country_select (~> 4.0.0)
draper (~> 3.0.1)
dry-initializer (~> 3.0.1)
dry-validation (~> 1.0.0)
dry-validation (~> 1.1.0)
elasticsearch-rails (~> 6.0.0)
enumerize (~> 2.2.2)
jquery-rails (~> 4.3.3)
Expand Down Expand Up @@ -145,7 +145,7 @@ GEM
dry-equalizer (0.2.2)
dry-inflector (0.1.2)
dry-initializer (3.0.1)
dry-logic (1.0.0)
dry-logic (1.0.2)
concurrent-ruby (~> 1.0)
dry-core (~> 0.2)
dry-equalizer (~> 0.2)
Expand All @@ -164,7 +164,7 @@ GEM
dry-equalizer (~> 0.2, >= 0.2.2)
dry-inflector (~> 0.1, >= 0.1.2)
dry-logic (~> 1.0)
dry-validation (1.0.0)
dry-validation (1.1.0)
concurrent-ruby (~> 1.0)
dry-container (~> 0.7, >= 0.7.1)
dry-core (~> 0.4)
Expand Down Expand Up @@ -208,7 +208,7 @@ GEM
term-ansicolor
yard (~> 0.9.12)
jaro_winkler (1.5.2)
jquery-rails (4.3.3)
jquery-rails (4.3.5)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
Expand Down Expand Up @@ -326,7 +326,7 @@ GEM
request_store (1.4.1)
rack (>= 1.4)
require_all (2.0.0)
rspec-core (3.8.0)
rspec-core (3.8.1)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.4)
diff-lcs (>= 1.2.0, < 2.0)
Expand Down
2 changes: 1 addition & 1 deletion socializer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |s|
s.add_dependency("draper", "~> 3.0.1")

s.add_dependency("dry-initializer", "~> 3.0.1")
s.add_dependency("dry-validation", "~> 1.0.0")
s.add_dependency("dry-validation", "~> 1.1.0")

s.add_dependency("elasticsearch-rails", "~> 6.0.0")
s.add_dependency("enumerize", "~> 2.2.2")
Expand Down

0 comments on commit 572feb2

Please sign in to comment.