diff options
author | Uģis Ozols <ugis.ozolss@gmail.com> | 2012-05-15 08:22:20 +0300 |
---|---|---|
committer | Uģis Ozols <ugis.ozolss@gmail.com> | 2012-05-15 08:22:20 +0300 |
commit | 538e6653f053a2eaf8da504617f881cea472f6d1 (patch) | |
tree | da750d31cfbd5cddfc99b902276aa862444ef3ce /Gemfile | |
parent | 5577b8e701af3c8e05379a3f9baadae5389f2323 (diff) | |
download | refinerycms-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-- | Gemfile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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' |