Index: Gemfile =================================================================== --- Gemfile (revision 22004) +++ Gemfile (working copy) @@ -1,7 +1,6 @@ source 'https://rubygems.org' ruby '>= 2.6.0', '< 3.3.0' -gem 'bundler', '>= 1.12.0' gem 'rails', '6.1.7' gem 'rouge', '~> 3.30.0' Index: doc/INSTALL =================================================================== --- doc/INSTALL (revision 22003) +++ doc/INSTALL (working copy) @@ -8,7 +8,6 @@ == Requirements * Ruby 2.6, 2.7, 3.0, 3.1 -* Bundler >= 1.12.0 * A database: * MySQL (tested with MySQL 5.7)