Index: Gemfile =================================================================== --- Gemfile (リビジョン 19434) +++ Gemfile (作業コピー) @@ -1,7 +1,7 @@ source 'https://rubygems.org' ruby '>= 2.3.0', '< 2.7.0' -gem "bundler", ">= 1.5.0" +gem 'bundler', '>= 1.12.0' gem "rails", "5.2.4.1" gem 'rouge', '~> 3.15.0' Index: doc/INSTALL =================================================================== --- doc/INSTALL (リビジョン 19434) +++ doc/INSTALL (作業コピー) @@ -8,7 +8,7 @@ == Requirements * Ruby 2.3, 2.4, 2.5, 2.6 -* Bundler >= 1.5.0 +* Bundler >= 1.12.0 * A database: * MySQL (tested with MySQL 5.7)