Skip to content

Commit

Permalink
Update Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
brendon committed Nov 14, 2024
1 parent 2a1d5dc commit 95a61b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ if ENV["RAILS_VERSION"]
end

case ENV["DB"]
when sqlite
when 'sqlite'
gem "sqlite3"
when postgresql
when 'postgresql'
gem "pg"
else
gem "mysql2"
Expand Down

0 comments on commit 95a61b4

Please sign in to comment.