From 21edca99983bf167ed7f36c31349edb53dc59521 Mon Sep 17 00:00:00 2001 From: ulferts Date: Tue, 25 Aug 2020 14:01:45 +0200 Subject: [PATCH] bump date_validator --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 478ba9087a5..ff9fa91e45e 100644 --- a/Gemfile +++ b/Gemfile @@ -95,7 +95,7 @@ gem 'semantic', '~> 1.6.1' # used for statistics on svn repositories gem 'svg-graph', '~> 2.2.0' -gem 'date_validator', '~> 0.9.0' +gem 'date_validator', '~> 0.10.0' gem 'ruby-duration', '~> 3.2.0' # provide compatible filesystem information for available storage diff --git a/Gemfile.lock b/Gemfile.lock index 2df470cc668..5e2058012d0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -418,9 +418,9 @@ GEM danger-plugin-api (1.0.0) danger (> 2.0) database_cleaner (1.8.5) - date_validator (0.9.0) - activemodel - activesupport + date_validator (0.10.0) + activemodel (>= 3) + activesupport (>= 3) debug_inspector (0.0.3) deckar01-task_list (2.3.1) html-pipeline @@ -1013,7 +1013,7 @@ DEPENDENCIES danger-brakeman dashboards! database_cleaner (~> 1.8) - date_validator (~> 0.9.0) + date_validator (~> 0.10.0) deckar01-task_list (~> 2.3.1) delayed_cron_job (~> 0.7.2) delayed_job_active_record (~> 4.1.4)