Skip to content

Commit

Permalink
Update docker related gems
Browse files Browse the repository at this point in the history
  • Loading branch information
repeatedly committed Jan 24, 2017
1 parent 2c31d63 commit e2555c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ namespace :build do
require 'rake_compiler_dock'
RakeCompilerDock.sh <<-CROSS
bundle
rake cross native gem RUBY_CC_VERSION='2.0.0:2.1.6:2.2.2:2.3.0'
rake cross native gem RUBY_CC_VERSION='2.0.0:2.1.6:2.2.2:2.3.0:2.4.0'
CROSS
end
end
Expand Down
4 changes: 2 additions & 2 deletions cool.io.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_development_dependency "rake-compiler", "~> 0.9.5"
s.add_development_dependency "rake-compiler-dock", "~> 0.5.1"
s.add_development_dependency "rake-compiler", "~> 1.0"
s.add_development_dependency "rake-compiler-dock", "~> 0.6.0"
s.add_development_dependency "rspec", ">= 2.13.0"
s.add_development_dependency "rdoc", ">= 3.6.0"
end

0 comments on commit e2555c2

Please sign in to comment.