Skip to content

Commit

Permalink
Update dependency sqlite3 to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent 9f5c143 commit ccdbb8a
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,6 +10,6 @@ gem "matrix", "~> 0.4.2"
gem "nokogiri", "~> 1.16"
gem "pry", "~> 0.15.0"
gem "rake", "~> 13.2"
gem "rspec-rails", "~> 7.1"
gem "rspec-rails", "~> 7.0"
gem "sprockets-rails", "~> 3.5"
gem "sqlite3", "~> 2.0"
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (2.0.4-arm64-darwin)
sqlite3 (2.0.4-x86_64-linux-gnu)
sqlite3 (2.3.0-arm64-darwin)
sqlite3 (2.3.0-x86_64-linux-gnu)
stringio (3.1.2)
thor (1.3.2)
timeout (0.4.2)
Expand All @@ -247,7 +247,7 @@ DEPENDENCIES
pry (~> 0.15.0)
rails-footnotes!
rake (~> 13.2)
rspec-rails (~> 7.1)
rspec-rails (~> 7.0)
sprockets-rails (~> 3.5)
sqlite3 (~> 2.0)

Expand Down

0 comments on commit ccdbb8a

Please sign in to comment.