Skip to content

Commit

Permalink
Add pronto to gem development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
İsmail Akbudak committed Nov 21, 2017
1 parent ce012b8 commit 07f3b07
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
*.bundle/install.log
Gemfile.lock
tmp/
.DS_Store
.DS_Store
.pronto.yml
3 changes: 3 additions & 0 deletions cybele.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ Gem::Specification.new do |spec|
spec.add_dependency 'bundler', '~> 1.5'
spec.add_runtime_dependency 'rails', '~> 5.0', Cybele::RAILS_VERSION
spec.add_development_dependency 'rspec', '~> 3.5'
spec.add_development_dependency 'pronto', '~> 0.9.5'
spec.add_development_dependency 'pronto-flay', '~> 0.9.0'
spec.add_development_dependency 'pronto-rubocop', '~> 0.9.0'

spec.extra_rdoc_files = %w[README.md MIT-LICENSE]
end
8 changes: 8 additions & 0 deletions example.pronto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
all:
exclude:
- 'spec/**/*'
bitbucket:
slug: 'lab2023corp/cybele'
username: 'username'
password: 'password'
max_warnings: 150

0 comments on commit 07f3b07

Please sign in to comment.