Skip to content

Commit 1e20018

Browse files
committed
Revert "Merge pull request rails#46817 from yahonda/bump_required_rubygems_version_to_3313"
This reverts commit c14b8c7, reversing changes made to 85bc6ca.
1 parent 6cef502 commit 1e20018

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

rails.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
1010
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."
1111

1212
s.required_ruby_version = ">= 2.7.0"
13-
s.required_rubygems_version = ">= 3.3.13"
13+
s.required_rubygems_version = ">= 1.8.11"
1414

1515
s.license = "MIT"
1616

railties/CHANGELOG.md

-6
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,6 @@
8181
8282
*DHH*
8383
84-
* Bump `required_rubygems_version` from 1.8.11 to 3.3.13 or higher in order to
85-
support pre-release versions of Ruby when generating a new Rails app
86-
Gemfile.
87-
88-
*Yasuo Honda*
89-
9084
* Add Docker files by default to new apps: Dockerfile, .dockerignore, bin/docker-entrypoint.
9185
These files can be skipped with `--skip-docker`. They're intended as a starting point for
9286
a production deploy of the application. Not intended for development (see Docked Rails for that).

0 commit comments

Comments
 (0)