summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2017-05-27 08:44:24 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2017-05-27 08:44:24 +0000
commit9439cae70fab58b8cafdd753aa83135d4279345d (patch)
treef6b7fea28d32be459a36d6e4c5956844e612415f /Gemfile
parentccb9d4ada9bdf2c24754f0dcf6608d8a3f7e895b (diff)
downloadredmine-9439cae70fab58b8cafdd753aa83135d4279345d.tar.gz
redmine-9439cae70fab58b8cafdd753aa83135d4279345d.zip
Send journal notification after commit (#25794).
git-svn-id: http://svn.redmine.org/redmine/trunk@16573 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 018be1d4e..ccfc7633c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -91,6 +91,8 @@ group :test do
gem "rails-dom-testing"
gem "mocha"
gem "simplecov", "~> 0.9.1", :require => false
+ # TODO: remove this after upgrading to Rails 5
+ gem "test_after_commit"
# For running UI tests
gem "capybara"
gem "selenium-webdriver", "~> 2.53.4"