Skip to content

Commit

Permalink
Update rake-compiler dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aried3r committed Oct 2, 2019
1 parent c8613a9 commit 6228ef9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ GEM
minitest (5.4.1)
mocha (0.14.0)
metaclass (~> 0.0.1)
rake (10.3.2)
rake-compiler (0.9.3)
rake (13.0.0)
rake-compiler (1.0.8)
rake

PLATFORMS
Expand All @@ -20,8 +20,8 @@ PLATFORMS
DEPENDENCIES
minitest (~> 5.0)
mocha (~> 0.14)
rake-compiler (~> 0.9)
rake-compiler (~> 1.0)
stackprof!

BUNDLED WITH
1.16.0
1.17.3
2 changes: 1 addition & 1 deletion stackprof.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 2.1.0'

s.add_development_dependency 'rake-compiler', '~> 0.9'
s.add_development_dependency 'rake-compiler', '~> 1.0'
s.add_development_dependency 'mocha', '~> 0.14'
s.add_development_dependency 'minitest', '~> 5.0'
end

0 comments on commit 6228ef9

Please sign in to comment.