aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorNemael <100dragons@gmail.com>2020-10-08 15:07:17 +0200
committerNemael <100dragons@gmail.com>2020-10-08 15:07:17 +0200
commit9e884fa034a5aaa9035485644d04b740107725ee (patch)
tree6fe5f40cda71d0bd774d16e26fbe4ec567b75288 /Gemfile
parentcf6b277ca3f22e575b059a8d8029163ddcee86db (diff)
downloadincommon-map-9e884fa034a5aaa9035485644d04b740107725ee.tar.gz
Added leaflet gem and changed a bit the Edit Ressource page to be able to edit categories
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 8a44eed..5cc080e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -33,6 +33,10 @@ gem 'kaminari'
# Enforce stable UUIDs for models
gem 'uuid_parameter', '~> 0.2.5'
+#Enable use of leaflet
+gem 'leaflet-rails'
+
+
# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.4.2', require: false