Skip to content

Bump dry-logic from 1.0.6 to 1.0.7

James Nutt requested to merge dependabot-bundler-dry-logic-1.0.7 into master

Bumps dry-logic from 1.0.6 to 1.0.7.

Release notes

Sourced from dry-logic's releases.

v1.0.7

Added

  • A new uri? predicate that you can use to verify URI strings, ie uri?("https", "https://dry-rb.org") (@nerburish)
  • New predicates: uuid_v1?, uuid_v2?, uuid_v3? and uuid_v5? (via #75) (@jamesbrauman)

Compare v1.0.6...v1.0.7

Changelog

Sourced from dry-logic's changelog.

1.0.7 2020-08-13

Added

  • A new uri? predicate that you can use to verify URI strings, ie uri?("https", "https://dry-rb.org") (@nerburish)
  • New predicates: uuid_v1?, uuid_v2?, uuid_v3? and uuid_v5? (via #75) (@jamesbrauman)

Compare v1.0.6...v1.0.7

Commits
  • a9b4ba4 Set version back to 1.0.7
  • 9e71001 [devtools] sync
  • 1a9f1af Update changelog.yml
  • 0f53c86 Bump dry-logic to 1.0.8
  • 778d4ef [devtools] sync
  • d64d598 rubocop --safe-auto-correct lib spec
  • 57e4fe2 Update changelog.yml
  • 4aed6a3 [devtools] sync
  • 9d0d2f5 [devtools] update changelog.yml from d9938d91c380b6f15d7fdf5c4fc5da86e223b189
  • d9938d9 Merge pull request #75 from jamesbrauman/uuids
  • Additional commits viewable in compare view

Merge request reports