From c6a839cd64452c1f6dece806b72bf6ecd9c57eac Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Fri, 24 Aug 2018 17:30:35 +0200 Subject: [PATCH] Add the groupdate gem --- Gemfile | 2 ++ Gemfile.lock | 3 +++ 2 files changed, 5 insertions(+) diff --git a/Gemfile b/Gemfile index b0b7133c9..a2dcf01fe 100644 --- a/Gemfile +++ b/Gemfile @@ -84,6 +84,8 @@ gem "premailer-rails" gem 'smart_listing' +gem 'groupdate' + gem 'bootstrap-wysihtml5-rails', '~> 0.3.3.8' gem 'spreadsheet_architect', '~> 1.4.8' # https://github.com/westonganger/spreadsheet_architect/issues/14 diff --git a/Gemfile.lock b/Gemfile.lock index 47f448442..2d43f9b81 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -369,6 +369,8 @@ GEM formatador (0.2.5) globalid (0.4.1) activesupport (>= 4.2.0) + groupdate (4.0.1) + activesupport (>= 4.2) guard (2.14.2) formatador (>= 0.2.4) listen (>= 2.7, < 4.0) @@ -834,6 +836,7 @@ DEPENDENCIES fog fog-openstack font-awesome-rails + groupdate guard guard-livereload guard-rspec