Skip to content

Use ruby 3.0.6 in dev to remove warning message#85

Merged
alexevanczuk merged 2 commits intomainfrom
ae-remove-error-message-from-parser
Apr 17, 2023
Merged

Use ruby 3.0.6 in dev to remove warning message#85
alexevanczuk merged 2 commits intomainfrom
ae-remove-error-message-from-parser

Conversation

@alexevanczuk
Copy link
Copy Markdown
Contributor

Before

~/workspace/use_packs - (main) $ bundle exec rspec
warning: parser/current is loading parser/ruby27, which recognizes 2.7.8-compliant syntax, but you are running 2.7.4.
Please see https://github.com/whitequark/parser#compatibility-with-ruby-mri.

UsePacks::Private::InteractiveCli
...

After

~/workspace/use_packs - (ae-remove-error-message-from-parser) $ bundle exec rspec

UsePacks::Private::InteractiveCli
...

Alex Evanczuk added 2 commits April 17, 2023 13:54
Error message was:
```
use_packs.gemspec:22:32: W: Gemspec/RequiredRubyVersion: required_ruby_version and TargetRubyVersion (3.0, which may be specified in .rubocop.yml) should be equal.
  spec.required_ruby_version = Gem::Requirement.new('>= 2.6.0')
```
@alexevanczuk alexevanczuk merged commit 5fd7ba2 into main Apr 17, 2023
@alexevanczuk alexevanczuk deleted the ae-remove-error-message-from-parser branch April 17, 2023 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant