about summary refs log tree commit diff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorEugen <eugen@zeonfederated.com>2017-04-10 23:45:29 +0200
committerGitHub <noreply@github.com>2017-04-10 23:45:29 +0200
commit2810013b933bceb2a7c1d1b8b10d2714c39d1e15 (patch)
tree07b24c54c1137b65f813b3033448b17e6a580f9d /Gemfile.lock
parent0687ab8ae3c2573ba2aa1d37f62e3583d0c7ab01 (diff)
API param to exclude notification types from response (#1341)
* Add exclude_types param to /api/v1/notifications

* Exclude notification types in web UI through exclude_types in the API
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock5
1 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 6e3865527..4fe8aa076 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -286,6 +286,10 @@ GEM
       bundler (>= 1.3.0, < 2.0)
       railties (= 5.0.2)
       sprockets-rails (>= 2.0.0)
+    rails-controller-testing (1.0.1)
+      actionpack (~> 5.x)
+      actionview (~> 5.x)
+      activesupport (~> 5.x)
     rails-dom-testing (2.0.2)
       activesupport (>= 4.2.0, < 6.0)
       nokogiri (~> 1.6)
@@ -487,6 +491,7 @@ DEPENDENCIES
   rack-cors
   rack-timeout
   rails (~> 5.0.2)
+  rails-controller-testing
   rails-settings-cached
   rails_12factor
   react-rails