Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump to version 1.3.1 #49

Merged
merged 1 commit into from
Sep 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading