Skip to content

Commit

Permalink
Merge branch 'dependabot/bundler/sqlite3-1.7.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen committed Jan 30, 2024
2 parents f948352 + addfffb commit 0d56441
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem 'rubyzip', '~> 2.3'
gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice
gem 'rake', '~> 13.1'
gem 'otr-activerecord', '~> 2.2.0'
gem 'sqlite3', '~> 1.6'
gem 'sqlite3', '~> 1.7'
gem 'rubocop', '~> 1.60.2', require: false

# Geolocation support
Expand Down
7 changes: 3 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,8 @@ GEM
rack-protection (= 3.2.0)
tilt (~> 2.0)
slack-notifier (2.4.0)
sqlite3 (1.7.0-aarch64-linux)
sqlite3 (1.7.0-arm64-darwin)
sqlite3 (1.7.0-x86_64-linux)
sqlite3 (1.7.1-arm64-darwin)
sqlite3 (1.7.1-x86_64-linux)
stringio (3.1.0)
sync (0.5.0)
term-ansicolor (1.7.1)
Expand Down Expand Up @@ -286,7 +285,7 @@ DEPENDENCIES
selenium-webdriver (~> 4.17)
sinatra (~> 3.2)
slack-notifier (~> 2.4)
sqlite3 (~> 1.6)
sqlite3 (~> 1.7)
term-ansicolor
test-unit-full (~> 0.0.5)
thin (~> 1.8)
Expand Down

0 comments on commit 0d56441

Please sign in to comment.