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 7c9408c commit 8ae762bCopy full SHA for 8ae762b
Appraisals
@@ -13,3 +13,8 @@ appraise "rails-5.0" do
13
gem "actionpack", "~> 5.0.1"
14
gem "actionview", "~> 5.0.1"
15
end
16
+
17
+appraise "rails-5.1" do
18
+ gem "actionpack", "~> 5.1.1"
19
+ gem "actionview", "~> 5.1.1"
20
+end
qbwc.gemspec
@@ -26,8 +26,7 @@ Gem::Specification.new do |s|
26
27
s.add_dependency "qbxml", [">= 0.3.0"]
28
29
- # 0.10.0 until https://github.com/inossidabile/wash_out/pull/221
30
- s.add_dependency "wash_out", ["= 0.10.0"]
+ s.add_dependency "wash_out", ['>=0.12.0']
31
32
s.add_dependency 'actionpack', ['>= 4.1.0']
33
0 commit comments