Skip to content

Commit

Permalink
add Ruby 2.6 to list of platforms using the debase gem
Browse files Browse the repository at this point in the history
  • Loading branch information
tdyas committed Dec 5, 2019
1 parent 825ae23 commit 92670e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if RUBY_VERSION && RUBY_VERSION >= "1.9"
end

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

gemspec
Expand Down

0 comments on commit 92670e2

Please sign in to comment.