Skip to content

Commit

Permalink
Merge pull request #3238 from beefproject/dependabot/bundler/sqlite3-…
Browse files Browse the repository at this point in the history
…2.4.1

Bump sqlite3 from 2.2.0 to 2.4.1
  • Loading branch information
github-actions[bot] authored Dec 22, 2024
2 parents 800dabb + 7e1305f commit e0f0402
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice
gem 'rake', '~> 13.2'
gem 'activerecord', '~> 7.2'
gem 'otr-activerecord', '~> 2.4.0'
gem 'sqlite3', '~> 2.2'
gem 'sqlite3', '~> 2.4'
gem 'rubocop', '~> 1.68.0', require: false

# Geolocation support
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,12 @@ GEM
rack-protection (= 3.2.0)
tilt (~> 2.0)
slack-notifier (2.4.0)
sqlite3 (2.2.0-aarch64-linux-gnu)
sqlite3 (2.2.0-arm-linux-gnu)
sqlite3 (2.2.0-arm64-darwin)
sqlite3 (2.2.0-x86-linux-gnu)
sqlite3 (2.2.0-x86_64-darwin)
sqlite3 (2.2.0-x86_64-linux-gnu)
sqlite3 (2.4.1-aarch64-linux-gnu)
sqlite3 (2.4.1-arm-linux-gnu)
sqlite3 (2.4.1-arm64-darwin)
sqlite3 (2.4.1-x86-linux-gnu)
sqlite3 (2.4.1-x86_64-darwin)
sqlite3 (2.4.1-x86_64-linux-gnu)
stringio (3.1.2)
sync (0.5.0)
term-ansicolor (1.11.2)
Expand Down Expand Up @@ -306,7 +306,7 @@ DEPENDENCIES
selenium-webdriver (~> 4.27)
sinatra (~> 3.2)
slack-notifier (~> 2.4)
sqlite3 (~> 2.2)
sqlite3 (~> 2.4)
term-ansicolor
test-unit-full (~> 0.0.5)
thin (~> 1.8)
Expand Down

0 comments on commit e0f0402

Please sign in to comment.