aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2011-08-12 11:26:37 +1200
committerPhilip Arndt <parndt@gmail.com>2011-08-12 11:26:37 +1200
commit83d407c8bb0d363489fb27169e9b1751dd7e75c3 (patch)
tree90510c512226350ae6376bd5f855674278516655 /Gemfile
parenteca7a1a591abcae796aa4b8f168d9f313fdfffb0 (diff)
downloadrefinerycms-blog-83d407c8bb0d363489fb27169e9b1751dd7e75c3.tar.gz
refinerycms-blog-83d407c8bb0d363489fb27169e9b1751dd7e75c3.tar.bz2
refinerycms-blog-83d407c8bb0d363489fb27169e9b1751dd7e75c3.zip
Need to use edge everything, excluding spec/dummy from the gemspec.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
index 27048b3..6d86771 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,9 +3,9 @@ source "http://rubygems.org"
gemspec
## Uncomment the following lines to develop against a local clone of refinery
-# gem 'refinerycms', :path => '~/Code/refinerycms'
-# gem 'refinerycms-generators', :path => '~/Code/refinerycms-generators'
-# gem 'seo_meta', :git => 'git://github.com/parndt/seo_meta.git'
+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'
@@ -15,7 +15,7 @@ group :development, :test do
end
group :assets do
- gem 'sass-rails', "~> 3.1.0.rc"
- gem 'coffee-rails', "~> 3.1.0.rc"
+ gem 'sass-rails', "~> 3.1.0.rc.5"
+ gem 'coffee-rails', "~> 3.1.0.rc.5"
gem 'uglifier'
end