Skip to content

Commit

Permalink
chore: Add sqlite3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
hatsu38 committed Jul 11, 2024
1 parent 8ec9eaf commit 26c6382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.rails-7.0
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source "https://rubygems.org"
gemspec

gem 'rails', '~> 7.0.0'
gem 'sqlite3'
gem 'sqlite3', '~> 1.4'
gem 'activerecord-jdbcsqlite3-adapter', platforms: [:jruby]
gem 'activerecord-import'

Expand Down

0 comments on commit 26c6382

Please sign in to comment.