Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
andrykonchin committed Dec 31, 2023
1 parent 5aa2d37 commit 4fde8a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ jobs:
run: |
docker-compose up -d
- name: debug
run: |
bundle exec ruby -e 'require "aws-sdk-core/xml/parser/engines/rexml"; p Aws::Xml::Parser::RexmlEngine'
- name: Run RSpec tests
run: |
bundle exec rspec
Expand Down
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

1 change: 1 addition & 0 deletions dynamoid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rspec', '~> 3.12'
spec.add_development_dependency 'yard'
rpec.add_development_dependency 'rexml'
end

0 comments on commit 4fde8a2

Please sign in to comment.