Skip to content

Commit

Permalink
fix(gems): Remove rgeo-proj4 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed Jul 5, 2024
1 parent 138b1d4 commit 6536952
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ PATH
decidim-core (>= 0.25.0, < 0.28)
decidim-dev (>= 0.25.0, < 0.28)
rgeo (~> 3.0)
rgeo-proj4 (~> 4.0)

GEM
remote: https://rubygems.org/
Expand Down
1 change: 0 additions & 1 deletion decidim-homepage_interactive_map.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ Gem::Specification.new do |s|
s.add_dependency "decidim-core", Decidim::HomepageInteractiveMap::COMPAT_DECIDIM_VERSION
s.add_dependency "decidim-dev", Decidim::HomepageInteractiveMap::COMPAT_DECIDIM_VERSION
s.add_dependency "rgeo", "~> 3.0"
s.add_dependency "rgeo-proj4", "~> 4.0"
s.metadata["rubygems_mfa_required"] = "true"
end

0 comments on commit 6536952

Please sign in to comment.