aboutsummaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2020-10-06 16:17:44 +0200
committerhellekin <hellekin@cepheide.org>2020-10-06 16:21:40 +0200
commit77d78b9023106cedd81703a1c6735e9109f631bb (patch)
tree66547d568d713d1d6e01efbe80e3d10f4d9da36b /Gemfile.lock
parent341293217aefc15a10fc81dfc1d7850f89acfb1f (diff)
downloadincommon-map-77d78b9023106cedd81703a1c6735e9109f631bb.tar.gz
Add Resource model
Resources will be stored as JSON, in the (GeoJSON) :feature column. They are assigned an UUID upon creation if they don't comme with one. They belong to an Agent.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 224b6dc..7a464f2 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -178,6 +178,8 @@ GEM
turbolinks-source (5.2.0)
tzinfo (1.2.7)
thread_safe (~> 0.1)
+ uuid_parameter (0.2.6)
+ rails (>= 5.2.1)
web-console (4.0.4)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
@@ -213,6 +215,7 @@ DEPENDENCIES
spring-watcher-listen (~> 2.0.0)
turbolinks (~> 5)
tzinfo-data
+ uuid_parameter (~> 0.2.5)
web-console (>= 3.3.0)
webpacker (~> 4.0)