Browse Source

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
tags/5.1.2
Marius Balteanu 2 months ago
parent
commit
7436830e6a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Gemfile

+ 1
- 1
Gemfile View File

@@ -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'

Loading…
Cancel
Save