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 @@ ...@@ -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. 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) ### [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 \ ...@@ -14,6 +14,7 @@ RUN apt-get update \
build-essential \ build-essential \
cmake pkg-config \ cmake pkg-config \
libpq-dev \ libpq-dev \
shared-mime-info \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
......
...@@ -2,83 +2,46 @@ source 'https://rubygems.org' ...@@ -2,83 +2,46 @@ source 'https://rubygems.org'
ruby '2.7.1' ruby '2.7.1'
gem 'rails', '6.0.3.5' gem 'rails', '6.1.3'
gem 'puma', '4.3.7' gem 'puma', '4.3.7'
gem 'sass-rails' gem 'sass-rails', '5.1.0'
gem 'uglifier' gem 'uglifier', '4.2.0'
gem 'mini_racer', platforms: :ruby gem 'mini_racer', '0.3.1'
gem 'coffee-rails' gem 'bootstrap', '4.6.0'
gem 'graphiql-rails' gem 'jquery-rails', '4.4.0'
gem 'graphql-voyager-rails' gem 'actionpack-cloudflare', '1.1.0'
gem 'bootstrap' gem 'turbolinks', '5.2.1'
gem 'jquery-rails', '~> 4.4' gem 'pg', '1.2.3'
gem 'actionpack-cloudflare'
gem 'turbolinks', '~> 5'
gem 'pronto-rubocop'
gem 'rubocop'
gem 'rubocop-shopify', require: false
gem 'maxmind-db'
gem 'mysql2', '0.5.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 'active_model_serializers', '0.10.12'
gem 'stripe' gem 'rqrcode_png', '0.1.5'
gem 'hcaptcha', git: 'git://github.com/Nexus-Mods/hcaptcha.git' gem 'hcaptcha', git: 'https://github.com/Nexus-Mods/hcaptcha.git'
gem 'bunny_events', '~> 0.3.0' gem 'faker', git: 'https://github.com/faker-ruby/faker.git', branch: 'master'
gem 'country_select', '~> 4.0' gem 'bunny_events', '0.3.2'
gem 'rack-cors', '1.1.1' gem 'bunny-mock', '1.7.0'
gem 'ruby-mailchecker' gem 'audited', '4.10.0'
gem 'httparty' gem 'discard', '1.2.0'
gem 'useragent' gem 'ddtrace', '0.46.0'
gem 'ddtrace', '0.39.0' gem 'delayed_job_active_record', '4.1.5'
gem 'rack-attack', '~> 6.3'
gem 'dotenv-rails', '2.7.6' gem 'dotenv-rails', '2.7.6'
gem 'redis-rails', '5.0.2' gem 'redis-rails', '5.0.2'
gem 'ipstack' gem 'ruby-mailchecker', '4.0.6'
gem 'vatlayer', '~> 0.3.5' gem 'httparty', '0.18.1'
gem 'braintree', '~> 2.103' gem 'rack-cors', '1.1.1'
gem 'nexus_cqrs' gem 'useragent', '0.16.10'
gem 'graphql', '~> 1.10.0' gem 'lograge', '0.11.2'
gem 'graphql-guard' gem 'rack-attack', '6.5.0'
gem 'pundit' gem 'nexus_cqrs', '0.1.1'
gem 'batch-loader', '1.4.1' gem 'nexus_cqrs_auth', '0.0.4'
gem 'health_check', '3.0.0'
group :test do gem 'rspec-rails', '4.1.2'
gem 'bunny-mock' gem 'rails-controller-testing', '1.0.5'
gem 'factory_bot_rails' gem 'factory_bot_rails', '6.1.0'
gem 'faker', git: 'https://github.com/faker-ruby/faker.git', branch: 'master' gem 'shoulda-matchers', '4.5.1'
gem 'rails-controller-testing' gem 'simplecov', '0.21.2'
gem 'rspec-rails', '~> 4.0' gem 'webmock', '3.12.2'
gem 'shoulda-matchers' gem 'web-console', '4.1.0'
gem 'simplecov', require: false gem 'spring-watcher-listen', '2.0.1'
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
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby] gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
GIT GIT
remote: git://github.com/Nexus-Mods/hcaptcha.git remote: https://github.com/Nexus-Mods/hcaptcha.git
revision: a2135327e0f22ddba170d77dbba86827cd05c2cb revision: a2135327e0f22ddba170d77dbba86827cd05c2cb
specs: specs:
hcaptcha (7.1.0) hcaptcha (7.1.0)
...@@ -16,40 +16,42 @@ GIT ...@@ -16,40 +16,42 @@ GIT
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (6.0.3.5) actioncable (6.1.3)
actionpack (= 6.0.3.5) actionpack (= 6.1.3)
activesupport (= 6.1.3)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailbox (6.0.3.5) actionmailbox (6.1.3)
actionpack (= 6.0.3.5) actionpack (= 6.1.3)
activejob (= 6.0.3.5) activejob (= 6.1.3)
activerecord (= 6.0.3.5) activerecord (= 6.1.3)
activestorage (= 6.0.3.5) activestorage (= 6.1.3)
activesupport (= 6.0.3.5) activesupport (= 6.1.3)
mail (>= 2.7.1) mail (>= 2.7.1)
actionmailer (6.0.3.5) actionmailer (6.1.3)
actionpack (= 6.0.3.5) actionpack (= 6.1.3)
actionview (= 6.0.3.5) actionview (= 6.1.3)
activejob (= 6.0.3.5) activejob (= 6.1.3)
activesupport (= 6.1.3)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
actionpack (6.0.3.5) actionpack (6.1.3)
actionview (= 6.0.3.5) actionview (= 6.1.3)
activesupport (= 6.0.3.5) activesupport (= 6.1.3)
rack (~> 2.0, >= 2.0.8) rack (~> 2.0, >= 2.0.9)
rack-test (>= 0.6.3) rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionpack-cloudflare (1.1.0) actionpack-cloudflare (1.1.0)
actionpack (>= 3.2) actionpack (>= 3.2)
actiontext (6.0.3.5) actiontext (6.1.3)
actionpack (= 6.0.3.5) actionpack (= 6.1.3)
activerecord (= 6.0.3.5) activerecord (= 6.1.3)
activestorage (= 6.0.3.5) activestorage (= 6.1.3)
activesupport (= 6.0.3.5) activesupport (= 6.1.3)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (6.0.3.5) actionview (6.1.3)
activesupport (= 6.0.3.5) activesupport (= 6.1.3)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.4) erubi (~> 1.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
...@@ -59,268 +61,141 @@ GEM ...@@ -59,268 +61,141 @@ GEM
activemodel (>= 4.1, < 6.2) activemodel (>= 4.1, < 6.2)
case_transform (>= 0.2) case_transform (>= 0.2)
jsonapi-renderer (>= 0.1.1.beta1, < 0.3) jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
activejob (6.0.3.5) activejob (6.1.3)
activesupport (= 6.0.3.5) activesupport (= 6.1.3)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (6.0.3.5) activemodel (6.1.3)
activesupport (= 6.0.3.5) activesupport (= 6.1.3)
activerecord (6.0.3.5) activerecord (6.1.3)
activemodel (= 6.0.3.5) activemodel (= 6.1.3)
activesupport (= 6.0.3.5) activesupport (= 6.1.3)
activestorage (6.0.3.5) activestorage (6.1.3)
actionpack (= 6.0.3.5) actionpack (= 6.1.3)
activejob (= 6.0.3.5) activejob (= 6.1.3)
activerecord (= 6.0.3.5) activerecord (= 6.1.3)
activesupport (= 6.1.3)
marcel (~> 0.3.1) marcel (~> 0.3.1)
activesupport (6.0.3.5) mimemagic (~> 0.3.2)
activesupport (6.1.3)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2) i18n (>= 1.6, < 2)
minitest (~> 5.1) minitest (>= 5.1)
tzinfo (~> 1.1) tzinfo (~> 2.0)
zeitwerk (~> 2.2, >= 2.2.2) zeitwerk (~> 2.3)
addressable (2.7.0) addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0) public_suffix (>= 2.0.2, < 5.0)
amq-protocol (2.3.2) amq-protocol (2.3.2)
argon2 (2.0.3) audited (4.10.0)
ffi (~> 1.14) activerecord (>= 4.2, < 6.2)
ffi-compiler (~> 1.0)
ast (2.4.2)
attr_encrypted (3.1.0)
encryptor (~> 3.0.0)
autoprefixer-rails (10.2.4.0) autoprefixer-rails (10.2.4.0)
execjs execjs
batch-loader (1.4.1)
bcrypt (3.1.16)
bindex (0.8.1) bindex (0.8.1)
bootstrap (4.6.0) bootstrap (4.6.0)
autoprefixer-rails (>= 9.1.0) autoprefixer-rails (>= 9.1.0)
popper_js (>= 1.14.3, < 2) popper_js (>= 1.14.3, < 2)
sassc-rails (>= 2.0.0) sassc-rails (>= 2.0.0)
braintree (2.104.1)
builder (>= 2.0.0)
builder (3.2.4) builder (3.2.4)
bunny (2.16.1) bunny (2.17.0)
amq-protocol (~> 2.3, >= 2.3.1) amq-protocol (~> 2.3, >= 2.3.1)
bunny-mock (1.7.0) bunny-mock (1.7.0)
bunny (>= 1.7) bunny (>= 1.7)
bunny_events (0.3.2) bunny_events (0.3.2)
bunny (>= 2.14.0) bunny (>= 2.14.0)
byebug (11.1.3)
case_transform (0.2) case_transform (0.2)
activesupport activesupport
chunky_png (1.4.0) 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) 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) crack (0.4.5)
rexml rexml
crass (1.0.6) crass (1.0.6)
css_parser (1.9.0) ddtrace (0.46.0)
addressable
ddtrace (0.39.0)
msgpack msgpack
devise (4.7.3) delayed_job (4.1.9)
bcrypt (~> 3.0) activesupport (>= 3.0, < 6.2)
orm_adapter (~> 0.1) delayed_job_active_record (4.1.5)
railties (>= 4.1.0) activerecord (>= 3.0, < 6.2)
responders delayed_job (>= 3.0, < 5)
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)
diff-lcs (1.4.4) diff-lcs (1.4.4)
discard (1.2.0)
activerecord (>= 4.2, < 7)
docile (1.3.5) 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 (2.7.6)
dotenv-rails (2.7.6) dotenv-rails (2.7.6)
dotenv (= 2.7.6) dotenv (= 2.7.6)
railties (>= 3.2) 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) erubi (1.10.0)
eventmachine (1.2.7)
execjs (2.7.0) execjs (2.7.0)
factory_bot (6.1.0) factory_bot (6.1.0)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
factory_bot_rails (6.1.0) factory_bot_rails (6.1.0)
factory_bot (~> 6.1.0) factory_bot (~> 6.1.0)
railties (>= 5.0.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 (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) generator_spec (0.9.4)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
railties (>= 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) globalid (0.4.2)
activesupport (>= 4.2.0) 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) hashdiff (1.0.1)
htmlentities (4.3.4) health_check (3.0.0)
http (4.4.1) railties (>= 5.0)
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)
httparty (0.18.1) httparty (0.18.1)
mime-types (~> 3.0) mime-types (~> 3.0)
multi_xml (>= 0.5.2) multi_xml (>= 0.5.2)
i18n (1.8.9) i18n (1.8.9)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
i18n_data (0.11.0)
ibsciss-middleware (0.4.2) ibsciss-middleware (0.4.2)
ipstack (0.1.3)
nokogiri (>= 1.8, < 2.0)
jquery-rails (4.4.0) jquery-rails (4.4.0)
rails-dom-testing (>= 1, < 3) rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0) railties (>= 4.2.0)
thor (>= 0.14, < 2.0) thor (>= 0.14, < 2.0)
json (2.5.1) json (2.5.1)
jsonapi-renderer (0.2.2) jsonapi-renderer (0.2.2)
jwt (2.2.2)
libv8 (8.4.255.0) libv8 (8.4.255.0)
listen (3.0.8) listen (3.5.0)
rb-fsevent (~> 0.9, >= 0.9.4) rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.7) 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) loofah (2.9.0)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
lumberjack (1.2.8)
mail (2.7.1) mail (2.7.1)
mini_mime (>= 0.1.1) mini_mime (>= 0.1.1)
marcel (0.3.3) marcel (0.3.3)
mimemagic (~> 0.3.2) mimemagic (~> 0.3.2)
maxmind-db (1.1.1)
method_source (1.0.0) method_source (1.0.0)
mime-types (3.3.1) mime-types (3.3.1)
mime-types-data (~> 3.2015) mime-types-data (~> 3.2015)
mime-types-data (3.2021.0225) mime-types-data (3.2021.0225)
mimemagic (0.3.6) mimemagic (0.3.9)
mini_mime (1.0.2) nokogiri (~> 1)
rake
mini_mime (1.0.3)
mini_portile2 (2.5.0) mini_portile2 (2.5.0)
mini_racer (0.3.1) mini_racer (0.3.1)
libv8 (~> 8.4.255) libv8 (~> 8.4.255)
minitest (5.14.4) minitest (5.14.4)
msgpack (1.4.2) msgpack (1.4.2)
multi_json (1.15.0)
multi_xml (0.6.0) multi_xml (0.6.0)
multipart-post (2.1.1)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
mysql2 (0.5.3) mysql2 (0.5.3)
nenv (0.3.0)
nexus_cqrs (0.1.1) nexus_cqrs (0.1.1)
generator_spec generator_spec
ibsciss-middleware ibsciss-middleware
thread_safe thread_safe
nexus_cqrs_auth (0.0.4)
nexus_cqrs (~> 0.1.1)
pundit
strings-case
nio4r (2.5.7) nio4r (2.5.7)
nokogiri (1.11.2) nokogiri (1.11.2)
mini_portile2 (~> 2.5.0) mini_portile2 (~> 2.5.0)
racc (~> 1.4) 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) pg (1.2.3)
popper_js (1.16.0) 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) public_suffix (4.0.6)
puma (4.3.7) puma (4.3.7)
nio4r (~> 2.0) nio4r (~> 2.0)
...@@ -332,26 +207,22 @@ GEM ...@@ -332,26 +207,22 @@ GEM
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rack-cors (1.1.1) rack-cors (1.1.1)
rack (>= 2.0.0) rack (>= 2.0.0)
rack-livereload (0.3.17)
rack
rack-protection (2.1.0)
rack
rack-test (1.1.0) rack-test (1.1.0)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rails (6.0.3.5) rails (6.1.3)
actioncable (= 6.0.3.5) actioncable (= 6.1.3)
actionmailbox (= 6.0.3.5) actionmailbox (= 6.1.3)
actionmailer (= 6.0.3.5) actionmailer (= 6.1.3)
actionpack (= 6.0.3.5) actionpack (= 6.1.3)
actiontext (= 6.0.3.5) actiontext (= 6.1.3)
actionview (= 6.0.3.5) actionview (= 6.1.3)
activejob (= 6.0.3.5) activejob (= 6.1.3)
activemodel (= 6.0.3.5) activemodel (= 6.1.3)
activerecord (= 6.0.3.5) activerecord (= 6.1.3)
activestorage (= 6.0.3.5) activestorage (= 6.1.3)
activesupport (= 6.0.3.5) activesupport (= 6.1.3)
bundler (>= 1.3.0) bundler (>= 1.15.0)
railties (= 6.0.3.5) railties (= 6.1.3)
sprockets-rails (>= 2.0.0) sprockets-rails (>= 2.0.0)
rails-controller-testing (1.0.5) rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1) actionpack (>= 5.0.1.rc1)
...@@ -362,13 +233,12 @@ GEM ...@@ -362,13 +233,12 @@ GEM
nokogiri (>= 1.6) nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0) rails-html-sanitizer (1.3.0)
loofah (~> 2.3) loofah (~> 2.3)
railties (6.0.3.5) railties (6.1.3)
actionpack (= 6.0.3.5) actionpack (= 6.1.3)
activesupport (= 6.0.3.5) activesupport (= 6.1.3)
method_source method_source
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.20.3, < 2.0) thor (~> 1.0)
rainbow (3.0.0)
rake (13.0.3) rake (13.0.3)
rb-fsevent (0.10.4) rb-fsevent (0.10.4)
rb-inotify (0.10.1) rb-inotify (0.10.1)
...@@ -390,12 +260,9 @@ GEM ...@@ -390,12 +260,9 @@ GEM
redis-store (>= 1.2, < 2) redis-store (>= 1.2, < 2)
redis-store (1.9.0) redis-store (1.9.0)
redis (>= 4, < 5) redis (>= 4, < 5)
regexp_parser (2.1.1) request_store (1.5.0)
responders (3.0.1) rack (>= 1.4)
actionpack (>= 5.0)
railties (>= 5.0)
rexml (3.2.4) rexml (3.2.4)
rotp (2.1.2)
rqrcode (1.2.0) rqrcode (1.2.0)
chunky_png (~> 1.0) chunky_png (~> 1.0)
rqrcode_core (~> 0.2) rqrcode_core (~> 0.2)
...@@ -420,25 +287,18 @@ GEM ...@@ -420,25 +287,18 @@ GEM
rspec-mocks (~> 3.10) rspec-mocks (~> 3.10)
rspec-support (~> 3.10) rspec-support (~> 3.10)
rspec-support (3.10.2) 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-mailchecker (4.0.6)
ruby-progressbar (1.11.0) sass (3.7.4)
ruby2_keywords (0.0.4) sass-listen (~> 4.0.0)
rugged (1.0.1) sass-listen (4.0.0)
sass-rails (6.0.0) rb-fsevent (~> 0.9, >= 0.9.4)
sassc-rails (~> 2.1, >= 2.1.1) 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) sassc (2.4.0)
ffi (~> 1.9) ffi (~> 1.9)
sassc-rails (2.1.2) sassc-rails (2.1.2)
...@@ -447,10 +307,6 @@ GEM ...@@ -447,10 +307,6 @@ GEM
sprockets (> 3.0) sprockets (> 3.0)
sprockets-rails sprockets-rails
tilt tilt
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
shellany (0.0.1)
shoulda-matchers (4.5.1) shoulda-matchers (4.5.1)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
simplecov (0.21.2) simplecov (0.21.2)
...@@ -459,57 +315,35 @@ GEM ...@@ -459,57 +315,35 @@ GEM
simplecov_json_formatter (~> 0.1) simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3) simplecov-html (0.12.3)
simplecov_json_formatter (0.1.2) 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 (2.1.1)
spring-watcher-listen (2.0.1) spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0) listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0) spring (>= 1.2, < 3.0)
sprockets (4.0.2) sprockets (3.7.2)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
rack (> 1, < 3) rack (> 1, < 3)
sprockets-rails (3.2.2) sprockets-rails (3.2.2)
actionpack (>= 4.0) actionpack (>= 4.0)
activesupport (>= 4.0) activesupport (>= 4.0)
sprockets (>= 3.0.0) sprockets (>= 3.0.0)
stripe (5.30.0) strings-case (0.3.0)
terminal-table (1.6.0)
thor (1.1.0) thor (1.1.0)
thread_safe (0.3.6) thread_safe (0.3.6)
tilt (2.0.10) tilt (2.0.10)
turbolinks (5.2.1) turbolinks (5.2.1)
turbolinks-source (~> 5.2) turbolinks-source (~> 5.2)
turbolinks-source (5.2.0) turbolinks-source (5.2.0)
twilio-ruby (5.49.0) tzinfo (2.0.4)
faraday (>= 0.9, < 2.0) concurrent-ruby (~> 1.0)
jwt (>= 1.5, <= 2.5)
nokogiri (>= 1.6, < 2.0)
tzinfo (1.2.9)
thread_safe (~> 0.1)
uglifier (4.2.0) uglifier (4.2.0)
execjs (>= 0.3.0, < 3) 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) useragent (0.16.10)
vatlayer (0.3.5)
http (~> 4.2)
warden (1.2.9)
rack (>= 2.0.9)
web-console (4.1.0) web-console (4.1.0)
actionview (>= 6.0.0) actionview (>= 6.0.0)
activemodel (>= 6.0.0) activemodel (>= 6.0.0)
bindex (>= 0.4.0) bindex (>= 0.4.0)
railties (>= 6.0.0) railties (>= 6.0.0)
webmock (3.12.1) webmock (3.12.2)
addressable (>= 2.3.6) addressable (>= 2.3.6)
crack (>= 0.3.2) crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0) hashdiff (>= 0.4.0, < 2.0.0)
...@@ -522,75 +356,47 @@ PLATFORMS ...@@ -522,75 +356,47 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
actionpack-cloudflare actionpack-cloudflare (= 1.1.0)
active_model_serializers (= 0.10.12) active_model_serializers (= 0.10.12)
batch-loader (= 1.4.1) audited (= 4.10.0)
bootstrap bootstrap (= 4.6.0)
braintree (~> 2.103) bunny-mock (= 1.7.0)
bunny (= 2.16.1) bunny_events (= 0.3.2)
bunny-mock ddtrace (= 0.46.0)
bunny_events (~> 0.3.0) delayed_job_active_record (= 4.1.5)
byebug discard (= 1.2.0)
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)
dotenv-rails (= 2.7.6) dotenv-rails (= 2.7.6)
factory_bot_rails factory_bot_rails (= 6.1.0)
faker! 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! hcaptcha!
httparty health_check (= 3.0.0)
ipstack httparty (= 0.18.1)
jquery-rails (~> 4.4) jquery-rails (= 4.4.0)
listen (~> 3.0.5) lograge (= 0.11.2)
maxmind-db mini_racer (= 0.3.1)
mini_racer
mysql2 (= 0.5.3) mysql2 (= 0.5.3)
nexus_cqrs nexus_cqrs (= 0.1.1)
pg (~> 1.2) nexus_cqrs_auth (= 0.0.4)
premailer-rails pg (= 1.2.3)
pronto-rubocop
puma (= 4.3.7) puma (= 4.3.7)
pundit rack-attack (= 6.5.0)
rack-attack (~> 6.3)
rack-cors (= 1.1.1) rack-cors (= 1.1.1)
rack-livereload rails (= 6.1.3)
rails (= 6.0.3.5) rails-controller-testing (= 1.0.5)
rails-controller-testing
redis-rails (= 5.0.2) redis-rails (= 5.0.2)
rqrcode_png rqrcode_png (= 0.1.5)
rspec-rails (~> 4.0) rspec-rails (= 4.1.2)
rubocop ruby-mailchecker (= 4.0.6)
rubocop-shopify sass-rails (= 5.1.0)
ruby-mailchecker shoulda-matchers (= 4.5.1)
sass-rails simplecov (= 0.21.2)
shoulda-matchers spring-watcher-listen (= 2.0.1)
simplecov turbolinks (= 5.2.1)
sinatra
spring
spring-watcher-listen (~> 2.0.0)
stripe
turbolinks (~> 5)
twilio-ruby (~> 5.26)
tzinfo-data tzinfo-data
uglifier uglifier (= 4.2.0)
useragent useragent (= 0.16.10)
vatlayer (~> 0.3.5) web-console (= 4.1.0)
web-console (>= 3.3.0) webmock (= 3.12.2)
webmock
RUBY VERSION RUBY VERSION
ruby 2.7.1p83 ruby 2.7.1p83
......