Skip to content

Commit

Permalink
Downgrade sqlite3 gem for Rails compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dbackeus committed Jun 18, 2024
1 parent c229573 commit de35603
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem "pg"
gem "propshaft"
gem "puma"
gem "rails"
gem "sqlite3"
gem "sqlite3", "~> 1.4" # locked for Rails 7.1 compatibility
gem "stimulus-rails"
gem "turbo-rails"
gem "typhoeus"
Expand Down
7 changes: 3 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,8 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
sqlite3 (2.0.2-arm64-darwin)
sqlite3 (2.0.2-x86_64-linux-gnu)
sqlite3 (2.0.2-x86_64-linux-musl)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-linux)
stimulus-rails (1.3.3)
railties (>= 6.0.0)
stringio (3.1.0)
Expand Down Expand Up @@ -254,7 +253,7 @@ DEPENDENCIES
puma
rails
rspec-rails
sqlite3
sqlite3 (~> 1.4)
stimulus-rails
turbo-rails
typhoeus
Expand Down

0 comments on commit de35603

Please sign in to comment.