Skip to content

Commit

Permalink
Fix base64 gem version (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurajaime authored Jul 15, 2024
1 parent 697ddde commit efdf298
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 @@ gem "decidim-idcat_mobil", "~> 0.3.0"

gem "decidim-cdtb"

gem "base64", "0.1.0"
gem "bootsnap", "~> 1.3"
gem "wicked_pdf", "~> 2.7.0"

Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ GEM
faraday_middleware (~> 1.0, >= 1.0.0.rc1)
net-http-persistent (~> 4.0)
nokogiri (~> 1, >= 1.10.8)
base64 (0.2.0)
base64 (0.1.0)
batch-loader (1.5.0)
bcrypt (3.1.20)
better_html (1.0.16)
Expand Down Expand Up @@ -928,6 +928,7 @@ PLATFORMS

DEPENDENCIES
azure-storage-blob
base64 (= 0.1.0)
bootsnap (~> 1.3)
byebug (~> 11.0)
daemons
Expand Down

0 comments on commit efdf298

Please sign in to comment.