Skip to content

Commit

Permalink
Atualiza versão mínima do rake para 12.3.3 (#34)
Browse files Browse the repository at this point in the history
* Atualiza versão mínima do rake para 12.3.3

* Versionamento 0.0.10
  • Loading branch information
laerte-guimaraes authored May 12, 2021
1 parent 7e9a6f6 commit ca411f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/vindi/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Vindi
VERSION = '0.0.9'
VERSION = '0.0.10'
end
2 changes: 1 addition & 1 deletion vindi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ Gem::Specification.new do |spec|

spec.add_dependency 'faraday', '~> 1'
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rake", "~> 12.3.3"
end

0 comments on commit ca411f6

Please sign in to comment.