Skip to content

Commit c09adbc

Browse files
authored
Merge pull request #9 from abuzzany/dependabot/bundler/rexml-3.3.2
chore(deps-dev): bump rexml from 3.2.6 to 3.3.2
2 parents 6ae6222 + d4e13e1 commit c09adbc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Gemfile.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ GEM
225225
uri
226226
nokogiri (1.16.4-x86_64-darwin)
227227
racc (~> 1.4)
228+
nokogiri (1.16.4-x86_64-linux)
229+
racc (~> 1.4)
228230
octokit (4.25.1)
229231
faraday (>= 1, < 3)
230232
sawyer (~> 0.9)
@@ -235,7 +237,8 @@ GEM
235237
rb-fsevent (0.11.2)
236238
rb-inotify (0.10.1)
237239
ffi (~> 1.0)
238-
rexml (3.2.6)
240+
rexml (3.3.2)
241+
strscan
239242
rouge (3.30.0)
240243
rubyzip (2.3.2)
241244
safe_yaml (1.0.5)
@@ -249,6 +252,7 @@ GEM
249252
faraday (>= 0.17.3, < 3)
250253
simpleidn (0.2.2)
251254
unf (~> 0.1.4)
255+
strscan (3.1.0)
252256
terminal-table (1.8.0)
253257
unicode-display_width (~> 1.1, >= 1.1.1)
254258
typhoeus (1.4.1)
@@ -264,6 +268,7 @@ GEM
264268

265269
PLATFORMS
266270
x86_64-darwin
271+
x86_64-linux
267272

268273
DEPENDENCIES
269274
csv

0 commit comments

Comments
 (0)