mirror of https://github.com/rails/rails
Revert "Merge pull request #46817 from yahonda/bump_required_rubygems_version_to_3313"
This reverts commitc14b8c7323
, reversing changes made to85bc6ca9d2
.
This commit is contained in:
parent
6cef502a5e
commit
1e2001862e
|
@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|||
s.description = "Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity. It encourages beautiful code by favoring convention over configuration."
|
||||
|
||||
s.required_ruby_version = ">= 2.7.0"
|
||||
s.required_rubygems_version = ">= 3.3.13"
|
||||
s.required_rubygems_version = ">= 1.8.11"
|
||||
|
||||
s.license = "MIT"
|
||||
|
||||
|
|
|
@ -81,12 +81,6 @@
|
|||
|
||||
*DHH*
|
||||
|
||||
* Bump `required_rubygems_version` from 1.8.11 to 3.3.13 or higher in order to
|
||||
support pre-release versions of Ruby when generating a new Rails app
|
||||
Gemfile.
|
||||
|
||||
*Yasuo Honda*
|
||||
|
||||
* Add Docker files by default to new apps: Dockerfile, .dockerignore, bin/docker-entrypoint.
|
||||
These files can be skipped with `--skip-docker`. They're intended as a starting point for
|
||||
a production deploy of the application. Not intended for development (see Docked Rails for that).
|
||||
|
|
Loading…
Reference in New Issue