Project

General

Profile

Patch #32788 » specify-ruby-version-in-gemfile.patch

Go MAEDA, 2020-01-13 01:33

View differences:

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

  
3
ruby '>= 2.3.0', '< 2.7.0'
3 4
gem "bundler", ">= 1.5.0"
4 5

  
5 6
gem "rails", "5.2.4.1"
doc/INSTALL
7 7

  
8 8
== Requirements
9 9

  
10
* Ruby >= 2.3
10
* Ruby 2.3, 2.4, 2.5, 2.6
11 11
* RubyGems
12 12
* Bundler >= 1.5.0
13 13

  
(2-2/2)