Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
No results found
Show changes
Commits on Source (2)
......@@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [1.2.0](https://gitlab.nexdev.uk/pub/rails-base-image-builder/-/compare/v1.1.2...v1.2.0) (2021-03-26)
### Features
* updated for rails 6.1 ([b83504b](https://gitlab.nexdev.uk/pub/rails-base-image-builder/-/commit/b83504bd4ba508a0eb7c014a2ad59672309d6b81))
### [1.1.2](https://gitlab.nexdev.uk/pub/rails-base-image-builder/-/compare/v1.1.1...v1.1.2) (2021-03-24)
......
......@@ -14,6 +14,7 @@ RUN apt-get update \
build-essential \
cmake pkg-config \
libpq-dev \
shared-mime-info \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
......
......@@ -2,83 +2,46 @@ source 'https://rubygems.org'
ruby '2.7.1'
gem 'rails', '6.0.3.5'
gem 'rails', '6.1.3'
gem 'puma', '4.3.7'
gem 'sass-rails'
gem 'uglifier'
gem 'mini_racer', platforms: :ruby
gem 'coffee-rails'
gem 'graphiql-rails'
gem 'graphql-voyager-rails'
gem 'bootstrap'
gem 'jquery-rails', '~> 4.4'
gem 'actionpack-cloudflare'
gem 'turbolinks', '~> 5'
gem 'pronto-rubocop'
gem 'rubocop'
gem 'rubocop-shopify', require: false
gem 'maxmind-db'
gem 'sass-rails', '5.1.0'
gem 'uglifier', '4.2.0'
gem 'mini_racer', '0.3.1'
gem 'bootstrap', '4.6.0'
gem 'jquery-rails', '4.4.0'
gem 'actionpack-cloudflare', '1.1.0'
gem 'turbolinks', '5.2.1'
gem 'pg', '1.2.3'
gem 'mysql2', '0.5.3'
gem 'pg', '~> 1.2'
gem 'bunny', '2.16.1'
gem 'premailer-rails'
gem 'devise', '~> 4.7'
gem 'devise-argon2', '~> 1.1.0'
gem 'devise-encryptable', '~> 0.2.0'
gem 'devise-two-factor'
gem 'doorkeeper', '~> 5.1'
gem 'doorkeeper-jwt', '~> 0.4.0'
gem 'rqrcode_png'
gem 'twilio-ruby', '~> 5.26'
gem 'active_model_serializers', '0.10.12'
gem 'stripe'
gem 'hcaptcha', git: 'git://github.com/Nexus-Mods/hcaptcha.git'
gem 'bunny_events', '~> 0.3.0'
gem 'country_select', '~> 4.0'
gem 'rack-cors', '1.1.1'
gem 'ruby-mailchecker'
gem 'httparty'
gem 'useragent'
gem 'ddtrace', '0.39.0'
gem 'rack-attack', '~> 6.3'
gem 'rqrcode_png', '0.1.5'
gem 'hcaptcha', git: 'https://github.com/Nexus-Mods/hcaptcha.git'
gem 'faker', git: 'https://github.com/faker-ruby/faker.git', branch: 'master'
gem 'bunny_events', '0.3.2'
gem 'bunny-mock', '1.7.0'
gem 'audited', '4.10.0'
gem 'discard', '1.2.0'
gem 'ddtrace', '0.46.0'
gem 'delayed_job_active_record', '4.1.5'
gem 'dotenv-rails', '2.7.6'
gem 'redis-rails', '5.0.2'
gem 'ipstack'
gem 'vatlayer', '~> 0.3.5'
gem 'braintree', '~> 2.103'
gem 'nexus_cqrs'
gem 'graphql', '~> 1.10.0'
gem 'graphql-guard'
gem 'pundit'
gem 'batch-loader', '1.4.1'
group :test do
gem 'bunny-mock'
gem 'factory_bot_rails'
gem 'faker', git: 'https://github.com/faker-ruby/faker.git', branch: 'master'
gem 'rails-controller-testing'
gem 'rspec-rails', '~> 4.0'
gem 'shoulda-matchers'
gem 'simplecov', require: false
gem 'webmock'
end
group :development do
gem 'listen', '~> 3.0.5'
gem 'web-console', '>= 3.3.0'
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
end
group :test , :development do
gem 'byebug', platform: :mri
gem 'guard', '~>2.14.2',require:false
gem 'guard-livereload','~>2.5.2', require: false
gem 'guard-minitest', '~>2.4.6', require: false
gem 'rack-livereload'
gem 'foreman'
gem 'sinatra'
end
gem 'ruby-mailchecker', '4.0.6'
gem 'httparty', '0.18.1'
gem 'rack-cors', '1.1.1'
gem 'useragent', '0.16.10'
gem 'lograge', '0.11.2'
gem 'rack-attack', '6.5.0'
gem 'nexus_cqrs', '0.1.1'
gem 'nexus_cqrs_auth', '0.0.4'
gem 'health_check', '3.0.0'
gem 'rspec-rails', '4.1.2'
gem 'rails-controller-testing', '1.0.5'
gem 'factory_bot_rails', '6.1.0'
gem 'shoulda-matchers', '4.5.1'
gem 'simplecov', '0.21.2'
gem 'webmock', '3.12.2'
gem 'web-console', '4.1.0'
gem 'spring-watcher-listen', '2.0.1'
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
GIT
remote: git://github.com/Nexus-Mods/hcaptcha.git
remote: https://github.com/Nexus-Mods/hcaptcha.git
revision: a2135327e0f22ddba170d77dbba86827cd05c2cb
specs:
hcaptcha (7.1.0)
......@@ -16,40 +16,42 @@ GIT
GEM
remote: https://rubygems.org/
specs:
actioncable (6.0.3.5)
actionpack (= 6.0.3.5)
actioncable (6.1.3)
actionpack (= 6.1.3)
activesupport (= 6.1.3)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (6.0.3.5)
actionpack (= 6.0.3.5)
activejob (= 6.0.3.5)
activerecord (= 6.0.3.5)
activestorage (= 6.0.3.5)
activesupport (= 6.0.3.5)
actionmailbox (6.1.3)
actionpack (= 6.1.3)
activejob (= 6.1.3)
activerecord (= 6.1.3)
activestorage (= 6.1.3)
activesupport (= 6.1.3)
mail (>= 2.7.1)
actionmailer (6.0.3.5)
actionpack (= 6.0.3.5)
actionview (= 6.0.3.5)
activejob (= 6.0.3.5)
actionmailer (6.1.3)
actionpack (= 6.1.3)
actionview (= 6.1.3)
activejob (= 6.1.3)
activesupport (= 6.1.3)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (6.0.3.5)
actionview (= 6.0.3.5)
activesupport (= 6.0.3.5)
rack (~> 2.0, >= 2.0.8)
actionpack (6.1.3)
actionview (= 6.1.3)
activesupport (= 6.1.3)
rack (~> 2.0, >= 2.0.9)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionpack-cloudflare (1.1.0)
actionpack (>= 3.2)
actiontext (6.0.3.5)
actionpack (= 6.0.3.5)
activerecord (= 6.0.3.5)
activestorage (= 6.0.3.5)
activesupport (= 6.0.3.5)
actiontext (6.1.3)
actionpack (= 6.1.3)
activerecord (= 6.1.3)
activestorage (= 6.1.3)
activesupport (= 6.1.3)
nokogiri (>= 1.8.5)
actionview (6.0.3.5)
activesupport (= 6.0.3.5)
actionview (6.1.3)
activesupport (= 6.1.3)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
......@@ -59,268 +61,141 @@ GEM
activemodel (>= 4.1, < 6.2)
case_transform (>= 0.2)
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
activejob (6.0.3.5)
activesupport (= 6.0.3.5)
activejob (6.1.3)
activesupport (= 6.1.3)
globalid (>= 0.3.6)
activemodel (6.0.3.5)
activesupport (= 6.0.3.5)
activerecord (6.0.3.5)
activemodel (= 6.0.3.5)
activesupport (= 6.0.3.5)
activestorage (6.0.3.5)
actionpack (= 6.0.3.5)
activejob (= 6.0.3.5)
activerecord (= 6.0.3.5)
activemodel (6.1.3)
activesupport (= 6.1.3)
activerecord (6.1.3)
activemodel (= 6.1.3)
activesupport (= 6.1.3)
activestorage (6.1.3)
actionpack (= 6.1.3)
activejob (= 6.1.3)
activerecord (= 6.1.3)
activesupport (= 6.1.3)
marcel (~> 0.3.1)
activesupport (6.0.3.5)
mimemagic (~> 0.3.2)
activesupport (6.1.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
amq-protocol (2.3.2)
argon2 (2.0.3)
ffi (~> 1.14)
ffi-compiler (~> 1.0)
ast (2.4.2)
attr_encrypted (3.1.0)
encryptor (~> 3.0.0)
audited (4.10.0)
activerecord (>= 4.2, < 6.2)
autoprefixer-rails (10.2.4.0)
execjs
batch-loader (1.4.1)
bcrypt (3.1.16)
bindex (0.8.1)
bootstrap (4.6.0)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 1.14.3, < 2)
sassc-rails (>= 2.0.0)
braintree (2.104.1)
builder (>= 2.0.0)
builder (3.2.4)
bunny (2.16.1)
bunny (2.17.0)
amq-protocol (~> 2.3, >= 2.3.1)
bunny-mock (1.7.0)
bunny (>= 1.7)
bunny_events (0.3.2)
bunny (>= 2.14.0)
byebug (11.1.3)
case_transform (0.2)
activesupport
chunky_png (1.4.0)
coderay (1.1.3)
coffee-rails (5.0.0)
coffee-script (>= 2.2.0)
railties (>= 5.2.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.8)
countries (3.1.0)
i18n_data (~> 0.11.0)
sixarm_ruby_unaccent (~> 1.1)
unicode_utils (~> 1.4)
country_select (4.0.0)
countries (~> 3.0)
sort_alphabetical (~> 1.0)
crack (0.4.5)
rexml
crass (1.0.6)
css_parser (1.9.0)
addressable
ddtrace (0.39.0)
ddtrace (0.46.0)
msgpack
devise (4.7.3)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
devise-argon2 (1.1.0)
argon2 (~> 2.0)
devise (>= 2.1.0)
devise-encryptable (>= 0.2.0)
devise-encryptable (0.2.0)
devise (>= 2.1.0)
devise-two-factor (3.1.0)
activesupport (< 6.1)
attr_encrypted (>= 1.3, < 4, != 2)
devise (~> 4.0)
railties (< 6.1)
rotp (~> 2.0)
delayed_job (4.1.9)
activesupport (>= 3.0, < 6.2)
delayed_job_active_record (4.1.5)
activerecord (>= 3.0, < 6.2)
delayed_job (>= 3.0, < 5)
diff-lcs (1.4.4)
discard (1.2.0)
activerecord (>= 4.2, < 7)
docile (1.3.5)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
doorkeeper (5.5.0)
railties (>= 5)
doorkeeper-jwt (0.4.0)
jwt (~> 2.1)
dotenv (2.7.6)
dotenv-rails (2.7.6)
dotenv (= 2.7.6)
railties (>= 3.2)
em-websocket (0.5.2)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
encryptor (3.0.0)
erubi (1.10.0)
eventmachine (1.2.7)
execjs (2.7.0)
factory_bot (6.1.0)
activesupport (>= 5.0.0)
factory_bot_rails (6.1.0)
factory_bot (~> 6.1.0)
railties (>= 5.0.0)
faraday (1.3.0)
faraday-net_http (~> 1.0)
multipart-post (>= 1.2, < 3)
ruby2_keywords
faraday-net_http (1.0.1)
ffi (1.15.0)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
foreman (0.87.2)
formatador (0.2.5)
generator_spec (0.9.4)
activesupport (>= 3.0.0)
railties (>= 3.0.0)
gitlab (4.17.0)
httparty (~> 0.18)
terminal-table (~> 1.5, >= 1.5.1)
globalid (0.4.2)
activesupport (>= 4.2.0)
graphiql-rails (1.7.0)
railties
sprockets-rails
graphql (1.10.14)
graphql-guard (2.0.0)
graphql (>= 1.10.0, < 2)
graphql-voyager-rails (1.0.4)
railties
sprockets-rails
guard (2.14.2)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
lumberjack (>= 1.0.12, < 2.0)
nenv (~> 0.1)
notiffany (~> 0.0)
pry (>= 0.9.12)
shellany (~> 0.0)
thor (>= 0.18.1)
guard-compat (1.2.1)
guard-livereload (2.5.2)
em-websocket (~> 0.5)
guard (~> 2.8)
guard-compat (~> 1.0)
multi_json (~> 1.8)
guard-minitest (2.4.6)
guard-compat (~> 1.2)
minitest (>= 3.0)
hashdiff (1.0.1)
htmlentities (4.3.4)
http (4.4.1)
addressable (~> 2.3)
http-cookie (~> 1.0)
http-form_data (~> 2.2)
http-parser (~> 1.2.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
http-form_data (2.3.0)
http-parser (1.2.3)
ffi-compiler (>= 1.0, < 2.0)
http_parser.rb (0.6.0)
health_check (3.0.0)
railties (>= 5.0)
httparty (0.18.1)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
i18n_data (0.11.0)
ibsciss-middleware (0.4.2)
ipstack (0.1.3)
nokogiri (>= 1.8, < 2.0)
jquery-rails (4.4.0)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.5.1)
jsonapi-renderer (0.2.2)
jwt (2.2.2)
libv8 (8.4.255.0)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
listen (3.5.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
lograge (0.11.2)
actionpack (>= 4)
activesupport (>= 4)
railties (>= 4)
request_store (~> 1.0)
loofah (2.9.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.2.8)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (0.3.3)
mimemagic (~> 0.3.2)
maxmind-db (1.1.1)
method_source (1.0.0)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.0225)
mimemagic (0.3.6)
mini_mime (1.0.2)
mimemagic (0.3.9)
nokogiri (~> 1)
rake
mini_mime (1.0.3)
mini_portile2 (2.5.0)
mini_racer (0.3.1)
libv8 (~> 8.4.255)
minitest (5.14.4)
msgpack (1.4.2)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.1.1)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
mysql2 (0.5.3)
nenv (0.3.0)
nexus_cqrs (0.1.1)
generator_spec
ibsciss-middleware
thread_safe
nexus_cqrs_auth (0.0.4)
nexus_cqrs (~> 0.1.1)
pundit
strings-case
nio4r (2.5.7)
nokogiri (1.11.2)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
octokit (4.20.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
orm_adapter (0.5.0)
parallel (1.20.1)
parser (3.0.0.0)
ast (~> 2.4.1)
pg (1.2.3)
popper_js (1.16.0)
premailer (1.14.2)
addressable
css_parser (>= 1.6.0)
htmlentities (>= 4.0.0)
premailer-rails (1.11.1)
actionmailer (>= 3)
premailer (~> 1.7, >= 1.7.9)
pronto (0.11.0)
gitlab (~> 4.4, >= 4.4.0)
httparty (>= 0.13.7)
octokit (~> 4.7, >= 4.7.0)
rainbow (>= 2.2, < 4.0)
rexml (~> 3.2)
rugged (>= 0.23.0, < 1.1.0)
thor (>= 0.20.3, < 2.0)
pronto-rubocop (0.11.1)
pronto (~> 0.11.0)
rubocop (>= 0.63.1, < 2.0)
pry (0.14.0)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.6)
puma (4.3.7)
nio4r (~> 2.0)
......@@ -332,26 +207,22 @@ GEM
rack (>= 1.0, < 3)
rack-cors (1.1.1)
rack (>= 2.0.0)
rack-livereload (0.3.17)
rack
rack-protection (2.1.0)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (6.0.3.5)
actioncable (= 6.0.3.5)
actionmailbox (= 6.0.3.5)
actionmailer (= 6.0.3.5)
actionpack (= 6.0.3.5)
actiontext (= 6.0.3.5)
actionview (= 6.0.3.5)
activejob (= 6.0.3.5)
activemodel (= 6.0.3.5)
activerecord (= 6.0.3.5)
activestorage (= 6.0.3.5)
activesupport (= 6.0.3.5)
bundler (>= 1.3.0)
railties (= 6.0.3.5)
rails (6.1.3)
actioncable (= 6.1.3)
actionmailbox (= 6.1.3)
actionmailer (= 6.1.3)
actionpack (= 6.1.3)
actiontext (= 6.1.3)
actionview (= 6.1.3)
activejob (= 6.1.3)
activemodel (= 6.1.3)
activerecord (= 6.1.3)
activestorage (= 6.1.3)
activesupport (= 6.1.3)
bundler (>= 1.15.0)
railties (= 6.1.3)
sprockets-rails (>= 2.0.0)
rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1)
......@@ -362,13 +233,12 @@ GEM
nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
railties (6.0.3.5)
actionpack (= 6.0.3.5)
activesupport (= 6.0.3.5)
railties (6.1.3)
actionpack (= 6.1.3)
activesupport (= 6.1.3)
method_source
rake (>= 0.8.7)
thor (>= 0.20.3, < 2.0)
rainbow (3.0.0)
thor (~> 1.0)
rake (13.0.3)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
......@@ -390,12 +260,9 @@ GEM
redis-store (>= 1.2, < 2)
redis-store (1.9.0)
redis (>= 4, < 5)
regexp_parser (2.1.1)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
request_store (1.5.0)
rack (>= 1.4)
rexml (3.2.4)
rotp (2.1.2)
rqrcode (1.2.0)
chunky_png (~> 1.0)
rqrcode_core (~> 0.2)
......@@ -420,25 +287,18 @@ GEM
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.10.2)
rubocop (1.12.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.2.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.4.1)
parser (>= 2.7.1.5)
rubocop-shopify (2.0.1)
rubocop (~> 1.11)
ruby-mailchecker (4.0.6)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.4)
rugged (1.0.1)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sass-rails (5.1.0)
railties (>= 5.2.0)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sassc (2.4.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
......@@ -447,10 +307,6 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
shellany (0.0.1)
shoulda-matchers (4.5.1)
activesupport (>= 4.2.0)
simplecov (0.21.2)
......@@ -459,57 +315,35 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.2)
sinatra (2.1.0)
mustermann (~> 1.0)
rack (~> 2.2)
rack-protection (= 2.1.0)
tilt (~> 2.0)
sixarm_ruby_unaccent (1.2.0)
sort_alphabetical (1.1.0)
unicode_utils (>= 1.2.2)
spring (2.1.1)
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0)
sprockets (4.0.2)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.2)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
stripe (5.30.0)
terminal-table (1.6.0)
strings-case (0.3.0)
thor (1.1.0)
thread_safe (0.3.6)
tilt (2.0.10)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
twilio-ruby (5.49.0)
faraday (>= 0.9, < 2.0)
jwt (>= 1.5, <= 2.5)
nokogiri (>= 1.6, < 2.0)
tzinfo (1.2.9)
thread_safe (~> 0.1)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
unicode-display_width (2.0.0)
unicode_utils (1.4.0)
useragent (0.16.10)
vatlayer (0.3.5)
http (~> 4.2)
warden (1.2.9)
rack (>= 2.0.9)
web-console (4.1.0)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webmock (3.12.1)
webmock (3.12.2)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
......@@ -522,75 +356,47 @@ PLATFORMS
ruby
DEPENDENCIES
actionpack-cloudflare
actionpack-cloudflare (= 1.1.0)
active_model_serializers (= 0.10.12)
batch-loader (= 1.4.1)
bootstrap
braintree (~> 2.103)
bunny (= 2.16.1)
bunny-mock
bunny_events (~> 0.3.0)
byebug
coffee-rails
country_select (~> 4.0)
ddtrace (= 0.39.0)
devise (~> 4.7)
devise-argon2 (~> 1.1.0)
devise-encryptable (~> 0.2.0)
devise-two-factor
doorkeeper (~> 5.1)
doorkeeper-jwt (~> 0.4.0)
audited (= 4.10.0)
bootstrap (= 4.6.0)
bunny-mock (= 1.7.0)
bunny_events (= 0.3.2)
ddtrace (= 0.46.0)
delayed_job_active_record (= 4.1.5)
discard (= 1.2.0)
dotenv-rails (= 2.7.6)
factory_bot_rails
factory_bot_rails (= 6.1.0)
faker!
foreman
graphiql-rails
graphql (~> 1.10.0)
graphql-guard
graphql-voyager-rails
guard (~> 2.14.2)
guard-livereload (~> 2.5.2)
guard-minitest (~> 2.4.6)
hcaptcha!
httparty
ipstack
jquery-rails (~> 4.4)
listen (~> 3.0.5)
maxmind-db
mini_racer
health_check (= 3.0.0)
httparty (= 0.18.1)
jquery-rails (= 4.4.0)
lograge (= 0.11.2)
mini_racer (= 0.3.1)
mysql2 (= 0.5.3)
nexus_cqrs
pg (~> 1.2)
premailer-rails
pronto-rubocop
nexus_cqrs (= 0.1.1)
nexus_cqrs_auth (= 0.0.4)
pg (= 1.2.3)
puma (= 4.3.7)
pundit
rack-attack (~> 6.3)
rack-attack (= 6.5.0)
rack-cors (= 1.1.1)
rack-livereload
rails (= 6.0.3.5)
rails-controller-testing
rails (= 6.1.3)
rails-controller-testing (= 1.0.5)
redis-rails (= 5.0.2)
rqrcode_png
rspec-rails (~> 4.0)
rubocop
rubocop-shopify
ruby-mailchecker
sass-rails
shoulda-matchers
simplecov
sinatra
spring
spring-watcher-listen (~> 2.0.0)
stripe
turbolinks (~> 5)
twilio-ruby (~> 5.26)
rqrcode_png (= 0.1.5)
rspec-rails (= 4.1.2)
ruby-mailchecker (= 4.0.6)
sass-rails (= 5.1.0)
shoulda-matchers (= 4.5.1)
simplecov (= 0.21.2)
spring-watcher-listen (= 2.0.1)
turbolinks (= 5.2.1)
tzinfo-data
uglifier
useragent
vatlayer (~> 0.3.5)
web-console (>= 3.3.0)
webmock
uglifier (= 4.2.0)
useragent (= 0.16.10)
web-console (= 4.1.0)
webmock (= 3.12.2)
RUBY VERSION
ruby 2.7.1p83
......