summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-05-09 12:21:45 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-05-09 12:21:45 +0000
commit00f15828a2b8935aaa8d8d8606116e75846f9794 (patch)
tree01e5f827a7bfa9fd889a9d8841947a8199b7233d /Gemfile
parent9f41c7283c83296d231764dcd98cd78b13970ef3 (diff)
downloadredmine-00f15828a2b8935aaa8d8d8606116e75846f9794.tar.gz
redmine-00f15828a2b8935aaa8d8d8606116e75846f9794.zip
upgrade capybara to 2.1 (#12822)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11805 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 3b4d37845..7ce99f851 100644
--- a/Gemfile
+++ b/Gemfile
@@ -79,7 +79,10 @@ end
group :test do
gem "shoulda", "~> 3.3.2"
gem "mocha", "~> 0.13.3"
- gem 'capybara', '~> 2.0.0'
+ platforms :mri_19, :mingw_19 do
+ gem "capybara", "~> 2.1.0"
+ gem "selenium-webdriver"
+ end
end
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")