Skip to content

Commit dee108d

Browse files
committed
Bump rake-compiler-dock to pick up Ruby 2.6, drop older ones
With this version bump, the precompiled mysql2 gem for Windows supports Ruby 2.2, 2.3, 2.4, 2.5, 2.6. Windows Ruby 2.0 and 2.1 are dropped.
1 parent cb49983 commit dee108d

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
@@ -23,7 +23,7 @@ end
2323

2424
group :development do
2525
gem 'pry'
26-
gem 'rake-compiler-dock', '~> 0.6.0'
26+
gem 'rake-compiler-dock', '~> 0.7.0'
2727
end
2828

2929
platforms :rbx do

0 commit comments

Comments
 (0)