Sha256: c1f4ce0aa429dfaae3d33cabb4747ed7741197ca2fc3af333b744b394be4c8f1
Contents?: true
Size: 720 Bytes
Versions: 1
Compression:
Stored size: 720 Bytes
Contents
# frozen_string_literal: true <%# This file is automatically generated. Do not edit this file, it will be overwritten If you want to modify it you can do it in the Decidim::GemManager.patch_component_gemfile_generator method %> source "https://rubygems.org" ruby RUBY_VERSION gem "decidim", "~> 0.27.9" gem "decidim-<%= component_name %>", path: "." gem "puma", ">= 5.6.2" gem "bootsnap", "~> 1.4" group :development, :test do gem "byebug", "~> 11.0", platform: :mri gem "decidim-dev", "~> 0.27.9" end group :development do gem "faker", "= 2.19.0" gem "letter_opener_web", "~> 2.0" gem "listen", "~> 3.1" gem "spring", "~> 2.0" gem "spring-watcher-listen", "~> 2.0" gem "web-console", "~> 4.2" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
decidim-generators-0.27.9 | lib/decidim/generators/component_templates/Gemfile.erb |