Skip to content

Commit

Permalink
Fix verisons of sqlite3 and activerecord (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdubovoy authored May 13, 2024
1 parent 8154215 commit ef58ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'RUBY_SETUP_VERSION' => "3.1.2",
'NVM_VERSION' => "0.39.1",
'NODE_VERSION' => "16.15.1",
'GEMS' => "colored faker http pry-byebug rake rails rest-client rspec rubocop-performance sqlite3"
'GEMS' => "colored faker http pry-byebug rake rails rest-client rspec rubocop-performance sqlite3:1.7.3 activerecord:7.1.3.2"
}

MACOS = %w[
Expand Down

0 comments on commit ef58ab1

Please sign in to comment.