Add the groupdate gem

This commit is contained in:
gregoirenovel 2018-08-24 17:30:35 +02:00
parent f381d45d1a
commit c6a839cd64
2 changed files with 5 additions and 0 deletions

View file

@ -84,6 +84,8 @@ gem "premailer-rails"
gem 'smart_listing' gem 'smart_listing'
gem 'groupdate'
gem 'bootstrap-wysihtml5-rails', '~> 0.3.3.8' gem 'bootstrap-wysihtml5-rails', '~> 0.3.3.8'
gem 'spreadsheet_architect', '~> 1.4.8' # https://github.com/westonganger/spreadsheet_architect/issues/14 gem 'spreadsheet_architect', '~> 1.4.8' # https://github.com/westonganger/spreadsheet_architect/issues/14

View file

@ -369,6 +369,8 @@ GEM
formatador (0.2.5) formatador (0.2.5)
globalid (0.4.1) globalid (0.4.1)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
groupdate (4.0.1)
activesupport (>= 4.2)
guard (2.14.2) guard (2.14.2)
formatador (>= 0.2.4) formatador (>= 0.2.4)
listen (>= 2.7, < 4.0) listen (>= 2.7, < 4.0)
@ -834,6 +836,7 @@ DEPENDENCIES
fog fog
fog-openstack fog-openstack
font-awesome-rails font-awesome-rails
groupdate
guard guard
guard-livereload guard-livereload
guard-rspec guard-rspec