aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2012-05-15 08:22:20 +0300
committerUģis Ozols <ugis.ozolss@gmail.com>2012-05-15 08:22:20 +0300
commit538e6653f053a2eaf8da504617f881cea472f6d1 (patch)
treeda750d31cfbd5cddfc99b902276aa862444ef3ce /Gemfile
parent5577b8e701af3c8e05379a3f9baadae5389f2323 (diff)
downloadrefinerycms-blog-538e6653f053a2eaf8da504617f881cea472f6d1.tar.gz
refinerycms-blog-538e6653f053a2eaf8da504617f881cea472f6d1.tar.bz2
refinerycms-blog-538e6653f053a2eaf8da504617f881cea472f6d1.zip
Bump master to 2.1.0.dev.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index b6ba6ac..b705d35 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,12 +2,13 @@ source "http://rubygems.org"
gemspec
-gem 'refinerycms', '~> 2.0.0'
+gem 'refinerycms', :git => 'git://github.com/resolve/refinerycms.git'
+gem 'refinerycms-settings', :git => 'git://github.com/parndt/refinerycms-settings.git'
group :development, :test do
require 'rbconfig'
- gem 'refinerycms-testing', '~> 2.0.0'
+ gem 'refinerycms-testing', :git => 'git://github.com/resolve/refinerycms.git'
platforms :jruby do
gem 'activerecord-jdbcsqlite3-adapter'