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 2c7d4f5 commit 0820095Copy full SHA for 0820095
Gemfile
@@ -44,3 +44,5 @@ group :development, :test do
44
gem "yard-activesupport-concern", "< 1"
45
gem "yard", "< 1"
46
end
47
+
48
+gem "appraisal-run", "~> 1.0"
Gemfile.lock
@@ -87,6 +87,7 @@ GEM
87
bundler
88
rake
89
thor (>= 0.14.0)
90
+ appraisal-run (1.0.0)
91
ast (2.4.3)
92
base64 (0.3.0)
93
benchmark (0.4.1)
@@ -404,6 +405,7 @@ PLATFORMS
404
405
DEPENDENCIES
406
allocation_stats
407
appraisal (~> 2)
408
+ appraisal-run (~> 1.0)
409
benchmark-ips (~> 2)
410
better_html
411
bundler (~> 2)
0 commit comments