From c1f55fd734f4afae226e7e82899e24448f928863 Mon Sep 17 00:00:00 2001 From: echarp Date: Sun, 4 Aug 2019 20:49:46 +0200 Subject: [PATCH] Bundle update --- Gemfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 0f9c2d9d..d8620c84 100644 --- a/Gemfile +++ b/Gemfile @@ -14,8 +14,7 @@ gem 'simple_calendar' gem 'icalendar' # The recurrence management library -# Using a forked one, that corrects https://github.com/seejohnrun/ice_cube/issues/431 -gem 'ice_cube', github: 'Promptus/ice_cube' +gem 'ice_cube' gem 'rails', '>= 5.1.4'