Skip to content

Conversation

@mprokopov
Copy link

Logger functionality in ActionController implemented using AbstractController::Logger class. Following change fixes incompatibility with Rails 8.1.

Resolves #263

Logger functionality in ActionController implemented using
AbstractController::Logger class. Following change fixes incompatibility
with Rails 8.1.
@thomaswitt
Copy link

I get

Could not find compatible versions

Because every version of telegram-bot depends on activesupport >= 4.0, < 8.1
  and activejob >= 8.1.0 depends on activesupport = 8.1.0,
  every version of telegram-bot is incompatible with activejob >= 8.1.0.
So, because Gemfile depends on activejob = 8.1.0
  and Gemfile depends on telegram-bot >= 0,
  version solving has failed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rails 8.1 incompatilibity: undefined method 'config_accessor' for class Telegram::Bot::UpdatesController (NoMethodError)

2 participants