Skip to content

Commit

Permalink
Update dependency sqlite3 to v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent f346707 commit fded3a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ ruby file: ".ruby-version"
gem "capybara", "~> 3.40"
gem "gem-release", "~> 2.2"
gem "matrix", "~> 0.4.2"
gem "nokogiri", "~> 1.17"
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"
8 changes: 4 additions & 4 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.4.1-arm64-darwin)
sqlite3 (2.4.1-x86_64-linux-gnu)
stringio (3.1.2)
thor (1.3.2)
timeout (0.4.2)
Expand All @@ -243,11 +243,11 @@ DEPENDENCIES
capybara (~> 3.40)
gem-release (~> 2.2)
matrix (~> 0.4.2)
nokogiri (~> 1.17)
nokogiri (~> 1.16)
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 fded3a8

Please sign in to comment.