Skip to content

Commit

Permalink
Solve uri versions incompatibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
tramuntanal committed Nov 11, 2024
1 parent 7a1db89 commit 1f48557
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ DECIDIM_VERSION = { git: "https://github.com/CodiTramuntana/decidim", branch: "r
gem "execjs", "~> 2.7.0"

gem "deface"
gem "uri", ">= 0.13.1"

group :development, :test do
gem "bootsnap"
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ GEM
concurrent-ruby (~> 1.0)
uber (0.1.0)
unicode-display_width (2.5.0)
uri (0.13.0)
uri (0.13.1)
valid_email2 (2.3.1)
activemodel (>= 3.2)
mail (~> 2.5)
Expand Down Expand Up @@ -839,6 +839,7 @@ DEPENDENCIES
social-share-button
spring (~> 2.0)
spring-watcher-listen (~> 2.0)
uri (>= 0.13.1)
web-console (~> 3.5)

RUBY VERSION
Expand Down

0 comments on commit 1f48557

Please sign in to comment.