Skip to content

Commit

Permalink
install latest sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
estolfo committed Apr 29, 2024
1 parent ff75223 commit 8c8902e
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 @@ -126,8 +126,8 @@ if RUBY_PLATFORM == 'java'
end
elsif frameworks_versions['rails'] =~ /^(4|5)/
gem 'sqlite3', '~> 1.3.6'
elsif RUBY_VERSION < '2.7'
gem 'sqlite3', '~> 1.4.4'
# elsif RUBY_VERSION < '2.7'
# gem 'sqlite3', '~> 1.4.4'
else
gem 'sqlite3'
end
Expand Down

0 comments on commit 8c8902e

Please sign in to comment.