Project

General

Profile

Feature #34992 » 0001-Update-Ruby-dependencies.patch

Marius BĂLTEANU, 2021-04-03 08:42

View differences:

Gemfile
1 1
source 'https://rubygems.org'
2 2

  
3
ruby '>= 2.5.0', '< 2.8.0'
3
ruby '>= 2.5.0', '<= 3.0.0'
4 4
gem 'bundler', '>= 1.12.0'
5 5

  
6 6
gem 'rails', '6.1.3.1'
doc/INSTALL
7 7

  
8 8
== Requirements
9 9

  
10
* Ruby 2.5, 2.6, 2.7
10
* Ruby 2.5, 2.6, 2.7, 3.0
11 11
* Bundler >= 1.12.0
12 12

  
13 13
* A database:
(3-3/3)