Skip to content

Commit

Permalink
Fixes #35427 - Update scoped_search to at least 4.1.10
Browse files Browse the repository at this point in the history
This fixes Rails 6.1 and Ruby 3 support.
  • Loading branch information
ekohl committed Aug 25, 2022
1 parent 0247a5d commit e8b6911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'rest-client', '>= 2.0.0', '< 3', :require => 'rest_client'
gem 'audited', '~> 5.0'
gem 'will_paginate', '~> 3.3'
gem 'ancestry', '~> 4.0'
gem 'scoped_search', '>= 4.1.8', '< 5'
gem 'scoped_search', '>= 4.1.10', '< 5'
gem 'ldap_fluff', '>= 0.5.0', '< 1.0'
gem 'apipie-rails', '>= 0.5.17', '< 0.6.0'
gem 'apipie-dsl', '>= 2.2.6'
Expand Down

0 comments on commit e8b6911

Please sign in to comment.