Skip to content

Commit 60fd42c

Browse files
authored
Merge pull request #34 from github/jhongturney/bump-ruby-test
Bump rexml to 3.3.0
2 parents 359c73e + 51e661d commit 60fd42c

File tree

7 files changed

+7
-8
lines changed

7 files changed

+7
-8
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,4 @@ script: "script/cibuild"
77
matrix:
88
include:
99
- rvm: 2.7
10-
- rvm: 2.4
11-
- rvm: 2.3.2
12-
- rvm: 2.2.3
13-
- rvm: 2.1
10+
- rvm: 2.5

Gemfile.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ GEM
9898
rainbow (3.1.1)
9999
rake (12.3.3)
100100
regexp_parser (2.9.0)
101-
rexml (3.2.6)
101+
rexml (3.3.0)
102+
strscan
102103
rspec (3.13.0)
103104
rspec-core (~> 3.13.0)
104105
rspec-expectations (~> 3.13.0)
@@ -155,6 +156,7 @@ GEM
155156
json
156157
simplecov
157158
simplecov_json_formatter (0.1.4)
159+
strscan (3.1.0)
158160
thor (1.3.1)
159161
tzinfo (2.0.6)
160162
concurrent-ruby (~> 1.0)
@@ -176,4 +178,4 @@ DEPENDENCIES
176178
simplecov-json (~> 0.2)
177179

178180
BUNDLED WITH
179-
2.1.4
181+
2.4.19

octofacts-updater.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ EOS
2222
].flatten
2323
spec.require_paths = ["lib"]
2424

25-
spec.required_ruby_version = ">= 2.1.0"
25+
spec.required_ruby_version = ">= 2.5.0"
2626
spec.add_dependency "diffy", ">= 3.1.0"
2727
spec.add_dependency "octocatalog-diff", ">= 2.1.0"
2828
spec.add_dependency "octokit", ">= 4.2.0"

octofacts.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ EOS
1717
spec.files = [Dir.glob("lib/octofacts/**/*.rb"), "lib/octofacts.rb", ".version"].flatten
1818
spec.require_paths = ["lib"]
1919

20-
spec.required_ruby_version = ">= 2.1.0"
20+
spec.required_ruby_version = ">= 2.5.0"
2121
end

vendor/cache/rexml-3.2.6.gem

-100 KB
Binary file not shown.

vendor/cache/rexml-3.3.0.gem

101 KB
Binary file not shown.

vendor/cache/strscan-3.1.0.gem

16 KB
Binary file not shown.

0 commit comments

Comments
 (0)