-
Notifications
You must be signed in to change notification settings - Fork 109
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
Ruby warnings #89
Ruby warnings #89
Comments
This PR #88 should help to reveal the warning. |
- with ruby 2.7.3 I get the following warnings(described in podigee#89): ``` lib/device_detector/parser.rb:88: warning: regular expression has ']' without escape lib/device_detector/parser.rb:88: warning: nested repeat operator '+' and '?' was replaced with '*' in regular expression ``` - I removed the '?' operators where possible and exchanged them for '*' - closes podigee#89
I wanted to file the same issue. Glad to see that it was already created. |
Whoops, looks like I doubled up here |
The regex syntax issues have been resolved upstream: matomo-org/device-detector#6992 Would it be possible to pull the updated files down and cut a new version of this gem please? |
Thanks everybody for keeping track and all your efforts. We will provide a newer version of the gem soon. |
Hi there!
Since release 1.0.6 I get this warning :
Thank you!
The text was updated successfully, but these errors were encountered: