southbridgeio / redmine_bots

43 stars 11 forks source link

Need ruby 2.4? #40

Closed oliu321 closed 4 years ago

oliu321 commented 4 years ago

I just tried to install this plugin (because I am trying to install 2FA plugin), but failed because of the following error when I do the bundle

Gem::InstallError: dry-inflector requires Ruby version >= 2.4.

However per your doc, it seems I can just use Ruby 2.3? I don't want to upgrade ruby if I don't have to, can you please check? Thanks.

vladislav-yashin commented 4 years ago

Looks like dry-rb dropped support for Ruby 2.3

Anyway, according to https://www.ruby-lang.org/en/downloads/ 2.3 is EOL (Not maintained anymore), so I guess we're not going to support Ruby versions prior to 2.4 in the future.

As a workaround you can try to fix dry-inflector version to 0.1.1 in the Gemfile.local