Skip to content

Commit

Permalink
Adjust sqlite version contraint for dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregschmit committed Apr 22, 2024
1 parent 47a810d commit cf509ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RAILS_VERSION = Gem::Version.new(
)
gem "rails", "~> #{RAILS_VERSION}"
gem "rake"
gem "sqlite3"
gem "sqlite3", "~> 1.4"
gem "puma"

# Only Rails >=7.1 gems.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ DEPENDENCIES
simplecov
simplecov-lcov (= 0.8.0)
solid_queue
sqlite3
sqlite3 (~> 1.4)
stackprof
translate_enum
web-console
Expand Down

0 comments on commit cf509ea

Please sign in to comment.