aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index ce2272b23d..1ddda970dc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -13,7 +13,7 @@ gem "rake", ">= 11.1"
# be loaded after loading the test library.
gem "mocha", require: false
-gem "capybara", "~> 2.15"
+gem "capybara", ">= 2.15", "< 4.0"
gem "rack-cache", "~> 1.2"
gem "coffee-rails"