Skip to content

Commit

Permalink
remove stubbed out things from the repo's Gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Feb 29, 2012
1 parent e470ead commit 8f572d6
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions Gemfile
Expand Up @@ -4,15 +4,6 @@ gemspec

gem 'friendly_id', :git => 'git://github.com/norman/friendly_id.git'

# REFINERY CMS ================================================================
# Anything you put in here will be overridden when the app gets updated.

# gem 'refinerycms', '~> 2.0.0'

# END REFINERY CMS ============================================================

# REFINERY CMS DEVELOPMENT ====================================================

# Database Configuration
platforms :jruby do
gem 'activerecord-jdbcsqlite3-adapter'
Expand Down Expand Up @@ -79,19 +70,8 @@ end

gem 'jquery-rails', '~> 2.0.0'

# END REFINERY CMS DEVELOPMENT ================================================

# 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', :git => 'git://github.com/parndt/refinerycms-i18n.git'
# END USER DEFINED

# Use unicorn as the web server
# gem 'unicorn'
Expand Down

0 comments on commit 8f572d6

Please sign in to comment.