From 7d5f57ea0134062173840c30cfc4564a58381dd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sun, 28 Apr 2019 17:51:23 +0000 Subject: [PATCH] Update ruby_dep requirement from 1.3.1 to 1.5.0 Updates the requirements on [ruby_dep](https://github.com/e2/ruby_dep) to permit the latest version. - [Release notes](https://github.com/e2/ruby_dep/releases) - [Commits](https://github.com/e2/ruby_dep/compare/v1.3.1...v1.5.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 8e80a7a1f..ccfc11bc9 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ group :development, :test do gem 'coveralls' gem 'overcommit' - gem 'ruby_dep', '1.3.1' + gem 'ruby_dep', '1.5.0' platforms :mri, :mingw do gem 'pry', require: false