Skip to content

Commit

Permalink
add decidim awesome to gemfile and run webpack install for decidim aw…
Browse files Browse the repository at this point in the history
…esome
  • Loading branch information
HHassig committed Jun 27, 2024
1 parent bd88074 commit cb7264b
Show file tree
Hide file tree
Showing 4 changed files with 495 additions and 105 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ gem "decidim", "0.28.1"
# gem "decidim-initiatives", "0.28.1"
# gem "decidim-templates", "0.28.1"

gem "decidim-decidim_awesome", git: "https://github.com/decidim-ice/decidim-module-decidim_awesome", branch: "develop"

gem "bootsnap", "~> 1.3"

gem "puma", ">= 6.3.1"
Expand Down
21 changes: 21 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
GIT
remote: https://github.com/decidim-ice/decidim-module-decidim_awesome
revision: b2800256f5e147452438686029b3990c89fb21be
branch: develop
specs:
decidim-decidim_awesome (0.11.0)
decidim-admin (>= 0.28.0, < 0.29)
decidim-core (>= 0.28.0, < 0.29)
deface (>= 1.5)
sassc (~> 2.3)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -341,6 +352,12 @@ GEM
declarative-builder (0.1.0)
declarative-option (< 0.2.0)
declarative-option (0.1.0)
deface (1.9.0)
actionview (>= 5.2)
nokogiri (>= 1.6)
polyglot
railties (>= 5.2)
rainbow (>= 2.1.0)
devise (4.9.3)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
Expand Down Expand Up @@ -598,6 +615,7 @@ GEM
pg_search (2.3.6)
activerecord (>= 5.2)
activesupport (>= 5.2)
polyglot (0.3.5)
premailer (1.16.0)
addressable
css_parser (>= 1.6.0)
Expand Down Expand Up @@ -745,6 +763,8 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sassc (2.4.0)
ffi (~> 1.9)
selenium-webdriver (4.9.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
Expand Down Expand Up @@ -860,6 +880,7 @@ DEPENDENCIES
capistrano-rbenv
capistrano-sidekiq
decidim (= 0.28.1)
decidim-decidim_awesome!
decidim-dev (= 0.28.1)
figaro (~> 1.2)
letter_opener_web (~> 2.0)
Expand Down
Loading

0 comments on commit cb7264b

Please sign in to comment.