Skip to content

Commit

Permalink
Update dependency sqlite3 to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 28, 2023
1 parent 9428b86 commit 4eba2b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.35"
gem "gem-release", "~> 2.2"
gem "matrix", "~> 0.4.2"
gem "nokogiri", "~> 1.16"
gem "nokogiri", "~> 1.12"
gem "pry", "~> 0.14.1"
gem "rake", "~> 13.0"
gem "rspec-rails", "~> 6.0"
gem "sprockets-rails", "~> 3.2"
gem "sqlite3", "~> 1.7"
gem "sqlite3", "~> 1.6"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -241,13 +241,13 @@ DEPENDENCIES
capybara (~> 3.35)
gem-release (~> 2.2)
matrix (~> 0.4.2)
nokogiri (~> 1.16)
nokogiri (~> 1.12)
pry (~> 0.14.1)
rails-footnotes!
rake (~> 13.0)
rspec-rails (~> 6.0)
sprockets-rails (~> 3.2)
sqlite3 (~> 1.7)
sqlite3 (~> 1.6)

RUBY VERSION
ruby 3.2.2p53
Expand Down

0 comments on commit 4eba2b0

Please sign in to comment.