Browse Source

Bundler fails to install globalid when using Ruby < 2.6.0 (#35621).


git-svn-id: http://svn.redmine.org/redmine/trunk@21096 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/5.0.0
Go MAEDA 2 years ago
parent
commit
0916de721c
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Gemfile

+ 1
- 0
Gemfile View File

@@ -4,6 +4,7 @@ ruby '>= 2.5.0', '< 3.1.0'
gem 'bundler', '>= 1.12.0'

gem 'rails', '6.1.4'
gem 'globalid', '~> 0.4.2' if Gem.ruby_version < Gem::Version.new('2.6.0')
gem 'rouge', '~> 3.26.0'
gem 'request_store', '~> 1.5.0'
gem 'mini_mime', '~> 1.1.0'

Loading…
Cancel
Save