benchmark/prep.rb in alba-3.1.0 vs benchmark/prep.rb in alba-3.2.0
- old
+ new
@@ -5,11 +5,11 @@
gemfile(true) do
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gem "active_model_serializers"
- gem "activerecord", "6.1.3"
+ gem "activerecord", "~> 7.1"
gem "alba", path: '../'
gem "benchmark-ips"
gem "benchmark-memory"
gem "blueprinter"
gem "fast_serializer_ruby"
@@ -21,10 +21,10 @@
gem "pg"
gem "primalize"
gem "oj"
gem "representable"
gem "simple_ams"
- gem "sqlite3"
+ gem "sqlite3", "~> 1.4"
end
# --- Test data model setup ---
require "pg"