Patch #38122 ยป remove-bundler-from-requirements.diff
Gemfile (working copy) | ||
---|---|---|
1 | 1 |
source 'https://rubygems.org' |
2 | 2 | |
3 | 3 |
ruby '>= 2.6.0', '< 3.3.0' |
4 |
gem 'bundler', '>= 1.12.0' |
|
5 | 4 | |
6 | 5 |
gem 'rails', '6.1.7' |
7 | 6 |
gem 'rouge', '~> 3.30.0' |
doc/INSTALL (working copy) | ||
---|---|---|
8 | 8 |
== Requirements |
9 | 9 | |
10 | 10 |
* Ruby 2.6, 2.7, 3.0, 3.1 |
11 |
* Bundler >= 1.12.0 |
|
12 | 11 | |
13 | 12 |
* A database: |
14 | 13 |
* MySQL (tested with MySQL 5.7) |