We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 699e64e commit cd634c1Copy full SHA for cd634c1
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- activerecord_batch_update (0.0.2)
+ activerecord_batch_update (0.0.3)
5
activerecord (~> 7.0)
6
activesupport (~> 7.0)
7
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 = ''
8
s.authors = ['Quentin de Metz']
0 commit comments