From f29eab11d8e9425ee2f10bddff0719d2827282ef Mon Sep 17 00:00:00 2001 From: Vladislav Yashin Date: Thu, 26 Apr 2018 18:11:05 +0300 Subject: [PATCH] Use tdlib-ruby 0.9 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index e179d84..6387fb8 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gem 'telegram-bot-ruby', '~> 0.8.6' gem 'pidfile', git: 'https://github.com/arturtr/pidfile.git' -gem 'tdlib-ruby', '~> 0.4' +gem 'tdlib-ruby', '~> 0.9' gem 'sidekiq-cron' group :test do