diff --git a/Gemfile.lock b/Gemfile.lock index 27319e1..32dd451 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - activerecord_batch_update (0.0.2) + activerecord_batch_update (0.0.3) activerecord (~> 7.0) activesupport (~> 7.0) diff --git a/activerecord_batch_update.gemspec b/activerecord_batch_update.gemspec index 3cbfc84..384db16 100644 --- a/activerecord_batch_update.gemspec +++ b/activerecord_batch_update.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = 'activerecord_batch_update' - s.version = '0.0.2' + s.version = '0.0.3' s.summary = 'Update multiple records with different values in a small number of queries' s.description = '' s.authors = ['Quentin de Metz']