forked from department-of-veterans-affairs/vets-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
167 lines (156 loc) · 5.22 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
# frozen_string_literal: true
source 'https://rubygems.org'
# Modules
gem 'appeals_api', path: 'modules/appeals_api'
gem 'claims_api', path: 'modules/claims_api'
gem 'openid_auth', path: 'modules/openid_auth'
gem 'va_facilities', path: 'modules/va_facilities'
gem 'vba_documents', path: 'modules/vba_documents'
gem 'veteran', path: 'modules/veteran'
gem 'veteran_verification', path: 'modules/veteran_verification'
# Anchored versions, do not change
gem 'puma', '~> 3.12.0'
gem 'puma-plugin-statsd', git: 'https://github.com/department-of-veterans-affairs/puma-plugin-statsd', branch: 'master'
gem 'rails', '~> 5.2.3'
# Gems with special version/repo needs
gem 'active_model_serializers', '0.10.4' # breaking changed in 0.10.5 relating to .to_json
gem 'carrierwave', '~> 0.11' # TODO: explanation
gem 'sdoc', '~> 0.4.0', group: :doc # TODO: explanation
gem 'sidekiq-scheduler', '~> 2.0' # TODO: explanation
gem 'aasm'
gem 'activerecord-import'
gem 'activerecord-postgis-adapter', '~> 5.2.2'
gem 'attr_encrypted', '3.1.0'
gem 'aws-sdk-s3', '~> 1'
gem 'aws-sdk-sns', '~> 1'
gem 'betamocks', git: 'https://github.com/department-of-veterans-affairs/betamocks', branch: 'master'
gem 'breakers'
gem 'carrierwave-aws'
gem 'clam_scan'
gem 'config'
gem 'connect_vbms', git: 'https://github.com/department-of-veterans-affairs/connect_vbms.git', branch: 'master'
gem 'date_validator'
gem 'dry-struct'
gem 'dry-types'
gem 'faraday'
gem 'faraday_middleware'
gem 'fast_jsonapi'
gem 'fastimage'
gem 'figaro'
gem 'flipper'
gem 'flipper-active_record'
gem 'flipper-active_support_cache_store'
gem 'flipper-ui'
gem 'govdelivery-tms', '2.8.4', require: 'govdelivery/tms/mail/delivery_method'
gem 'gyoku'
gem 'holidays'
gem 'httpclient'
gem 'ice_nine'
gem 'iconv'
gem 'iso_country_codes'
gem 'json-schema'
gem 'jsonapi-parser'
gem 'jwt'
gem 'levenshtein-ffi'
gem 'liquid'
gem 'mail', '2.6.6'
gem 'memoist'
gem 'mini_magick', '~> 4.9.4'
gem 'net-sftp'
gem 'nokogiri', '~> 1.10', '>= 1.10.4'
gem 'octokit'
gem 'oj' # Amazon Linux `json` gem causes conflicts, but `multi_json` will prefer `oj` if installed
gem 'olive_branch'
gem 'ox'
gem 'pdf-forms'
gem 'pdf-reader'
gem 'pg'
gem 'prawn'
gem 'pundit'
gem 'rack-attack'
gem 'rack-cors', require: 'rack/cors'
gem 'rails_semantic_logger', '~> 4.4'
gem 'redis'
gem 'redis-namespace'
gem 'restforce'
gem 'ruby-saml'
gem 'rubyzip', '>= 1.0.0'
gem 'savon'
gem 'sentry-raven', '2.9.0' # don't change gem version unless sentry server is also upgraded
gem 'shrine'
gem 'sidekiq-instrument'
gem 'staccato'
gem 'statsd-instrument'
gem 'swagger-blocks'
gem 'typhoeus'
gem 'upsert'
gem 'utf8-cleaner'
gem 'vets_json_schema', git: 'https://github.com/department-of-veterans-affairs/vets-json-schema', branch: 'master'
gem 'virtus'
gem 'will_paginate'
gem 'zero_downtime_migrations'
group :development do
gem 'benchmark-ips'
gem 'guard-rubocop'
gem 'seedbank'
gem 'socksify'
gem 'spring', platforms: :ruby # Spring speeds up development by keeping your application running in the background
gem 'spring-commands-rspec'
# Include the IANA Time Zone Database on Windows, where Windows doesn't ship with a timezone database.
# POSIX systems should have this already, so we're not going to bring it in on other platforms
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
# Access an IRB console on exception pages or by using <%= console %> in views
gem 'web-console', '~> 2.0', platforms: :ruby
end
group :test do
gem 'apivore'
gem 'awrence'
gem 'climate_control'
gem 'faker'
gem 'faker-medical'
gem 'fakeredis'
gem 'pdf-inspector'
gem 'rails-session_cookie' # because request and integration specs dont allow for setting session cookie easily
gem 'rspec_junit_formatter'
gem 'rubocop-junit-formatter'
gem 'shrine-memory'
gem 'simplecov', require: false
gem 'vcr'
gem 'webrick'
end
group :development, :test do
gem 'awesome_print', '~> 1.8' # Pretty print your Ruby objects in full color and with proper indentation
gem 'brakeman'
gem 'bundler-audit'
gem 'byebug', platforms: :ruby # Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'database_cleaner'
gem 'factory_bot_rails'
gem 'pry-byebug'
gem 'rainbow' # Used to colorize output for rake tasks
# TODO: switch to a version number once that version is released
gem 'factory_bot', git: 'https://github.com/thoughtbot/factory_bot', ref: '50eeb67241ea78a6b138eea694a2a25413052f49'
# CAUTION: faraday_curl may not provide all headers used in the actual faraday request. Be cautious if using this to
# assist with debugging production issues (https://github.com/department-of-veterans-affairs/vets.gov-team/pull/6262)
gem 'faraday_curl'
gem 'foreman'
gem 'guard-rspec', '~> 4.7'
gem 'overcommit'
gem 'rack-test', require: 'rack/test'
gem 'rack-vcr'
gem 'rspec-rails', '~> 3.5'
gem 'rubocop', '~> 0.52.1', require: false
gem 'sidekiq', '~> 4.2'
gem 'timecop'
gem 'webmock'
gem 'yard'
end
group :production do
# sidekiq enterprise requires a license key to download but is only required in production.
# for local dev environments, regular sidekiq works fine
unless ENV['EXCLUDE_SIDEKIQ_ENTERPRISE'] == 'true'
source 'https://enterprise.contribsys.com/' do
gem 'sidekiq-ent'
gem 'sidekiq-pro'
end
end
end