aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2011-08-14 23:31:15 -0700
committerPhilip Arndt <parndt@gmail.com>2011-08-14 23:31:15 -0700
commiteaaa351f3a3d4c447c96ff8f88bc6925dfe45b43 (patch)
tree3374d3aafb5eb2b332367edf90455702072395a5 /Gemfile
parent87bc12a1e47779fcfa90d24a2eb22862560ca646 (diff)
parentaed0b8f173534ccaf4f2f09b3e7b705fb0b08c7b (diff)
downloadrefinerycms-blog-eaaa351f3a3d4c447c96ff8f88bc6925dfe45b43.tar.gz
refinerycms-blog-eaaa351f3a3d4c447c96ff8f88bc6925dfe45b43.tar.bz2
refinerycms-blog-eaaa351f3a3d4c447c96ff8f88bc6925dfe45b43.zip
Merge pull request #113 from enmasse-entertainment/ruby-187-support
Ruby 187 support
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index e2c37f6..cdcebf5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,9 +2,8 @@ source "http://rubygems.org"
gemspec
-## Uncomment the following lines to develop against a local clone of refinery
+## Uncomment the following lines to develop against edge refinery
gem 'refinerycms', :git => 'git://github.com/resolve/refinerycms.git'
-gem 'refinerycms-generators', :git => 'git://github.com/resolve/refinerycms-generators.git'
gem 'seo_meta', :git => 'git://github.com/parndt/seo_meta.git'
gem 'jquery-rails'