Skip to content

Commit 8831031

Browse files
author
Mattia Roccoberton
committed
chore: bump to version 1.3.1
1 parent 5153d98 commit 8831031

9 files changed

Lines changed: 13 additions & 13 deletions

gemfiles/rails_6_1_mssql.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_db (1.3.0)
4+
active_storage_db (1.3.1)
55
activestorage (>= 6.0)
66
rails (>= 6.0)
77

gemfiles/rails_6_1_mysql.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_db (1.3.0)
4+
active_storage_db (1.3.1)
55
activestorage (>= 6.0)
66
rails (>= 6.0)
77

@@ -312,4 +312,4 @@ DEPENDENCIES
312312
webrick
313313

314314
BUNDLED WITH
315-
2.3.8
315+
2.4.19

gemfiles/rails_6_1_postgres.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_db (1.3.0)
4+
active_storage_db (1.3.1)
55
activestorage (>= 6.0)
66
rails (>= 6.0)
77

@@ -312,4 +312,4 @@ DEPENDENCIES
312312
webrick
313313

314314
BUNDLED WITH
315-
2.3.8
315+
2.4.19

gemfiles/rails_7_0_mssql.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_db (1.3.0)
4+
active_storage_db (1.3.1)
55
activestorage (>= 6.0)
66
rails (>= 6.0)
77

gemfiles/rails_7_0_mysql.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_db (1.3.0)
4+
active_storage_db (1.3.1)
55
activestorage (>= 6.0)
66
rails (>= 6.0)
77

@@ -311,4 +311,4 @@ DEPENDENCIES
311311
webrick
312312

313313
BUNDLED WITH
314-
2.3.8
314+
2.4.19

gemfiles/rails_7_0_postgres.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_db (1.3.0)
4+
active_storage_db (1.3.1)
55
activestorage (>= 6.0)
66
rails (>= 6.0)
77

@@ -311,4 +311,4 @@ DEPENDENCIES
311311
webrick
312312

313313
BUNDLED WITH
314-
2.3.8
314+
2.4.19

gemfiles/rails_7_1_mysql.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_db (1.3.0)
4+
active_storage_db (1.3.1)
55
activestorage (>= 6.0)
66
rails (>= 6.0)
77

gemfiles/rails_7_1_postgres.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_db (1.3.0)
4+
active_storage_db (1.3.1)
55
activestorage (>= 6.0)
66
rails (>= 6.0)
77

lib/active_storage_db/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ActiveStorageDB
4-
VERSION = '1.3.0'
4+
VERSION = '1.3.1'
55
end

0 commit comments

Comments
 (0)