Skip to content

Commit

Permalink
fix: Remove deface requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed Jan 19, 2024
1 parent bd5751d commit 16b6e90
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/decidim/gallery.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# frozen_string_literal: true

require "deface"
require "decidim/gallery/admin"
require "decidim/gallery/engine"
require "decidim/gallery/admin_engine"
Expand Down
2 changes: 0 additions & 2 deletions lib/decidim/gallery/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

require "rails"
require "decidim/core"
require "nokogiri"
require "deface"

module Decidim
module Gallery
Expand Down

0 comments on commit 16b6e90

Please sign in to comment.