Skip to content

Commit

Permalink
🚧 add missing module files from template
Browse files Browse the repository at this point in the history
  • Loading branch information
moustachu committed Jan 8, 2019
1 parent ff90b17 commit fcb68c4
Show file tree
Hide file tree
Showing 4 changed files with 1,451 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# frozen_string_literal: true

source "https://rubygems.org"

ruby RUBY_VERSION

gem "decidim", git: "https://github.com/decidim/decidim", branch: "0.16-stable"
gem "decidim-questions", path: "."

gem "puma", "~> 3.0"
gem "uglifier", "~> 4.1"

group :development, :test do
gem "byebug", "~> 10.0", platform: :mri

gem "decidim-dev", git: "https://github.com/decidim/decidim"
end

group :development do
gem "faker", "~> 1.9"
gem "letter_opener_web", "~> 1.3"
gem "listen", "~> 3.1"
gem "spring", "~> 2.0"
gem "spring-watcher-listen", "~> 2.0"
gem "web-console", "~> 3.5"
end
Loading

0 comments on commit fcb68c4

Please sign in to comment.