-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[-] Filters - Support complex/generic conditions chaining #323
Conversation
8673a41
to
f914e2d
Compare
@@ -54,20 +54,20 @@ GEM | |||
thread_safe (~> 0.3, >= 0.3.4) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not confident about all this change, may be @arnaudbesnier has an insight about that
@@ -18,7 +18,7 @@ end | |||
|
|||
group :test do | |||
gem 'rake' | |||
gem 'sqlite3' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just force the value to '1.3.13', the ~>
operator is hard to understand
Gemfile.lock
Outdated
byebug (8.2.2) | ||
concurrent-ruby (1.1.4) | ||
crass (1.0.3) | ||
byebug (11.0.1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok for byebug if it still works as expected
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not critical as it is a dev dependency
Gemfile.lock
Outdated
thread_safe (0.3.6) | ||
tzinfo (1.2.5) | ||
thread_safe (~> 0.1) | ||
useragent (0.16.5) | ||
useragent (0.16.10) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Except for sqlite3, byebug, rake, rspec, (dev or test dependencies) yes rollback all the changes 🙏
c08b7f9
to
d2d6c91
Compare
Pull Request checklist: