From f619178085d0c2729e275fa4f46f9cd981189d3e Mon Sep 17 00:00:00 2001 From: elijah Date: Sun, 29 Dec 2013 19:25:05 -0800 Subject: Return 'provider.json' via a controller, to better be able to control the response headers (in particular, 'X-Minimum-Client-Version'). It must now be placed in config/provider/provider.json --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index e475bad..a608764 100644 --- a/Gemfile +++ b/Gemfile @@ -24,6 +24,8 @@ group :test do gem 'capybara', require: false gem 'launchy' # so save_and_open_page works in integration tests gem 'phantomjs-binaries' + gem 'minitest' + gem 'minitest-stub-const' end # unreleased so far ... but leap_web_certs need it -- cgit v1.2.3