Skip to content

Commit

Permalink
Merge pull request #271 from codecov/dependabot/bundler/sqlite3-2.6.0
Browse files Browse the repository at this point in the history
chore(deps): bump sqlite3 from 2.5.0 to 2.6.0
  • Loading branch information
thomasrockhu-codecov authored Feb 24, 2025
2 parents 20accf8 + 4d0a6e9 commit cb67f79
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ gem "rails", "~> 8.0.1"
gem "sprockets-rails"

# Use sqlite3 as the database for Active Record
gem "sqlite3", "~> 2.5"
gem "sqlite3", "~> 2.6"

# Use the Puma web server [https://github.com/puma/puma]
gem "puma", "~> 6.6"
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -424,8 +424,8 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (2.5.0-x86_64-darwin)
sqlite3 (2.5.0-x86_64-linux-gnu)
sqlite3 (2.6.0-x86_64-darwin)
sqlite3 (2.6.0-x86_64-linux-gnu)
stringio (3.1.4)
tailwindcss-rails (4.1.0)
railties (>= 7.0.0)
@@ -459,7 +459,7 @@ DEPENDENCIES
simplecov
simplecov-cobertura
sprockets-rails
sqlite3 (~> 2.5)
sqlite3 (~> 2.6)
tailwindcss-rails (~> 4.1)
tzinfo-data

0 comments on commit cb67f79

Please sign in to comment.