Add Ruby 3.3 on CI#697
Merged
Merged
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #697 +/- ##
==========================================
- Coverage 90.35% 90.32% -0.03%
==========================================
Files 62 62
Lines 3162 3154 -8
==========================================
- Hits 2857 2849 -8
Misses 305 305 ☔ View full report in Codecov by Sentry. |
Rubocop supports now TargetRubyVersion for EOL Ruby versions down to 2.3. See https://docs.rubocop.org/rubocop/1.59/compatibility.html: > RuboCop targets Ruby 2.0+ code analysis since RuboCop 1.30. It restored code analysis support that had been removed earlier by mistake, together with dropping runtime support for unsupported Ruby versions.
e537973 to
197ca8f
Compare
4fde8a2 to
882bd66
Compare
Error: ``` RuntimeError: Unable to find a compatible xml library. Ensure that you have installed or added to your Gemfile one of ox, oga, libxml, nokogiri or rexml # ./vendor/bundle/ruby/3.2.0/gems/aws-sdk-core-3.190.1/lib/aws-sdk-core/xml/parser.rb:74:in `set_default_engine' # ./vendor/bundle/ruby/3.2.0/gems/aws-sdk-core-3.190.1/lib/aws-sdk-core/xml/parser.rb:96:in `<class:Parser>' # ./vendor/bundle/ruby/3.2.0/gems/aws-sdk-core-3.190.1/lib/aws-sdk-core/xml/parser.rb:7:in `<module:Xml>' # ./vendor/bundle/ruby/3.2.0/gems/aws-sdk-core-3.190.1/lib/aws-sdk-core/xml/parser.rb:5:in `<module:Aws>' # ./vendor/bundle/ruby/3.2.0/gems/aws-sdk-core-3.190.1/lib/aws-sdk-core/xml/parser.rb:3:in `<top (required)>' # ./vendor/bundle/ruby/3.2.0/gems/aws-sdk-core-3.190.1/lib/aws-sdk-core/xml.rb:8:in `require_relative' # ./vendor/bundle/ruby/3.2.0/gems/aws-sdk-core-3.190.1/lib/aws-sdk-core/xml.rb:8:in `<top (required)>' # ./vendor/bundle/ruby/3.2.0/gems/aws-sdk-core-3.190.1/lib/aws-sdk-core.rb:77:in `require_relative' # ./vendor/bundle/ruby/3.2.0/gems/aws-sdk-core-3.190.1/lib/aws-sdk-core.rb:77:in `<top (required)>' # ./vendor/bundle/ruby/3.2.0/gems/aws-sdk-dynamodb-1.98.0/lib/aws-sdk-dynamodb.rb:11:in `<top (required)>' # ./lib/dynamoid.rb:3:in `<top (required)>' ```
882bd66 to
13cce10
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.