Skip to content

Commit

Permalink
gem disabled for now
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Mar 5, 2010
1 parent cd7f479 commit a0e6a7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/application.rb
Expand Up @@ -2,7 +2,7 @@
RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION

# Specified gem version of Refinery to use when vendor/plugins/refinery/lib/refinery.rb is not present.
REFINERY_GEM_VERSION = '0.9.6.19' unless defined? REFINERY_GEM_VERSION
REFINERY_GEM_VERSION = '0.9.6.20' unless defined? REFINERY_GEM_VERSION

# Boot Rails
require File.join(File.dirname(__FILE__), 'boot')
Expand All @@ -25,6 +25,6 @@
}

# Specify your application's gem requirements here. See the example below:
config.gem "refinerycms-news", :lib => "news", :version => "~> 0.9.6"
# config.gem "refinerycms-news", :lib => "news", :version => "~> 0.9.6"
# config.gem "refinerycms-portfolio", :lib => "portfolio", :version => "~> 0.9.3.8"
end

0 comments on commit a0e6a7d

Please sign in to comment.