Sha256: d36942ab6f2dc6501af4950fe4b0a82388ac7d27ceb7a452ae441007fad0eb20
Contents?: true
Size: 848 Bytes
Versions: 3
Compression:
Stored size: 848 Bytes
Contents
source "https://rubygems.org" # You can either fix the version of Spontaneous that this site uses gem 'spontaneous', '~> <%= Spontaneous::VERSION %>' # Or point it at a git repository to use the cutting edge or your custom version # gem 'spontaneous', :git => "https://github.com/SpontaneousCMS/spontaneous.git" gem '<%= @database[:gem].name %>', '<%= @database[:gem].requirement %>' # Your favorite ExecJS compatible engine gem 'therubyracer', '~> 0.11.1' # Deploy with Capistrano gem 'capistrano', '~> 2.9' # If you want to enable the built in search functionality then you must un-comment # the xapian-ruby dependency below. It is not included by default # because the xapian library takes a very long time to build. #gem 'xapian-ruby', "~> 1.2.12" # group :production do # gem 'thin', '~> 1.3.1' # gem 'unicorn', '~> 4.2' # end
Version data entries
3 entries across 3 versions & 1 rubygems