diff options
author | elijah <elijah@riseup.net> | 2013-12-29 19:25:05 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-12-29 19:25:05 -0800 |
commit | f619178085d0c2729e275fa4f46f9cd981189d3e (patch) | |
tree | e6c715c21723e54d2742bf97238e2e01abe8fc2a /Gemfile.lock | |
parent | 314d6cce723558497165103658cbf013f1eb8e9a (diff) |
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
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index cc549ee..09d3123 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -166,6 +166,8 @@ GEM metaclass (0.0.1) mime-types (1.25.1) mini_portile (0.5.2) + minitest (4.7.5) + minitest-stub-const (0.1) mocha (0.13.3) metaclass (~> 0.0.1) multi_json (1.8.2) @@ -283,6 +285,8 @@ DEPENDENCIES leap_web_core! leap_web_help! leap_web_users! + minitest + minitest-stub-const mocha (~> 0.13.0) phantomjs-binaries poltergeist |