From 4e97ad0eaa5d84932ad57a45c99ed129f972678c Mon Sep 17 00:00:00 2001 From: Petko Bordjukov Date: Mon, 28 Oct 2019 12:37:32 +0200 Subject: [PATCH] Introduce a dependency on icalendar --- Gemfile | 2 ++ Gemfile.lock | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/Gemfile b/Gemfile index 7667513..bdd228a 100644 --- a/Gemfile +++ b/Gemfile @@ -64,6 +64,8 @@ gem "rqrcode" gem "draper" +gem "icalendar" + group :development do gem "spring" gem "spring-commands-rspec" diff --git a/Gemfile.lock b/Gemfile.lock index 13ae451..ca9181d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -197,6 +197,9 @@ GEM rails-i18n rainbow (>= 2.2.2, < 4.0) terminal-table (>= 1.5.1) + icalendar (2.5.3) + ice_cube (~> 0.16) + ice_cube (0.16.3) image_processing (1.9.3) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.13, < 3) @@ -472,6 +475,7 @@ DEPENDENCIES globalize guard-rspec i18n-tasks + icalendar image_processing jbuilder jquery-datatables-rails