Skip to content

Commit

Permalink
Merge pull request #45 from minter/dependabot/bundler/sqlite3-2.0.1
Browse files Browse the repository at this point in the history
Bump sqlite3 from 1.7.3 to 2.0.1
  • Loading branch information
minter authored Apr 27, 2024
2 parents bdb2561 + ab7dfc8 commit 15c7d8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ruby "3.2.2"
gem "rails", "~> 7.1.3"

# Use SQLite as the database for Active Record
gem "sqlite3", "~>1.4"
gem "sqlite3", "~>2.0"

# Use the Puma web server [https://github.com/puma/puma]
# gem "puma", ">= 5.0"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,9 @@ GEM
rufus-scheduler (~> 3.2)
sidekiq (>= 6, < 8)
tilt (>= 1.4.0)
sqlite3 (1.7.3-aarch64-linux)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-linux)
sqlite3 (2.0.1-aarch64-linux-gnu)
sqlite3 (2.0.1-arm64-darwin)
sqlite3 (2.0.1-x86_64-linux-gnu)
standard (1.35.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
Expand Down Expand Up @@ -309,7 +309,7 @@ DEPENDENCIES
redis (~> 5)
sidekiq (~> 7)
sidekiq-scheduler (~> 5)
sqlite3 (~> 1.4)
sqlite3 (~> 2.0)
standard
timecop
tzinfo-data
Expand Down

0 comments on commit 15c7d8b

Please sign in to comment.