From 6ad0f8312fd2d78fc2c9cc0128557a61ef68941a Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Tue, 26 Nov 2024 17:28:03 +1300 Subject: [PATCH] Add support for rate limiting. --- async-discord.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async-discord.gemspec b/async-discord.gemspec index 808eb8a..9bfdc87 100644 --- a/async-discord.gemspec +++ b/async-discord.gemspec @@ -23,6 +23,6 @@ Gem::Specification.new do |spec| spec.required_ruby_version = ">= 3.1" - spec.add_dependency "async-rest" + spec.add_dependency "async-rest", "~> 0.19" spec.add_dependency "async-websocket" end