Skip to content

Commit

Permalink
ajustando versão do bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoadacosta committed Feb 12, 2019
1 parent af46e8e commit 52796a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
/tmp/
.byebug_history
*.gem
.gitignore
2 changes: 1 addition & 1 deletion vindi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency 'faraday', '~> 0.13.1'
spec.add_development_dependency "bundler", "~> 1.15"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake", "~> 10.0"
end

0 comments on commit 52796a7

Please sign in to comment.