mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Revert "Bump activerecord-nulldb-adapter from 1.1.1 to 1.2.0"
This commit is contained in:
committed by
Oliver Günther
parent
b0312169e5
commit
30dbd952f6
@@ -399,7 +399,7 @@ group :postgres do
|
||||
end
|
||||
|
||||
# Support application loading when no database exists yet.
|
||||
gem "activerecord-nulldb-adapter", "~> 1.2.2"
|
||||
gem "activerecord-nulldb-adapter", "~> 1.1.1"
|
||||
|
||||
# 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.
|
||||
|
||||
+6
-6
@@ -286,8 +286,8 @@ GEM
|
||||
timeout (>= 0.4.0)
|
||||
activerecord-import (2.2.0)
|
||||
activerecord (>= 4.2)
|
||||
activerecord-nulldb-adapter (1.2.2)
|
||||
activerecord (>= 6.1, < 8.2)
|
||||
activerecord-nulldb-adapter (1.1.1)
|
||||
activerecord (>= 6.0, < 8.1)
|
||||
activerecord-session_store (2.2.0)
|
||||
actionpack (>= 7.0)
|
||||
activerecord (>= 7.0)
|
||||
@@ -437,7 +437,7 @@ GEM
|
||||
compare-xml (0.66)
|
||||
nokogiri (~> 1.8)
|
||||
concurrent-ruby (1.3.5)
|
||||
connection_pool (3.0.1)
|
||||
connection_pool (2.5.5)
|
||||
cookiejar (0.3.4)
|
||||
cose (1.3.1)
|
||||
cbor (~> 0.5.9)
|
||||
@@ -1549,7 +1549,7 @@ DEPENDENCIES
|
||||
active_record_doctor (~> 2.0.1)
|
||||
activemodel-serializers-xml (~> 1.0.1)
|
||||
activerecord-import (~> 2.2.0)
|
||||
activerecord-nulldb-adapter (~> 1.2.2)
|
||||
activerecord-nulldb-adapter (~> 1.1.1)
|
||||
activerecord-session_store (~> 2.2.0)
|
||||
acts_as_list (~> 1.2.6)
|
||||
acts_as_tree (~> 2.9.0)
|
||||
@@ -1777,7 +1777,7 @@ CHECKSUMS
|
||||
activemodel-serializers-xml (1.0.3) sha256=fa1b16305e7254cc58a59c68833e3c0a593a59c8ab95d3be5aaea7cd9416c397
|
||||
activerecord (8.0.4) sha256=bda32c171799e5ca5460447d3b7272ed14447244e2497abf2107f87fc44cbf32
|
||||
activerecord-import (2.2.0) sha256=f8ca99b196e50775723d1f1d192c379f656378dc9f5628240992a0d78807fa4b
|
||||
activerecord-nulldb-adapter (1.2.2) sha256=01e0b2e49af11ad56a92e274a3d8c9fb3c50a12a5460218c4c4b45355d9ef968
|
||||
activerecord-nulldb-adapter (1.1.1) sha256=034c91106183b954b072fba14c2786adf1a2b9e852ce04f85f823afaf03e9820
|
||||
activerecord-session_store (2.2.0) sha256=65918054573683bf4f87af89e765e1fece14c9d71cfac1f11abe4687c96e2743
|
||||
activestorage (8.0.4) sha256=47f312962fc898c1669f20cf7448d19668a5547f4a5f64e59a837d9d3f64a043
|
||||
activesupport (8.0.4) sha256=894a3a6c7733b5fae5a7df3acd76c4b563f38687df8a04fa3cbd25360f3fe95a
|
||||
@@ -1840,7 +1840,7 @@ CHECKSUMS
|
||||
commonmarker (2.6.0-x86_64-linux-musl) sha256=10159e84446362daa92380f0f68fd3818affa86527f0f098d0d08ac49941538e
|
||||
compare-xml (0.66) sha256=e21aa5c0f69ef1177eced997c688fd4df989084e74a1b612257af32e1dd05319
|
||||
concurrent-ruby (1.3.5) sha256=813b3e37aca6df2a21a3b9f1d497f8cbab24a2b94cab325bffe65ee0f6cbebc6
|
||||
connection_pool (3.0.1) sha256=819ea60fcbee0b557fec6dce41925ec7d24a137a6602587785a9e5a3aaaa6b6c
|
||||
connection_pool (2.5.5) sha256=e54ff92855753df1fd7c59fa04a398833355f27dd14c074f8c83a05f72a716ad
|
||||
cookiejar (0.3.4) sha256=11b16acfc4baf7a0f463c21a6212005e04e25f5554d4d9f24d97f3492dfda0df
|
||||
cose (1.3.1) sha256=d5d4dbcd6b035d513edc4e1ab9bc10e9ce13b4011c96e3d1b8fe5e6413fd6de5
|
||||
costs (1.0.0)
|
||||
|
||||
Reference in New Issue
Block a user