summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2022-01-03 02:29:48 +0000
committerGo MAEDA <maeda@farend.jp>2022-01-03 02:29:48 +0000
commitc245f54e71d3de90172a9d50ba31ca006baedb1a (patch)
treef263bc2199b52b52d1f6c2533a66cdfd433732ec /Gemfile
parent64b6a6fa3cd811ee2b71a8a221bd190a48a3e4f9 (diff)
downloadredmine-c245f54e71d3de90172a9d50ba31ca006baedb1a.tar.gz
redmine-c245f54e71d3de90172a9d50ba31ca006baedb1a.zip
Update config/environments/*.rb for Rails 6.1 (#35081).
git-svn-id: http://svn.redmine.org/redmine/trunk@21344 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index cf6893626..830a06149 100644
--- a/Gemfile
+++ b/Gemfile
@@ -84,6 +84,7 @@ else
end
group :development do
+ gem 'listen', '~> 3.3'
gem "yard"
end