Skip to content

Commit

Permalink
Downgrade sqlite gem from 1.7.2 to 1.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
orien committed Feb 10, 2024
1 parent f1dd7b4 commit 275895b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,8 @@ GEM
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.5-aarch64-linux)
racc (~> 1.4)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-darwin)
Expand Down Expand Up @@ -643,8 +645,12 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.7.2)
sqlite3 (1.6.9)
mini_portile2 (~> 2.8.0)
sqlite3 (1.6.9-aarch64-linux)
sqlite3 (1.6.9-arm64-darwin)
sqlite3 (1.6.9-x86_64-darwin)
sqlite3 (1.6.9-x86_64-linux)
stackprof (0.2.12)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
Expand Down Expand Up @@ -678,6 +684,7 @@ GEM
zstd-ruby (1.5.5.0)

PLATFORMS
aarch64-linux
arm64-darwin
ruby
x86_64-darwin
Expand Down

0 comments on commit 275895b

Please sign in to comment.