Skip to content

Commit 8ae762b

Browse files
committed
adding rails 5.1 to appraisals, bumping version on wash_out dep
1 parent 7c9408c commit 8ae762b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Appraisals

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@ appraise "rails-5.0" do
1313
gem "actionpack", "~> 5.0.1"
1414
gem "actionview", "~> 5.0.1"
1515
end
16+
17+
appraise "rails-5.1" do
18+
gem "actionpack", "~> 5.1.1"
19+
gem "actionview", "~> 5.1.1"
20+
end

qbwc.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ Gem::Specification.new do |s|
2626

2727
s.add_dependency "qbxml", [">= 0.3.0"]
2828

29-
# 0.10.0 until https://github.com/inossidabile/wash_out/pull/221
30-
s.add_dependency "wash_out", ["= 0.10.0"]
29+
s.add_dependency "wash_out", ['>=0.12.0']
3130

3231
s.add_dependency 'actionpack', ['>= 4.1.0']
3332

0 commit comments

Comments
 (0)