Skip to content

Commit

Permalink
Lock sqlite3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
adamniedzielski committed Jun 14, 2024
1 parent 7463c6b commit 4be3383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gemfiles/rails6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ source "https://rubygems.org"

gem "rails", "~> 6.1.0"
gem "mongoid"
gem "sqlite3"
gem "sqlite3", "~> 1.4"

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

gem "rails", "~> 7.0.2"
gem "mongoid"
gem "sqlite3"
gem "sqlite3", "~> 1.4"

gemspec path: "../"

0 comments on commit 4be3383

Please sign in to comment.