Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sqlite3 from 2.0.4 to 2.5.0 #268

Merged
merged 1 commit into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"
gem "jekyll", "~> 4.3.4"
gem "jekyll-theme-modernist", "~> 0.2"
gem "sqlite3", "~> 2.0.4", force_ruby_platform: true
gem "sqlite3", "~> 2.5.0", force_ruby_platform: true

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ GEM
google-protobuf (~> 4.29)
sass-embedded (1.83.1-x86_64-linux-gnu)
google-protobuf (~> 4.29)
sqlite3 (2.0.4)
sqlite3 (2.5.0)
mini_portile2 (~> 2.8.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
Expand All @@ -87,7 +87,7 @@ DEPENDENCIES
jekyll (~> 4.3.4)
jekyll-theme-modernist (~> 0.2)
json (~> 2.9)
sqlite3 (~> 2.0.4)
sqlite3 (~> 2.5.0)
tzinfo (~> 2.0.6)
tzinfo-data
wdm (~> 0.1.1)
Expand Down
Loading