Skip to content

Commit 5c298c4

Browse files
Bump sqlite3 from 1.7.3 to 2.9.5
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.7.3 to 2.9.5. - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md) - [Commits](sparklemotion/sqlite3-ruby@v1.7.3...v2.9.5) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.9.5 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e6a10d0 commit 5c298c4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ group :development, :test do
1818
gem 'rubocop-rake', '~> 0.6.0', require: false
1919
gem 'rubocop-rspec', '~> 3.0', require: false
2020
gem 'simplecov', '~> 0.22.0', require: false
21-
gem 'sqlite3', '~> 1.4'
21+
gem 'sqlite3', '~> 2.9'
2222
gem 'vcr', '~> 6.2'
2323
gem 'webmock', '~> 3.23'
2424
end

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ GEM
6262
logger (1.6.1)
6363
matrix (0.4.2)
6464
mini_mime (1.1.5)
65-
mini_portile2 (2.8.8)
65+
mini_portile2 (2.8.9)
6666
minitest (5.25.1)
6767
multi_xml (0.7.1)
6868
bigdecimal (~> 3.1)
@@ -129,7 +129,7 @@ GEM
129129
simplecov_json_formatter (~> 0.1)
130130
simplecov-html (0.13.1)
131131
simplecov_json_formatter (0.1.4)
132-
sqlite3 (1.7.3)
132+
sqlite3 (2.9.5)
133133
mini_portile2 (~> 2.8.0)
134134
tzinfo (2.0.6)
135135
concurrent-ruby (~> 1.0)
@@ -162,7 +162,7 @@ DEPENDENCIES
162162
rubocop-rspec (~> 3.0)
163163
ruby_api_pack_cloudways!
164164
simplecov (~> 0.22.0)
165-
sqlite3 (~> 1.4)
165+
sqlite3 (~> 2.9)
166166
vcr (~> 6.2)
167167
webmock (~> 3.23)
168168

0 commit comments

Comments
 (0)