Skip to content

Commit

Permalink
bump activerecord-nulldb-adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
ulferts committed Dec 16, 2024
1 parent 2dd6b2c commit 38c0d98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ platforms :mri, :mingw, :x64_mingw do
end

# Support application loading when no database exists yet.
gem "activerecord-nulldb-adapter", "~> 1.0.0"
gem "activerecord-nulldb-adapter", "~> 1.1.0"

# Have application level locks on the database to have a mutex shared between workers/hosts.
# We e.g. employ this to safeguard the creation of journals.
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ GEM
timeout (>= 0.4.0)
activerecord-import (1.8.1)
activerecord (>= 4.2)
activerecord-nulldb-adapter (1.0.1)
activerecord (>= 5.2.0, < 7.2)
activerecord-nulldb-adapter (1.1.1)
activerecord (>= 6.0, < 8.1)
activerecord-session_store (2.1.0)
actionpack (>= 6.1)
activerecord (>= 6.1)
Expand Down Expand Up @@ -1205,7 +1205,7 @@ DEPENDENCIES
actionpack-xml_parser (~> 2.0.0)
activemodel-serializers-xml (~> 1.0.1)
activerecord-import (~> 1.8.0)
activerecord-nulldb-adapter (~> 1.0.0)
activerecord-nulldb-adapter (~> 1.1.0)
activerecord-session_store (~> 2.1.0)
acts_as_list (~> 1.2.0)
acts_as_tree (~> 2.9.0)
Expand Down

0 comments on commit 38c0d98

Please sign in to comment.