Skip to content

Commit

Permalink
chore: bump to version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blocknotes committed Sep 7, 2024
1 parent 5153d98 commit 8831031
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion gemfiles/rails_6_1_mssql.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
active_storage_db (1.3.0)
active_storage_db (1.3.1)
activestorage (>= 6.0)
rails (>= 6.0)

Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_6_1_mysql.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
active_storage_db (1.3.0)
active_storage_db (1.3.1)
activestorage (>= 6.0)
rails (>= 6.0)

Expand Down Expand Up @@ -312,4 +312,4 @@ DEPENDENCIES
webrick

BUNDLED WITH
2.3.8
2.4.19
4 changes: 2 additions & 2 deletions gemfiles/rails_6_1_postgres.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
active_storage_db (1.3.0)
active_storage_db (1.3.1)
activestorage (>= 6.0)
rails (>= 6.0)

Expand Down Expand Up @@ -312,4 +312,4 @@ DEPENDENCIES
webrick

BUNDLED WITH
2.3.8
2.4.19
2 changes: 1 addition & 1 deletion gemfiles/rails_7_0_mssql.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
active_storage_db (1.3.0)
active_storage_db (1.3.1)
activestorage (>= 6.0)
rails (>= 6.0)

Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_7_0_mysql.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
active_storage_db (1.3.0)
active_storage_db (1.3.1)
activestorage (>= 6.0)
rails (>= 6.0)

Expand Down Expand Up @@ -311,4 +311,4 @@ DEPENDENCIES
webrick

BUNDLED WITH
2.3.8
2.4.19
4 changes: 2 additions & 2 deletions gemfiles/rails_7_0_postgres.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
active_storage_db (1.3.0)
active_storage_db (1.3.1)
activestorage (>= 6.0)
rails (>= 6.0)

Expand Down Expand Up @@ -311,4 +311,4 @@ DEPENDENCIES
webrick

BUNDLED WITH
2.3.8
2.4.19
2 changes: 1 addition & 1 deletion gemfiles/rails_7_1_mysql.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
active_storage_db (1.3.0)
active_storage_db (1.3.1)
activestorage (>= 6.0)
rails (>= 6.0)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_1_postgres.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
active_storage_db (1.3.0)
active_storage_db (1.3.1)
activestorage (>= 6.0)
rails (>= 6.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/active_storage_db/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActiveStorageDB
VERSION = '1.3.0'
VERSION = '1.3.1'
end

0 comments on commit 8831031

Please sign in to comment.