Skip to content

Commit

Permalink
ci: fix sqlite version
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Jul 16, 2024
1 parent 5c96b3d commit cc8b92e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gemfiles/rails6.gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem "rails", "~> 6.0"
gem "sqlite3"
gem "sqlite3", "~> 1.4.0"

gemspec path: ".."
2 changes: 1 addition & 1 deletion gemfiles/rails7.gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem "rails", "~> 7.0"
gem "sqlite3"
gem "sqlite3", "~> 1.4.0"

gemspec path: ".."

0 comments on commit cc8b92e

Please sign in to comment.