-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
50 lines (46 loc) · 1.08 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
source 'https://rubygems.org'
# Dogfood
#gem 'mongo', git: 'https://github.com/mongodb/mongo-ruby-driver'
#gem 'mongoid', git: 'https://github.com/mongodb/mongoid'
gem 'mongo'
gem 'mongoid'
gem 'faraday', '~> 1.0'
gem 'nokogiri'
gem 'byebug'
gem "faraday-detailed_logger"
gem 'dotenv'
gem 'sinatra'
gem 'sinatra-contrib'
gem 'slim'
# https://github.com/rtomayko/shotgun/pull/74
gem 'shotgun3'
gem 'link_header'
# Per https://github.com/travis-ci/travis.rb/pull/747 patching travis
# should not be necessary.
gem 'travis'
# Cannot use travis with faraday 1.0 until the following is resolved:
# https://github.com/travis-ci/gh/issues/41
gem 'gh', git: 'https://github.com/p-mongo/gh'
gem 'ansi-to-html'
gem 'childprocess'
gem 'puma'
gem 'taw'
gem 'sidekiq'
gem 'sidekiq-cron'
gem 'jira-ruby'
gem 'htmlentities'
gem 'actionpack'
gem 'oauthenticator'
gem 'pry'
gem 'rspec'
gem 'ice_nine'
gem 'oj'
gem 'curb'
gem 'aws-sdk-core'
gem 'human_size'
gem 'addressable'
#gem 'git'
gem 'p-mongo-git'
#gem 'git', path: '../exp/ruby-git'
# version pins that we do not directly depend on
gem 'activesupport', '~> 6.0'