Sha256: 088f11be67a7e7a501d83fe9bf0088f9717743ea247d4101f99d3c64e85a2210
Contents?: true
Size: 361 Bytes
Versions: 2
Compression:
Stored size: 361 Bytes
Contents
# This rails template installs Alchemy and all depending gems. require File.expand_path('../../../alchemy/version', __FILE__) gem 'alchemy_cms', "~> #{Alchemy::VERSION}" gem 'alchemy-devise', github: 'magiclabs/alchemy-devise', branch: '1.1-stable' if yes?("\nDo you want to use Capistrano for deployment? (y/N)") gem 'capistrano', group: 'development' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
alchemy_cms-2.9.1 | lib/rails/templates/alchemy.rb |
alchemy_cms-2.9.0 | lib/rails/templates/alchemy.rb |