-
Notifications
You must be signed in to change notification settings - Fork 10
/
Gemfile
37 lines (33 loc) · 1020 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
source 'https://rubygems.org'
gem 'activesupport'
gem 'addressable'
gem 'colorize'
gem 'chef-api', git: 'https://github.com/onetwotrip/chef-api.git'
gem 'git', git: 'https://github.com/onetwotrip/ruby-git.git'
gem 'git_diff_parser'
gem 'java-properties'
gem 'jira-ruby', '2.0.0'
# gem 'mimemagic', github: 'mimemagicrb/mimemagic', ref: '01f92d86d15d85cfd0f20dabd025dcbd36a8a60f'
gem 'json'
gem 'ottinfra-codereview', git: 'https://github.com/onetwotrip/ott_infra-codereview.git'
gem 'ottinfra-sendmail', git: 'https://github.com/onetwotrip/ott_infra-sendmail.git'
gem 'rest-client'
gem 'sendgrid-ruby'
gem 'SimpleConfig', git: 'https://github.com/onetwotrip/SimpleConfig'
gem 'slack-notifier', '2.4.0'
gem 'slop'
gem 'terminal-table'
gem 'tinybucket', git: 'https://github.com/onetwotrip/tinybucket'
group :development do
gem 'overcommit'
end
group :test, :development do
gem 'rake'
gem 'rspec'
gem 'rubocop'
end
group :test do
gem 'simplecov'
end
# Specify your gem's dependencies in jira.gemspec
gemspec