aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2013-09-04 08:29:48 +0300
committerUģis Ozols <ugis.ozolss@gmail.com>2013-09-04 08:29:48 +0300
commitec24e6ab716b0259447061177ef30ca130da813b (patch)
treea93ddafb448c5ee04be6f7181af027c2e516cde5 /Gemfile
parentfd687b749c1afa9a327f22ed980ca72fe578f93a (diff)
downloadrefinerycms-blog-ec24e6ab716b0259447061177ef30ca130da813b.tar.gz
refinerycms-blog-ec24e6ab716b0259447061177ef30ca130da813b.tar.bz2
refinerycms-blog-ec24e6ab716b0259447061177ef30ca130da813b.zip
Use refinerycms-testing from the github repo to get latest selenium-webdriver version.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 87dfd94..425a132 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,7 +3,7 @@ source "https://rubygems.org"
gemspec
gem 'refinerycms', '~> 2.1.0'
-gem 'refinerycms-testing', '~> 2.1.0', :group => :test
+gem 'refinerycms-testing', :github => 'refinery/refinerycms', :branch => '2-1-stable', :group => :test
gem 'refinerycms-settings', '~> 2.1.0'
gem 'refinerycms-acts-as-indexed', :github => 'refinery/refinerycms-acts-as-indexed', :branch => '1-0-stable'