aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/actioncable.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'actioncable/actioncable.gemspec')
-rw-r--r--actioncable/actioncable.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/actioncable/actioncable.gemspec b/actioncable/actioncable.gemspec
index 4a14e060c6..d946d0797f 100644
--- a/actioncable/actioncable.gemspec
+++ b/actioncable/actioncable.gemspec
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.summary = "WebSocket framework for Rails."
s.description = "Structure many real-time application concerns into channels over a single WebSocket connection."
- s.required_ruby_version = ">= 2.3.0"
+ s.required_ruby_version = ">= 2.4.1"
s.license = "MIT"