Skip to content

Commit 92670e2

Browse files
committed
add Ruby 2.6 to list of platforms using the debase gem
1 parent 825ae23 commit 92670e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if RUBY_VERSION && RUBY_VERSION >= "1.9"
1919
end
2020

2121
if RUBY_VERSION && RUBY_VERSION >= "2.0"
22-
gem "debase", "~> 0.2", ">= 0.2.2", :platforms => mries('20', '21', '22', '23', '24', '25')
22+
gem "debase", "~> 0.2", ">= 0.2.2", :platforms => mries('20', '21', '22', '23', '24', '25', '26')
2323
end
2424

2525
gemspec

0 commit comments

Comments
 (0)