Skip to content

Commit

Permalink
Updating rexml and nori (#1)
Browse files Browse the repository at this point in the history
* Updating rexml and nori

Signed-off-by: John <[email protected]>
  • Loading branch information
johnmccrae authored Dec 23, 2024
1 parent ef3e56e commit fc046cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, windows-2019]
ruby: ['2.6', '2.7', '3.0', '3.1']
os: [ubuntu-24.04, windows-2019]
ruby: ['3.0', '3.1']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions winrm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'gyoku', '~> 1.0'
s.add_runtime_dependency 'httpclient', '~> 2.2', '>= 2.2.0.2'
s.add_runtime_dependency 'logging', ['>= 1.6.1', '< 3.0']
s.add_runtime_dependency 'nori', '~> 2.0'
s.add_runtime_dependency 'rexml', '~> 3.0'
s.add_runtime_dependency 'nori', '= 2.7.0' # nori 2.7.1 hasw a bug where it throws a NoMethodError for snakecase.
s.add_runtime_dependency 'rexml', '~> 3.3' # needs to load at least 3.3.6 to get past a CVE
s.add_development_dependency 'pry'
s.add_development_dependency 'rake', '>= 10.3', '< 13'
s.add_development_dependency 'rb-readline'
Expand Down

0 comments on commit fc046cf

Please sign in to comment.