Skip to content

Commit d9e82b3

Browse files
authored
Merge pull request #40 from blocknotes/chore/bump-to-version-1.3.0
chore: bump to version 1.3.0
2 parents 73b65c0 + 7f4aa41 commit d9e82b3

9 files changed

Lines changed: 13 additions & 9 deletions

gemfiles/rails_6_1_mssql.gemfile.lock

Lines changed: 5 additions & 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.2.0)
4+
active_storage_db (1.3.0)
55
activestorage (>= 6.0)
66
rails (>= 6.0)
77

@@ -122,6 +122,7 @@ GEM
122122
matrix (0.4.2)
123123
method_source (1.0.0)
124124
mini_mime (1.1.5)
125+
mini_portile2 (2.8.4)
125126
minitest (5.20.0)
126127
net-imap (0.4.3)
127128
date
@@ -133,6 +134,9 @@ GEM
133134
net-smtp (0.4.0)
134135
net-protocol
135136
nio4r (2.5.9)
137+
nokogiri (1.15.4)
138+
mini_portile2 (~> 2.8.2)
139+
racc (~> 1.4)
136140
nokogiri (1.15.4-arm64-darwin)
137141
racc (~> 1.4)
138142
parallel (1.23.0)

gemfiles/rails_6_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.2.0)
4+
active_storage_db (1.3.0)
55
activestorage (>= 6.0)
66
rails (>= 6.0)
77

gemfiles/rails_6_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.2.0)
4+
active_storage_db (1.3.0)
55
activestorage (>= 6.0)
66
rails (>= 6.0)
77

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.2.0)
4+
active_storage_db (1.3.0)
55
activestorage (>= 6.0)
66
rails (>= 6.0)
77

gemfiles/rails_7_0_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.2.0)
4+
active_storage_db (1.3.0)
55
activestorage (>= 6.0)
66
rails (>= 6.0)
77

gemfiles/rails_7_0_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.2.0)
4+
active_storage_db (1.3.0)
55
activestorage (>= 6.0)
66
rails (>= 6.0)
77

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.2.0)
4+
active_storage_db (1.3.0)
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.2.0)
4+
active_storage_db (1.3.0)
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.2.0'
4+
VERSION = '1.3.0'
55
end

0 commit comments

Comments
 (0)