Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

Commit

Permalink
Add build config and tools
Browse files Browse the repository at this point in the history
  • Loading branch information
dhollinger committed Dec 2, 2019
1 parent a3fd3a3 commit 31e104f
Show file tree
Hide file tree
Showing 13 changed files with 382 additions and 98 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ coverage
webhook.lock
vendor/

# Vanagon/Build files
vanagon_hosts.log
ext/
output/

# SQLite Databases
**/*.sqlite
**/*.sqlite3
Expand Down
8 changes: 6 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ gem 'github_changelog_generator'
gem 'mcollective-client'
gem 'puma'
gem 'puppet_forge', '2.2.8'
gem 'rb-readline'
gem 'r10k'
gem 'rake'
gem 'require_all'
gem 'rocket-chat-notifier'
gem 'shotgun'
gem 'sidekiq'
gem 'sidekiq', '< 6.0.0'
gem 'sinatra-activerecord', require: 'sinatra/activerecord'
gem 'slack-notifier'
gem 'sqlite3', '1.3.13'
Expand All @@ -24,18 +25,21 @@ gem 'warden'

group :development do
gem 'debase'
gem 'fustigit'
gem 'pry'
gem 'pry-byebug'
gem 'rack-console'
gem 'rubocop'
gem 'ruby-debug-ide'
gem 'ruby-git'
gem 'vanagon', '0.15.25'
gem 'yard', '>= 0.9.20'
end

group :test do
gem 'capybara'
gem 'database_cleaner'
gem 'coveralls'
gem 'database_cleaner', git: 'https://github.com/bmabey/database_cleaner.git'
gem 'rack-test'
gem 'rspec'
gem 'simplecov'
Expand Down
Loading

0 comments on commit 31e104f

Please sign in to comment.