|7eter l-|. l3oling
|7eter l-|. l3oling
``` # TODO: Inherit from StandardError class IncorrectFlagColumnException < Exception; end class NoSuchFlagQueryModeException < Exception; end class NoSuchFlagException < Exception; end class DuplicateFlagColumnException < Exception; end ```
Fixes #144 - [x] allow latest Rubocop - [x] update readme to explain to users that they shoudl lock Rubocop (everyone should already be dooing this, but good to point...
This gem locks the rubocop dependency to `~> 0.78.0`, which prevents using more recent releases of Rubocop (current is `0.82.0`, and there are a bunch of fixes in head about...
``` [DEPRECATED] `Bundler.with_clean_env` has been deprecated in favor of `Bundler.with_unbundled_env`. If you instead want the environment before bundler was originally loaded, use `Bundler.with_original_env` (called at /home/circleci/project/vendor/bundle/ruby/2.5.0/gems/semaphore_****_boosters-2.6.0/lib/****_boosters/shell.rb:32) ``` It is being...
- Compatibility with JWT 2.0 (from [Aha's fork](https://github.com/aha-app/omniauth-jwt)) - Compatibility with JWT 2.2 (from [Discourse's renamed fork](https://github.com/discourse/discourse-omniauth-jwt)) - Compatibility with OpenSSL 3.0 (from [GitLab's vendored fork](https://github.com/gitlabhq/gitlabhq/blob/master/lib/omni_auth/strategies/jwt.rb)) - some additional fixes...
I am using the rubocop-gradual shim, so it runs instead of the standard rubocop command normally. When I run: ``` NO_GRADUAL=1 bundle exec rubocop -a --list ``` it only prints...
My CI failed with a RuboCop violation. So locally I ran: ``` ❯ bundle exec rake rubocop_gradual:autocorrect Running RuboCop Gradual... Inspecting 181 file(s) for autocorrection... ..................................................................................................................................................................................... Fixed 0 file(s). ..........................................................................................................................................................................................................................................................................................................................................................................................................................................................
Grit is no longer maintained. Rugged is a maintained replacement.
Metadata will help people on RubyGems.org, or other library indexers, to find the source code, issue tracker, CHANGELOG, etc