Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Apr 19, 2024
1 parent b8a772e commit 79ca12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem "vega"
if ENV["ADAPTER"] == "postgresql"
gem "pg"
else
gem "sqlite3"
gem "sqlite3", "< 2"
end

# https://github.com/lsegal/yard/issues/1321
Expand Down

0 comments on commit 79ca12c

Please sign in to comment.