telegram-bot-rb / telegram-bot

Ruby gem for building Telegram Bot with optional Rails integration
MIT License
635 stars 117 forks source link

Add Ruby 3.0 support #152

Closed natsumi closed 3 years ago

natsumi commented 3 years ago

Unable to install this gem under Ruby 3.0

ERROR:  Error installing telegram-bot:
        telegram-bot-0.15.1 requires Ruby version ~> 2.0. The current ruby version is 3.0.0.0.

Would be nice to have Ruby 3.0 support.

printercu commented 3 years ago

Hi! Could you please give it a try: gem 'telegram-bot', github: 'telegram-bot-rb/telegram-bot', branch: 'ruby-3.0'

benone commented 3 years ago

Hi! Could you please give it a try: gem 'telebram-bot', github: 'telegram-bot-rb/telegram-bot', branch: 'ruby-3.0'

Thanks!

p.s. typo: telegram-bot :)

natsumi commented 3 years ago

@printercu I updated my project to Ruby 3 and the updated telegram-bot. Everything worked perfectly for me.

Thanks for the quick turnaround.

printercu commented 3 years ago

Thanks for checking it out. Just release 0.15.2 with ruby3 support.