From d75aca48912a0a211ca90a8d04e05ddf818dfef8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 02:42:48 +0000 Subject: [PATCH] Bump dry-inflector from 0.1.2 to 0.2.0 Bumps [dry-inflector](https://github.com/dry-rb/dry-inflector) from 0.1.2 to 0.2.0. - [Release notes](https://github.com/dry-rb/dry-inflector/releases) - [Changelog](https://github.com/dry-rb/dry-inflector/blob/master/CHANGELOG.md) - [Commits](https://github.com/dry-rb/dry-inflector/compare/v0.1.2...v0.2.0) Signed-off-by: dependabot-preview[bot] --- gems.locked | 4 ++-- gems.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gems.locked b/gems.locked index 17c91bd..05e7fc9 100644 --- a/gems.locked +++ b/gems.locked @@ -9,7 +9,7 @@ GEM unicode_utils (~> 1.4) diff-lcs (1.3) dotenv (2.5.0) - dry-inflector (0.1.2) + dry-inflector (0.2.0) equatable (0.5.0) ffi (1.9.25) github-markup (2.0.1) @@ -107,7 +107,7 @@ PLATFORMS ruby DEPENDENCIES - dry-inflector (~> 0.1) + dry-inflector (~> 0.2) github-markup (~> 2.0) interesting_methods (~> 0.1) kamaze-project (~> 1.0, >= 1.0.3) diff --git a/gems.rb b/gems.rb index 772a0b0..4cc495b 100644 --- a/gems.rb +++ b/gems.rb @@ -4,7 +4,7 @@ source 'https://rubygems.org' group :default do - gem 'dry-inflector', '~> 0.1' + gem 'dry-inflector', '~> 0.2' end group :development do