Skip to content

Commit

Permalink
release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
quentindemetz committed Oct 19, 2024
1 parent 699e64e commit cd634c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion activerecord_batch_update.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit cd634c1

Please sign in to comment.