From 673a5644ace7a0cdb814f68026224ff843ccb221 Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Fri, 5 May 2017 10:23:59 -0500 Subject: Allow capybara minor releases Capybara 2.14.0 was released. Loosen the tight constraint in the generated Gemfile, so that Rails applications can take advantage of the new version --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 75a917e9cf..df25abe65b 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem "rake", ">= 11.1" # be loaded after loading the test library. gem "mocha", "~> 0.14", require: false -gem "capybara", "~> 2.13.0" +gem "capybara", "~> 2.13" gem "rack-cache", "~> 1.2" gem "jquery-rails" -- cgit v1.2.3