fluentular
fluentular copied to clipboard
:pencil: Fluentular is a Fluentd regular expression editor
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.27.0 to 1.34.1. Release notes Sourced from rubocop's releases. RuboCop 1.34.1 Bug fixes #10893: Fix an error when running rubocop without bundle exec. (@koic) RuboCop 1.34 New...
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.13.3 to 1.14.3. Release notes Sourced from rubocop-performance's releases. RuboCop Performance 1.14.3 Bug fixes #296: Fix a false negative for Performance/StringIdentifierArgument when using instance_variable_defined?. (@koic) #294: Fix...
Bumps [rack-test](https://github.com/rack/rack-test) from 1.1.0 to 2.0.2. Changelog Sourced from rack-test's changelog. 2.0.2 / 2022-06-28 Bug fixes: Fix additional incompatible character encodings error when building uploaded bodies (Jeremy Evans #311) 2.0.1...
Bumps [yajl-ruby](https://github.com/brianmario/yajl-ruby) from 1.4.2 to 1.4.3. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.10.0 to 2.11.1. Release notes Sourced from rubocop-rspec's releases. RuboCop RSpec v2.11.1 Fix a regression in RSpec/ExpectChange flagging chained method calls. (@pirj) RuboCop RSpec v2.11.0 Drop Ruby...
When started with the latest docker image ,like: `$ docker pull tomohiro/fluentular:latest` `$ docker run -d -p 8080:8080 tomohiro/fluentular:latest` The following error occurred: `/root is not writable.` `Bundler will use...
Regular Expression: `{\n "uuid": "(?[a-f0-9\-]*)",\n},` Test String: ``` { "uuid": "abcd", }, ``` The above does not give correct response, while the following Regular Expression works: ``` { "uuid": "(?[a-f0-9\-]*)",...
I was testing this project (and it's pretty cool! - great job!) but it took me some time to get the right apache2 log message. It might be helpful to...
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.12.1 to 2.13.2. Release notes Sourced from rubocop-rspec's releases. RuboCop RSpec v2.13.2 Fix an error for RSpec/Capybara/SpecificFinders with no parentheses. (@ydah) Fix a false positive for RSpec/NoExpectationExample...
Bumps [haml](https://github.com/haml/haml) from 5.2.2 to 6.0.0. Release notes Sourced from haml's releases. 6.0.0 Haml 6 became 1.7x faster than Haml 5, and it's now faster than Slim and Erubi in...