Sha256: f8d0bfd838f533aeadda9a371b2d6a5bf18f3848849fbf0b4b0fe510650d3c5e
Contents?: true
Size: 1.26 KB
Versions: 1
Compression:
Stored size: 1.26 KB
Contents
source 'http://rubygems.org' gemspec # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails' # Use unicorn as the web server # gem 'unicorn' # gem 'mongrel' # Deploy with Capistrano # gem 'capistrano' # To use debugger # gem 'ruby-debug' # or in 1.9.x: # gem 'ruby-debug19' # For Heroku/s3: # gem 'fog' # REFINERY CMS ================================================================ # Anything you put in here will be overridden when the app gets updated. # gem 'refinerycms', '~> 1.0.1' group :development, :test do # To use refinerycms-testing, uncomment it (if it's commented out) and run 'bundle install' # Then, run 'rails generate refinerycms_testing' which will copy its support files. # Finally, run 'rake' to run the tests. # gem 'refinerycms-testing', '~> 1.0.1' end # END REFINERY CMS ============================================================ # USER DEFINED # Specify additional Refinery CMS Engines here (all optional): # gem 'refinerycms-inquiries', '~> 1.0' # gem "refinerycms-news", '~> 1.2' # gem 'refinerycms-blog', '~> 1.6' # gem 'refinerycms-page-images', '~> 1.0' # Add i18n support (optional, you can remove this if you really want to). gem 'refinerycms-i18n', '~> 1.0.0' # END USER DEFINED
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
refinerycms-1.0.3 | Gemfile |