Skip to content

Commit 0c4fbc3

Browse files
Bump the bundler group with 3 updates
Bumps the bundler group with 3 updates: [sqlite3](https://github.com/sparklemotion/sqlite3-ruby), [debug](https://github.com/ruby/debug) and [selenium-webdriver](https://github.com/SeleniumHQ/selenium). Updates `sqlite3` from 2.6.0 to 2.7.1 - [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.1) 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) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.7.1 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d697c06 commit 0c4fbc3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 6 additions & 6 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)
@@ -239,7 +239,7 @@ GEM
239239
activerecord (>= 6.1.5)
240240
activesupport (>= 6.1.5)
241241
i18n
242-
rdoc (6.14.0)
242+
rdoc (6.14.1)
243243
erb
244244
psych (>= 4.0.0)
245245
regexp_parser (2.10.0)
@@ -251,7 +251,7 @@ GEM
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)
@@ -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.1)
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.1-arm64-darwin)
280+
sqlite3 (2.7.1-x86_64-linux-gnu)
281281
stringio (3.1.7)
282282
thor (1.3.2)
283283
timeout (0.4.3)

0 commit comments

Comments
 (0)