Skip to content

Commit ce666b9

Browse files
Bump the bundler group across 1 directory with 4 updates (#895)
Bumps the bundler group with 4 updates in the / directory: [sqlite3](https://github.com/sparklemotion/sqlite3-ruby), [debug](https://github.com/ruby/debug), [selenium-webdriver](https://github.com/SeleniumHQ/selenium) and [simplecov-cobertura](https://github.com/jessebs/simplecov-cobertura). Updates `sqlite3` from 2.6.0 to 2.7.3 - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md) - [Commits](sparklemotion/sqlite3-ruby@v2.6.0...v2.7.3) Updates `debug` from 1.10.0 to 1.11.0 - [Release notes](https://github.com/ruby/debug/releases) - [Commits](ruby/debug@v1.10.0...v1.11.0) Updates `selenium-webdriver` from 4.33.0 to 4.34.0 - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES) - [Commits](SeleniumHQ/selenium@selenium-4.33.0...selenium-4.34.0) Updates `simplecov-cobertura` from 2.1.0 to 3.0.0 - [Release notes](https://github.com/jessebs/simplecov-cobertura/releases) - [Commits](jessebs/simplecov-cobertura@v2.1.0...v3.0.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.7.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler - dependency-name: debug dependency-version: 1.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: bundler - dependency-name: selenium-webdriver dependency-version: 4.34.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: bundler - dependency-name: simplecov-cobertura dependency-version: 3.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b574253 commit ce666b9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ GEM
106106
railties (>= 6.0.0)
107107
csv (3.3.5)
108108
date (3.4.1)
109-
debug (1.10.0)
109+
debug (1.11.0)
110110
irb (~> 1.10)
111111
reline (>= 0.3.8)
112112
devise (4.9.4)
@@ -117,7 +117,7 @@ GEM
117117
warden (~> 1.2.3)
118118
docile (1.4.1)
119119
drb (2.2.3)
120-
erb (5.0.1)
120+
erb (5.0.2)
121121
erubi (1.13.1)
122122
formtastic (5.0.0)
123123
actionpack (>= 6.0.0)
@@ -138,7 +138,7 @@ GEM
138138
has_scope (>= 0.6)
139139
railties (>= 7.0)
140140
responders (>= 2)
141-
io-console (0.8.0)
141+
io-console (0.8.1)
142142
irb (1.15.2)
143143
pp (>= 0.6.0)
144144
rdoc (>= 4.0.0)
@@ -239,19 +239,19 @@ GEM
239239
activerecord (>= 6.1.5)
240240
activesupport (>= 6.1.5)
241241
i18n
242-
rdoc (6.14.0)
242+
rdoc (6.14.2)
243243
erb
244244
psych (>= 4.0.0)
245245
regexp_parser (2.10.0)
246-
reline (0.6.1)
246+
reline (0.6.2)
247247
io-console (~> 0.5)
248248
responders (3.1.1)
249249
actionpack (>= 5.2)
250250
railties (>= 5.2)
251251
rexml (3.4.1)
252252
rubyzip (2.4.1)
253253
securerandom (0.4.1)
254-
selenium-webdriver (4.33.0)
254+
selenium-webdriver (4.34.0)
255255
base64 (~> 0.2)
256256
logger (~> 1.4)
257257
rexml (~> 3.2, >= 3.2.5)
@@ -261,10 +261,10 @@ GEM
261261
docile (~> 1.1)
262262
simplecov-html (~> 0.11)
263263
simplecov_json_formatter (~> 0.1)
264-
simplecov-cobertura (2.1.0)
264+
simplecov-cobertura (3.0.0)
265265
rexml
266266
simplecov (~> 0.19)
267-
simplecov-html (0.13.1)
267+
simplecov-html (0.13.2)
268268
simplecov_json_formatter (0.1.4)
269269
sprockets (4.2.2)
270270
concurrent-ruby (~> 1.0)
@@ -274,10 +274,10 @@ GEM
274274
actionpack (>= 6.1)
275275
activesupport (>= 6.1)
276276
sprockets (>= 3.0.0)
277-
sqlite3 (2.6.0)
277+
sqlite3 (2.7.3)
278278
mini_portile2 (~> 2.8.0)
279-
sqlite3 (2.6.0-arm64-darwin)
280-
sqlite3 (2.6.0-x86_64-linux-gnu)
279+
sqlite3 (2.7.3-arm64-darwin)
280+
sqlite3 (2.7.3-x86_64-linux-gnu)
281281
stringio (3.1.7)
282282
thor (1.4.0)
283283
timeout (0.4.3)

0 commit comments

Comments
 (0)