Spotter-VM/lxc-apps/decidim/decidim.image.d/srv/decidim-app/Gemfile

41 lines
742 B
Ruby
Raw Normal View History

2019-11-15 18:00:26 +01:00
# frozen_string_literal: true
source "https://rubygems.org"
ruby RUBY_VERSION
gem "decidim", "0.23.1"
# gem "decidim-consultations", "0.23.1"
# gem "decidim-initiatives", "0.23.1"
# gem "decidim-templates", "0.23.1"
2019-11-15 18:00:26 +01:00
gem "bootsnap", "~> 1.3"
gem "puma", ">= 4.3.5"
2019-11-15 18:00:26 +01:00
gem "uglifier", "~> 4.1"
gem "faker", "~> 1.9"
gem "wicked_pdf", "~> 1.4"
2019-11-15 18:00:26 +01:00
group :development, :test do
gem "byebug", "~> 11.0", platform: :mri
gem "decidim-dev", "0.23.1"
2019-11-15 18:00:26 +01:00
end
group :development do
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
gem "figaro"
group :production do
gem "passenger"
gem "delayed_job_active_record"
gem "daemons"
end