Skip to content

Commit 87c7048

Browse files
authored
Merge pull request #70 from HopHubProject/dependabot/bundler/sqlite3-2.6.0
Bump sqlite3 from 2.5.0 to 2.6.0
2 parents d41bc79 + 499dff5 commit 87c7048

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ group :development do
7575
# gem "rack-mini-profiler"
7676

7777
# Use sqlite3 as the database for Active Record
78-
gem "sqlite3", "~> 2.5"
78+
gem "sqlite3", "~> 2.6"
7979

8080
# Speed up commands on slow machines / big apps [https://github.com/rails/spring]
8181
# gem "spring"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ GEM
321321
actionpack (>= 6.1)
322322
activesupport (>= 6.1)
323323
sprockets (>= 3.0.0)
324-
sqlite3 (2.5.0-x86_64-linux-gnu)
324+
sqlite3 (2.6.0-x86_64-linux-gnu)
325325
stimulus-rails (1.3.4)
326326
railties (>= 6.0.0)
327327
stringio (3.1.2)
@@ -382,7 +382,7 @@ DEPENDENCIES
382382
simple_form
383383
simplecov
384384
sprockets-rails
385-
sqlite3 (~> 2.5)
385+
sqlite3 (~> 2.6)
386386
stimulus-rails
387387
turbo-rails
388388
tzinfo-data

0 commit comments

Comments
 (0)