Browse Source

Merged r22737 from 5.1-stable to 5.0-stable (#40319).

git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@22738 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/5.0.8
Marius Balteanu 2 months ago
parent
commit
b055a93e5b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Gemfile

+ 1
- 1
Gemfile View File

@@ -3,7 +3,7 @@ source 'https://rubygems.org'
ruby '>= 2.5.0', '< 3.2.0'
gem 'bundler', '>= 1.12.0'

gem 'rails', '6.1.7.6'
gem 'rails', '6.1.7.7'
gem 'globalid', '~> 0.4.2' if Gem.ruby_version < Gem::Version.new('2.6.0')
gem 'rouge', '~> 3.28.0'
gem 'request_store', '~> 1.5.0'

Loading…
Cancel
Save