Skip to content

Commit c2636a6

Browse files
authored
Merge pull request rails#50491 from byroot/bump-required-ruby
Bump the required Ruby version to 3.1.0
2 parents 0099208 + 1320ff0 commit c2636a6

File tree

21 files changed

+22
-41
lines changed

21 files changed

+22
-41
lines changed

actioncable/actioncable.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99
s.summary = "WebSocket framework for Rails."
1010
s.description = "Structure many real-time application concerns into channels over a single WebSocket connection."
1111

12-
s.required_ruby_version = ">= 2.7.0"
12+
s.required_ruby_version = ">= 3.1.0"
1313

1414
s.license = "MIT"
1515

actionmailbox/actionmailbox.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99
s.summary = "Inbound email handling framework."
1010
s.description = "Receive and process incoming emails in Rails applications."
1111

12-
s.required_ruby_version = ">= 2.7.0"
12+
s.required_ruby_version = ">= 3.1.0"
1313

1414
s.license = "MIT"
1515

actionmailer/actionmailer.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99
s.summary = "Email composition and delivery framework (part of Rails)."
1010
s.description = "Email on Rails. Compose, deliver, and test emails using the familiar controller/view pattern. First-class support for multipart email and attachments."
1111

12-
s.required_ruby_version = ">= 2.7.0"
12+
s.required_ruby_version = ">= 3.1.0"
1313

1414
s.license = "MIT"
1515

actionpack/actionpack.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99
s.summary = "Web-flow and rendering framework putting the VC in MVC (part of Rails)."
1010
s.description = "Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web applications. Works with any Rack-compatible server."
1111

12-
s.required_ruby_version = ">= 2.7.0"
12+
s.required_ruby_version = ">= 3.1.0"
1313

1414
s.license = "MIT"
1515

actiontext/actiontext.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99
s.summary = "Rich text framework."
1010
s.description = "Edit and display rich text in Rails applications."
1111

12-
s.required_ruby_version = ">= 2.7.0"
12+
s.required_ruby_version = ">= 3.1.0"
1313

1414
s.license = "MIT"
1515

actionview/actionview.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99
s.summary = "Rendering framework putting the V in MVC (part of Rails)."
1010
s.description = "Simple, battle-tested conventions and helpers for building web pages."
1111

12-
s.required_ruby_version = ">= 2.7.0"
12+
s.required_ruby_version = ">= 3.1.0"
1313

1414
s.license = "MIT"
1515

activejob/activejob.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99
s.summary = "Job framework with pluggable queues."
1010
s.description = "Declare job classes that can be run by a variety of queuing backends."
1111

12-
s.required_ruby_version = ">= 2.7.0"
12+
s.required_ruby_version = ">= 3.1.0"
1313

1414
s.license = "MIT"
1515

activemodel/activemodel.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99
s.summary = "A toolkit for building modeling frameworks (part of Rails)."
1010
s.description = "A toolkit for building modeling frameworks like Active Record. Rich support for attributes, callbacks, validations, serialization, internationalization, and testing."
1111

12-
s.required_ruby_version = ">= 2.7.0"
12+
s.required_ruby_version = ">= 3.1.0"
1313

1414
s.license = "MIT"
1515

activerecord/activerecord.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99
s.summary = "Object-relational mapper framework (part of Rails)."
1010
s.description = "Databases on Rails. Build a persistent domain model by mapping database tables to Ruby classes. Strong conventions for associations, validations, aggregations, migrations, and testing come baked-in."
1111

12-
s.required_ruby_version = ">= 2.7.0"
12+
s.required_ruby_version = ">= 3.1.0"
1313

1414
s.license = "MIT"
1515

activestorage/activestorage.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99
s.summary = "Local and cloud file storage framework."
1010
s.description = "Attach cloud and local files in Rails applications."
1111

12-
s.required_ruby_version = ">= 2.7.0"
12+
s.required_ruby_version = ">= 3.1.0"
1313

1414
s.license = "MIT"
1515

0 commit comments

Comments
 (0)