summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2024-02-26 20:28:30 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2024-02-26 20:28:30 +0000
commit7436830e6a4892befad05258e15e607103c7d967 (patch)
treebf4c2131742b852cfd52314a7f634356750ffe84 /Gemfile
parentad68941fa5cec54c87e259cb1d2cd20c67dc8710 (diff)
downloadredmine-7436830e6a4892befad05258e15e607103c7d967.tar.gz
redmine-7436830e6a4892befad05258e15e607103c7d967.zip
Updates Rails to 6.1.7.7 (#40319).
git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@22737 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index f8fbd04cd..2b38883da 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
ruby '>= 2.7.0', '< 3.3.0'
-gem 'rails', '6.1.7.6'
+gem 'rails', '6.1.7.7'
gem 'rouge', '~> 4.2.0'
gem 'request_store', '~> 1.5.0'
gem 'mini_mime', '~> 1.1.0'