From 8f691b566ffbc79f1d2d7a3f67d8607cc03a789c Mon Sep 17 00:00:00 2001 From: hellekin Date: Thu, 8 Oct 2020 16:51:30 +0200 Subject: Add model foundation for classifications Taxonomy > Category > Section This commit adds models for it. https://doc.incommon.cc/#classifications --- Gemfile.lock | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index 6b28c92..96d66e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -56,6 +56,8 @@ GEM minitest (~> 5.1) tzinfo (~> 1.1) zeitwerk (~> 2.2, >= 2.2.2) + acts_as_list (1.0.2) + activerecord (>= 4.2) bindex (0.8.1) bitfields (0.14.0) activerecord (>= 5.1) @@ -95,6 +97,8 @@ GEM activerecord kaminari-core (= 1.2.1) kaminari-core (1.2.1) + leaflet-rails (1.7.0) + rails (>= 4.2.0) listen (3.2.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -210,12 +214,14 @@ PLATFORMS ruby DEPENDENCIES + acts_as_list bitfields bootsnap (>= 1.4.2) byebug discourse_api jbuilder (~> 2.7) kaminari + leaflet-rails listen (~> 3.2) pg (>= 0.18, < 2.0) pry -- cgit v1.2.3