Skip to content

Commit afd347d

Browse files
committed
Fix dependency resolution
1 parent 5437592 commit afd347d

File tree

2 files changed

+3
-18
lines changed

2 files changed

+3
-18
lines changed

Gemfile.7.0.pg.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ GEM
7676
coderay (1.1.3)
7777
concurrent-ruby (1.2.2)
7878
crass (1.0.6)
79-
database_cleaner (2.0.1)
80-
database_cleaner-active_record (~> 2.0.0)
79+
database_cleaner (2.1.0)
80+
database_cleaner-active_record (>= 2, < 3)
8181
database_cleaner-active_record (2.2.0)
8282
activerecord (>= 5.a)
8383
database_cleaner-core (~> 2.0.0)

Gemfile.8.0.pg.lock

+1-16
Original file line numberDiff line numberDiff line change
@@ -128,16 +128,6 @@ GEM
128128
net-smtp (0.5.0)
129129
net-protocol
130130
nio4r (2.7.4)
131-
nokogiri (1.17.1-aarch64-linux)
132-
racc (~> 1.4)
133-
nokogiri (1.17.1-arm-linux)
134-
racc (~> 1.4)
135-
nokogiri (1.17.1-arm64-darwin)
136-
racc (~> 1.4)
137-
nokogiri (1.17.1-x86-linux)
138-
racc (~> 1.4)
139-
nokogiri (1.17.1-x86_64-darwin)
140-
racc (~> 1.4)
141131
nokogiri (1.17.1-x86_64-linux)
142132
racc (~> 1.4)
143133
pg (1.5.9)
@@ -216,11 +206,6 @@ GEM
216206
zeitwerk (2.7.1)
217207

218208
PLATFORMS
219-
aarch64-linux
220-
arm-linux
221-
arm64-darwin
222-
x86-linux
223-
x86_64-darwin
224209
x86_64-linux
225210

226211
DEPENDENCIES
@@ -235,4 +220,4 @@ DEPENDENCIES
235220
rspec (~> 3.5)
236221

237222
BUNDLED WITH
238-
2.5.22
223+
2.5.23

0 commit comments

Comments
 (0)