Skip to content

Commit

Permalink
Merge pull request #80 from southbridgeio/develop
Browse files Browse the repository at this point in the history
Updated gem versions
  • Loading branch information
reshetov authored Dec 26, 2024
2 parents 11588da + b2880c4 commit 9d5616f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ gem 'sidekiq-rate-limiter', '0.1.3', require: 'sidekiq-rate-limiter/server'
gem 'telegram-bot-ruby', '>= 0.11', '< 1.0'
gem 'slack-ruby-bot'
gem 'celluloid-io'
gem 'tdlib-ruby', git: 'https://github.com/southbridgeio/tdlib-ruby', tag: "v3.0.4"
gem 'tdlib-schema', git: 'https://github.com/southbridgeio/tdlib-schema'
gem 'tdlib-ruby', '~> 3.1.0'
gem 'tdlib-schema', '~> 1.7.0'
gem 'jwt'
gem 'filelock'
gem 'patron'
Expand Down
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
name 'Redmine Bots'
url 'https://github.com/southbridgeio/redmine_bots'
description 'This is a platform for building Redmine bots'
version '0.5.2'
version '0.5.7'
author 'Southbridge'
author_url 'https://github.com/southbridgeio'

Expand Down
2 changes: 1 addition & 1 deletion lib/redmine_bots/telegram.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def self.webhook_secret
end

def self.tdlib_client
settings = Setting.find_by_name(:plugin_redmine_bots).value
settings = Setting.find_by_name(:plugin_redmine_bots)&.value || {}
TD::Api.set_log_file_path(Rails.root.join('log', 'redmine_bots', 'tdlib.log').to_s)
config = {
api_id: settings['telegram_api_id'],
Expand Down

0 comments on commit 9d5616f

Please sign in to comment.