forked from department-of-veterans-affairs/vets-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
186 lines (175 loc) · 5.89 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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
# frozen_string_literal: true
source 'https://rubygems.org'
ruby '2.6.6'
# 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 'va_forms', path: 'modules/va_forms'
gem 'vaos', path: 'modules/vaos'
gem 'vba_documents', path: 'modules/vba_documents'
gem 'veteran', path: 'modules/veteran'
gem 'veteran_confirmation', path: 'modules/veteran_confirmation'
gem 'veteran_verification', path: 'modules/veteran_verification'
# Anchored versions, do not change
gem 'puma', '~> 4.3.2'
gem 'puma-plugin-statsd', '~> 0.1.0'
gem 'rails', '~> 6.0.2'
# Gems with special version/repo needs
gem 'active_model_serializers', git: 'https://github.com/department-of-veterans-affairs/active_model_serializers', branch: 'master'
gem 'carrierwave', '~> 0.11' # TODO: explanation
gem 'sidekiq-scheduler', '~> 3.0' # TODO: explanation
gem 'aasm'
gem 'activerecord-import'
gem 'activerecord-postgis-adapter', '~> 6.0.0'
gem 'addressable'
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', require: 'vbms'
gem 'date_validator'
gem 'dry-struct'
gem 'dry-types'
gem 'faraday'
gem 'faraday_middleware'
gem 'fast_jsonapi'
gem 'fastimage'
gem 'flipper'
gem 'flipper-active_record'
gem 'flipper-active_support_cache_store'
gem 'flipper-ui'
gem 'foreman'
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', '>= 2.3.0'
gem 'json-schema'
gem 'json_schemer'
gem 'jsonapi-parser'
gem 'jwt'
gem 'levenshtein-ffi'
gem 'lighthouse_bgs', git: 'https://github.com/department-of-veterans-affairs/lighthouse-bgs.git', branch: 'master'
gem 'liquid'
gem 'mail', '2.7.1'
gem 'memoist'
gem 'mini_magick', '~> 4.10.1'
gem 'net-sftp'
gem 'newrelic_rpm'
gem 'nokogiri', '~> 1.10'
gem 'oj' # Amazon Linux `json` gem causes conflicts, but `multi_json` will prefer `oj` if installed
gem 'olive_branch'
gem 'operating_hours'
gem 'origami'
gem 'ox'
gem 'paper_trail'
gem 'pdf-forms'
gem 'pdf-reader'
gem 'pg'
gem 'prawn'
gem 'pundit'
gem 'rack'
gem 'rack-attack'
gem 'rack-cors', require: 'rack/cors'
gem 'rails-session_cookie'
gem 'rails_semantic_logger', '~> 4.4'
gem 'redis'
gem 'redis-namespace'
gem 'request_store'
gem 'restforce'
gem 'rgeo-geojson'
gem 'ruby-saml'
gem 'rubyzip', '>= 1.3.0'
gem 'savon'
gem 'sentry-raven'
gem 'shrine'
gem 'staccato'
gem 'statsd-instrument', '~> 2.6.0' # versions beyond 2.6 deprecate config and change logging messages
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', platforms: :ruby
end
group :test do
gem 'apivore', git: 'https://github.com/department-of-veterans-affairs/apivore', branch: 'master'
gem 'awrence'
gem 'faker'
gem 'faker-medical'
gem 'fakeredis'
gem 'pdf-inspector'
gem 'rspec_junit_formatter'
gem 'rubocop-junit-formatter'
gem 'shrine-memory'
gem 'simplecov', require: false
gem 'super_diff'
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', '~> 4.7'
gem 'bundler-audit'
gem 'byebug', platforms: :ruby # Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'danger'
gem 'database_cleaner'
gem 'factory_bot_rails', '> 5'
# 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 'fuubar'
gem 'guard-rspec', '~> 4.7'
gem 'overcommit'
gem 'pry-byebug'
gem 'rack-test', require: 'rack/test'
gem 'rack-vcr'
gem 'rainbow' # Used to colorize output for rake tasks
gem 'rspec-instrumentation-matcher'
gem 'rspec-rails'
gem 'rubocop', require: false
gem 'rubocop-rails'
gem 'rubocop-rspec'
gem 'rubocop-thread_safety'
gem 'sidekiq', '~> 5.0'
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
if (Bundler::Settings.new(Bundler.app_config_path)['enterprise.contribsys.com'].nil? ||
Bundler::Settings.new(Bundler.app_config_path)['enterprise.contribsys.com']&.empty?) &&
ENV.fetch('BUNDLE_ENTERPRISE__CONTRIBSYS__COM', '').empty?
Bundler.ui.warn 'No credentials found to install Sidekiq Enterprise. This is fine for local development but you may not check in this Gemfile.lock with any Sidekiq gems removed. The README file in this directory contains more information.'
else
source 'https://enterprise.contribsys.com/' do
gem 'sidekiq-ent'
gem 'sidekiq-pro'
end
end
end