Skip to content

Commit

Permalink
Merge pull request #242 from codecov/dependabot/bundler/sqlite3-2.4.0
Browse files Browse the repository at this point in the history
chore(deps): bump sqlite3 from 2.3.1 to 2.4.0
  • Loading branch information
thomasrockhu-codecov authored Dec 4, 2024
2 parents 6636e63 + d032ba5 commit ec2a9a4
Show file tree
Hide file tree
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
Expand Up @@ -10,7 +10,7 @@ gem "rails", "~> 8.0.0"
gem "sprockets-rails"

# Use sqlite3 as the database for Active Record
gem "sqlite3", "~> 2.3"
gem "sqlite3", "~> 2.4"

# Use the Puma web server [https://github.com/puma/puma]
gem "puma", "~> 6.5"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,8 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (2.3.1-x86_64-darwin)
sqlite3 (2.3.1-x86_64-linux-gnu)
sqlite3 (2.4.0-x86_64-darwin)
sqlite3 (2.4.0-x86_64-linux-gnu)
stringio (3.1.2)
tailwindcss-rails (3.0.0)
railties (>= 7.0.0)
Expand Down Expand Up @@ -446,7 +446,7 @@ DEPENDENCIES
simplecov
simplecov-cobertura
sprockets-rails
sqlite3 (~> 2.3)
sqlite3 (~> 2.4)
tailwindcss-rails (~> 3.0)
tzinfo-data

Expand Down

0 comments on commit ec2a9a4

Please sign in to comment.