We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff1c9c commit f5fd5afCopy full SHA for f5fd5af
instrumentation/active_storage/Appraisals
@@ -12,6 +12,14 @@
12
end
13
14
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
+
23
appraise 'activestorage-latest' do
24
gem 'sqlite3', '>= 2.1'
25
gem 'image_processing', '~> 1.2'
0 commit comments