Skip to content

Commit 7147d7b

Browse files
Bump sqlite3 from 1.7.3 to 2.0.4
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.7.3 to 2.0.4. - [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.0.4) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fa1188b commit 7147d7b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ gem "pry", "~> 0.14.1"
1212
gem "rake", "~> 13.2"
1313
gem "rspec-rails", "~> 7.0"
1414
gem "sprockets-rails", "~> 3.5"
15-
gem "sqlite3", "~> 1.7"
15+
gem "sqlite3", "~> 2.0"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ GEM
214214
actionpack (>= 6.1)
215215
activesupport (>= 6.1)
216216
sprockets (>= 3.0.0)
217-
sqlite3 (1.7.3-arm64-darwin)
218-
sqlite3 (1.7.3-x86_64-linux)
217+
sqlite3 (2.0.4-arm64-darwin)
218+
sqlite3 (2.0.4-x86_64-linux-gnu)
219219
stringio (3.1.1)
220220
thor (1.3.2)
221221
timeout (0.4.1)
@@ -245,7 +245,7 @@ DEPENDENCIES
245245
rake (~> 13.2)
246246
rspec-rails (~> 7.0)
247247
sprockets-rails (~> 3.5)
248-
sqlite3 (~> 1.7)
248+
sqlite3 (~> 2.0)
249249

250250
RUBY VERSION
251251
ruby 3.3.1p55

0 commit comments

Comments
 (0)