Skip to content

Commit

Permalink
Fix direct_verification's missing asset
Browse files Browse the repository at this point in the history
  • Loading branch information
sauloperez committed Oct 26, 2020
1 parent d4eb71b commit 9b6c9a2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem "decidim", "0.21.0"
gem "decidim-consultations", "0.21.0"

gem "decidim-action_delegator", github: "coopdevs/decidim-module-action_delegator"
gem "decidim-direct_verifications", github: "Platoniq/decidim-verifications-direct_verifications", branch: "devel"
gem "decidim-direct_verifications", github: "coopdevs/decidim-verifications-direct_verifications", branch: "fix-assets"

gem "bootsnap", "~> 1.3"

Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
GIT
remote: git://github.com/Platoniq/decidim-verifications-direct_verifications.git
revision: c7ff15e21c9b765d0846811f0a1e162fdc35d7b0
branch: devel
specs:
decidim-direct_verifications (0.20)
decidim-admin (>= 0.17.0)
decidim-core (>= 0.17.0)

GIT
remote: git://github.com/coopdevs/decidim-module-action_delegator.git
revision: f7a6798c98f60dd3b245dcf8b45a7d95355e2c7e
Expand All @@ -18,6 +9,15 @@ GIT
savon
twilio-ruby

GIT
remote: git://github.com/coopdevs/decidim-verifications-direct_verifications.git
revision: ec219599f33d9e91f7daecdac780c8021ddaabeb
branch: fix-assets
specs:
decidim-direct_verifications (0.20)
decidim-admin (>= 0.17.0)
decidim-core (>= 0.17.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down

0 comments on commit 9b6c9a2

Please sign in to comment.