Skip to content

Commit f5fd5af

Browse files
committed
squash: fix rails 8 tests
1 parent 3ff1c9c commit f5fd5af

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

instrumentation/active_storage/Appraisals

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212
end
1313
end
1414

15+
%w[8.0.0].each do |version|
16+
appraise "activestorage-#{version}" do
17+
gem 'sqlite3', '>= 2.1'
18+
gem 'image_processing', '~> 1.2'
19+
gem 'rails', "~> #{version}"
20+
end
21+
end
22+
1523
appraise 'activestorage-latest' do
1624
gem 'sqlite3', '>= 2.1'
1725
gem 'image_processing', '~> 1.2'

0 commit comments

Comments
 (0)