Skip to content

Commit

Permalink
ci: fix sqlite3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Apr 18, 2024
1 parent 531a4d1 commit 6397746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gemfiles/activerecord7.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem "activerecord", "~> 7.0"
gem "factory_bot"
gem "fabrication"
gem "sqlite3"
gem "sqlite3", "~> 1.4"
gem "sidekiq"
gem "timecop"
gem "pg"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/railsmaster.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem "rails"

gem "fabrication"
gem "factory_bot", "~> 5.0"
gem "sqlite3", "~> 1.4.0"
gem "sqlite3", "~> 1.4"
gem "sidekiq", "~> 4.0"
gem "timecop", "~> 0.9.1"
gem "pg"
Expand Down

0 comments on commit 6397746

Please sign in to comment.