Skip to content

Commit

Permalink
Bump to version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
blocknotes committed Sep 7, 2022
1 parent b37065f commit b13f477
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gemfiles/rails_6_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.1.0)
active_storage_db (1.1.2)
activestorage (>= 6.0)
rails (>= 6.0)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_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.1.0)
active_storage_db (1.1.2)
activestorage (>= 6.0)
rails (>= 6.0)

Expand Down
2 changes: 1 addition & 1 deletion 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.1.0)
active_storage_db (1.1.2)
activestorage (>= 6.0)
rails (>= 6.0)

Expand Down
2 changes: 1 addition & 1 deletion 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.1.0)
active_storage_db (1.1.2)
activestorage (>= 6.0)
rails (>= 6.0)

Expand Down
2 changes: 1 addition & 1 deletion 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.1.0)
active_storage_db (1.1.2)
activestorage (>= 6.0)
rails (>= 6.0)

Expand Down
2 changes: 1 addition & 1 deletion 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.1.0)
active_storage_db (1.1.2)
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.1.0'
VERSION = '1.1.2'
end

0 comments on commit b13f477

Please sign in to comment.