Skip to content

Commit c14b8c7

Browse files
authored
Merge pull request rails#46817 from yahonda/bump_required_rubygems_version_to_3313
Bump required_rubygems_version to 3.3.13 or higher
2 parents 85bc6ca + 3aa32f2 commit c14b8c7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

rails.gemspec

Lines changed: 1 addition & 1 deletion
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 = ">= 1.8.11"
13+
s.required_rubygems_version = ">= 3.3.13"
1414

1515
s.license = "MIT"
1616

railties/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
* Bump `required_rubygems_version` to 3.3.13 or higher
2+
3+
*Yasuo Honda*
4+
15
* Add Docker files by default to new apps: Dockerfile, .dockerignore, bin/docker-entrypoint.
26
These files can be skipped with `--skip-docker`. They're intended as a starting point for
37
a production deploy of the application. Not intended for development (see Docked Rails for that).

0 commit comments

Comments
 (0)