Skip to content

Commit

Permalink
Merge pull request #34 from github/jhongturney/bump-ruby-test
Browse files Browse the repository at this point in the history
Bump rexml to 3.3.0
  • Loading branch information
jhongturney authored Jun 12, 2024
2 parents 359c73e + 51e661d commit 60fd42c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,4 @@ script: "script/cibuild"
matrix:
include:
- rvm: 2.7
- rvm: 2.4
- rvm: 2.3.2
- rvm: 2.2.3
- rvm: 2.1
- rvm: 2.5
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ GEM
rainbow (3.1.1)
rake (12.3.3)
regexp_parser (2.9.0)
rexml (3.2.6)
rexml (3.3.0)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand Down Expand Up @@ -155,6 +156,7 @@ GEM
json
simplecov
simplecov_json_formatter (0.1.4)
strscan (3.1.0)
thor (1.3.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand All @@ -176,4 +178,4 @@ DEPENDENCIES
simplecov-json (~> 0.2)

BUNDLED WITH
2.1.4
2.4.19
2 changes: 1 addition & 1 deletion octofacts-updater.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ EOS
].flatten
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 2.1.0"
spec.required_ruby_version = ">= 2.5.0"
spec.add_dependency "diffy", ">= 3.1.0"
spec.add_dependency "octocatalog-diff", ">= 2.1.0"
spec.add_dependency "octokit", ">= 4.2.0"
Expand Down
2 changes: 1 addition & 1 deletion octofacts.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ EOS
spec.files = [Dir.glob("lib/octofacts/**/*.rb"), "lib/octofacts.rb", ".version"].flatten
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 2.1.0"
spec.required_ruby_version = ">= 2.5.0"
end
Binary file removed vendor/cache/rexml-3.2.6.gem
Binary file not shown.
Binary file added vendor/cache/rexml-3.3.0.gem
Binary file not shown.
Binary file added vendor/cache/strscan-3.1.0.gem
Binary file not shown.

0 comments on commit 60fd42c

Please sign in to comment.