From f393963da5be0c5b16cc638aed9be0056b3b6f49 Mon Sep 17 00:00:00 2001 From: barbara oliveira Date: Thu, 4 Jul 2024 15:26:31 +0200 Subject: [PATCH] add gemfile.lock --- Gemfile.lock | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1543c3a..bd36552 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,8 +5,8 @@ PATH decidim-admin (>= 0.25.0, < 0.28) decidim-core (>= 0.25.0, < 0.28) decidim-dev (>= 0.25.0, < 0.28) - rgeo (~> 2.4) - rgeo-proj4 (~> 3.1) + rgeo (~> 3.0) + rgeo-proj4 (~> 4.0) GEM remote: https://rubygems.org/ @@ -647,9 +647,9 @@ GEM railties (>= 5.2) rexml (3.2.8) strscan (>= 3.0.9) - rgeo (2.4.0) - rgeo-proj4 (3.1.1) - rgeo (~> 2.0) + rgeo (3.0.1) + rgeo-proj4 (4.0.0) + rgeo (~> 3.0.0) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -809,6 +809,7 @@ GEM PLATFORMS arm64-darwin-22 + arm64-darwin-23 x86_64-linux DEPENDENCIES @@ -821,8 +822,8 @@ DEPENDENCIES letter_opener_web (~> 1.3) listen (~> 3.1) puma (~> 5.5.1) - rgeo (~> 2.4) - rgeo-proj4 (~> 3.1) + rgeo (~> 3.0) + rgeo-proj4 (~> 4.0) rubocop-faker spring (~> 2.0) spring-watcher-listen (~> 2.0)