wvanbergen / scoped_search

Easily search you ActiveRecord models with a simple query language that converts to SQL.
MIT License
265 stars 78 forks source link

rubygems.org version differs from master branch, Ruby 3 support not included #214

Closed D4uS1 closed 2 years ago

D4uS1 commented 2 years ago

Hi Guys,

there was recently a commit to enable Ruby 3 support. The current version of the Gem 4.1.9 is listed in rubygems.org but seems not to include those fix.

Currently i am using the gem by referencing to the github repo.

gem 'scoped_search', git: 'https://github.com/wvanbergen/scoped_search.git'

Can we have some update on rubygems.org to make it available without referencing to the repository?

Thank you D4uS1

adamruzicka commented 2 years ago

Version 4.1.10 containing, among other things, ruby 3 compatibility was just released to rubygems.

D4uS1 commented 2 years ago

Sounds great 👍 . Thank you very much!