trying to fix hakiri

This commit is contained in:
rajavi-mishra 2021-04-29 22:32:51 -07:00
parent f0e3b2ca0c
commit c21965b67f

View file

@ -2,7 +2,7 @@ GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
remote: https://rails-assets.org/ remote: https://rails-assets.org/
specs: specs:
Ascii85 (1.0.3) Ascii85 (1.1.0)
actioncable (5.2.5) actioncable (5.2.5)
actionpack (= 5.2.5) actionpack (= 5.2.5)
nio4r (~> 2.0) nio4r (~> 2.0)
@ -53,27 +53,27 @@ GEM
activerecord (>= 4.0) activerecord (>= 4.0)
activesupport (>= 4.0) activesupport (>= 4.0)
awesome_nested_set (>= 3.0) awesome_nested_set (>= 3.0)
acts_as_list (0.9.19) acts_as_list (1.0.4)
activerecord (>= 3.0) activerecord (>= 4.2)
addressable (2.7.0) addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0) public_suffix (>= 2.0.2, < 5.0)
afm (0.2.2) afm (0.2.2)
ajax-datatables-rails (0.4.3) ajax-datatables-rails (1.3.1)
railties (>= 4.0) zeitwerk
annotate (3.1.1) annotate (3.1.1)
activerecord (>= 3.2, < 7.0) activerecord (>= 3.2, < 7.0)
rake (>= 10.4, < 14.0) rake (>= 10.4, < 14.0)
archive-zip (0.12.0) archive-zip (0.12.0)
io-like (~> 0.3.0) io-like (~> 0.3.0)
arel (9.0.0) arel (9.0.0)
ast (2.4.0) ast (2.4.2)
autoprefixer-rails (9.6.4) autoprefixer-rails (10.2.4.0)
execjs execjs
awesome_nested_set (3.4.0) awesome_nested_set (3.4.0)
activerecord (>= 4.0.0, < 7.0) activerecord (>= 4.0.0, < 7.0)
aws_cf_signer (0.1.3) aws_cf_signer (0.1.3)
bcrypt (3.1.16) bcrypt (3.1.16)
bindex (0.6.0) bindex (0.8.1)
bootstrap-sass (3.4.1) bootstrap-sass (3.4.1)
autoprefixer-rails (>= 5.2.1) autoprefixer-rails (>= 5.2.1)
sassc (>= 2.0.0) sassc (>= 2.0.0)
@ -82,7 +82,7 @@ GEM
momentjs-rails (>= 2.8.1) momentjs-rails (>= 2.8.1)
builder (3.2.4) builder (3.2.4)
byebug (11.1.3) byebug (11.1.3)
cancancan (2.3.0) cancancan (3.2.1)
capybara (3.35.3) capybara (3.35.3)
addressable addressable
mini_mime (>= 0.1.3) mini_mime (>= 0.1.3)
@ -91,12 +91,12 @@ GEM
rack-test (>= 0.6.3) rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0) regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2) xpath (~> 3.2)
carrierwave (2.1.1) carrierwave (2.2.1)
activemodel (>= 5.0.0) activemodel (>= 5.0.0)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
addressable (~> 2.6) addressable (~> 2.6)
image_processing (~> 1.1) image_processing (~> 1.1)
mimemagic (>= 0.3.0) marcel (~> 1.0.0)
mini_mime (>= 0.1.3) mini_mime (>= 0.1.3)
ssrf_filter (~> 1.0) ssrf_filter (~> 1.0)
carrierwave-bombshelter (0.2.2) carrierwave-bombshelter (0.2.2)
@ -113,39 +113,44 @@ GEM
caxlsx_rails (0.6.2) caxlsx_rails (0.6.2)
actionpack (>= 3.1) actionpack (>= 3.1)
caxlsx (>= 3.0) caxlsx (>= 3.0)
chartkick (3.4.2) chartkick (4.0.3)
childprocess (3.0.0) childprocess (3.0.0)
chronic (0.10.2) chronic (0.10.2)
chunky_png (1.3.11) chunky_png (1.4.0)
climate_control (0.2.0) climate_control (1.0.0)
cloudinary (1.11.1) cloudinary (1.20.0)
aws_cf_signer aws_cf_signer
rest-client rest-client (>= 2.0.0)
cocoon (1.2.15) cocoon (1.2.15)
coderay (1.1.1) coderay (1.1.3)
concurrent-ruby (1.1.8) concurrent-ruby (1.1.8)
countable-rails (0.0.1) countable-rails (0.0.1)
railties (>= 3.1) railties (>= 3.1)
countries (3.0.0) countries (3.1.0)
i18n_data (~> 0.8.0) i18n_data (~> 0.11.0)
sixarm_ruby_unaccent (~> 1.1) sixarm_ruby_unaccent (~> 1.1)
unicode_utils (~> 1.4) unicode_utils (~> 1.4)
country_select (4.0.0) country_select (5.0.1)
countries (~> 3.0) countries (~> 3.0)
sort_alphabetical (~> 1.0) sort_alphabetical (~> 1.1)
crack (0.4.3) crack (0.4.5)
safe_yaml (~> 1.0.0) rexml
crass (1.0.6) crass (1.0.6)
daemons (1.3.1) daemons (1.3.1)
dalli (2.7.11) dalli (2.7.11)
dante (0.2.0) dante (0.2.0)
database_cleaner (1.7.0) database_cleaner (2.0.1)
database_cleaner-active_record (~> 2.0.0)
database_cleaner-active_record (2.0.0)
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
delayed_job (4.1.9) delayed_job (4.1.9)
activesupport (>= 3.0, < 6.2) activesupport (>= 3.0, < 6.2)
delayed_job_active_record (4.1.5) delayed_job_active_record (4.1.6)
activerecord (>= 3.0, < 6.2) activerecord (>= 3.0, < 6.2)
delayed_job (>= 3.0, < 5) delayed_job (>= 3.0, < 5)
devise (4.7.3) devise (4.8.0)
bcrypt (~> 3.0) bcrypt (~> 3.0)
orm_adapter (~> 0.1) orm_adapter (~> 0.1)
railties (>= 4.1.0) railties (>= 4.1.0)
@ -153,9 +158,9 @@ GEM
warden (~> 1.2.3) warden (~> 1.2.3)
devise_ichain_authenticatable (0.3.2) devise_ichain_authenticatable (0.3.2)
devise (>= 2.2) devise (>= 2.2)
diff-lcs (1.3) diff-lcs (1.4.4)
docile (1.3.5) docile (1.3.5)
domain_name (0.5.20180417) domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0) unf (>= 0.0.5, < 1.0.0)
dotenv (2.7.6) dotenv (2.7.6)
dotenv-rails (2.7.6) dotenv-rails (2.7.6)
@ -164,21 +169,25 @@ GEM
erubi (1.10.0) erubi (1.10.0)
erubis (2.7.0) erubis (2.7.0)
execjs (2.7.0) execjs (2.7.0)
factory_bot (4.11.1) factory_bot (6.1.0)
activesupport (>= 3.0.0) activesupport (>= 5.0.0)
factory_bot_rails (4.11.1) factory_bot_rails (6.1.0)
factory_bot (~> 4.11.1) factory_bot (~> 6.1.0)
railties (>= 3.0.0) railties (>= 5.0.0)
faker (1.9.3) faker (2.17.0)
i18n (>= 0.7) i18n (>= 1.6, < 2)
faraday (1.3.0) faraday (1.4.1)
faraday-excon (~> 1.1)
faraday-net_http (~> 1.0) faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
multipart-post (>= 1.2, < 3) multipart-post (>= 1.2, < 3)
ruby2_keywords ruby2_keywords (>= 0.0.4)
faraday-excon (1.1.0)
faraday-net_http (1.0.1) faraday-net_http (1.0.1)
fastimage (2.1.4) faraday-net_http_persistent (1.1.0)
fastimage (2.2.3)
feature (1.4.0) feature (1.4.0)
ffi (1.10.0) ffi (1.15.0)
flay (2.12.1) flay (2.12.1)
erubis (~> 2.7.0) erubis (~> 2.7.0)
path_expander (~> 1.0) path_expander (~> 1.0)
@ -191,7 +200,7 @@ GEM
actionpack (>= 3.2.13) actionpack (>= 3.2.13)
formtastic-bootstrap (3.1.1) formtastic-bootstrap (3.1.1)
formtastic (>= 3.0) formtastic (>= 3.0)
geckodriver-helper (0.23.0) geckodriver-helper (0.24.0)
archive-zip (~> 0.7) archive-zip (~> 0.7)
gitlab (4.17.0) gitlab (4.17.0)
httparty (~> 0.18) httparty (~> 0.18)
@ -199,10 +208,10 @@ GEM
globalid (0.4.2) globalid (0.4.2)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
gravtastic (3.2.6) gravtastic (3.2.6)
guard (2.14.1) guard (2.16.2)
formatador (>= 0.2.4) formatador (>= 0.2.4)
listen (>= 2.7, < 4.0) listen (>= 2.7, < 4.0)
lumberjack (~> 1.0) lumberjack (>= 1.0.12, < 2.0)
nenv (~> 0.1) nenv (~> 0.1)
notiffany (~> 0.0) notiffany (~> 0.0)
pry (>= 0.9.12) pry (>= 0.9.12)
@ -213,24 +222,24 @@ GEM
guard (~> 2.1) guard (~> 2.1)
guard-compat (~> 1.1) guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0) rspec (>= 2.99.0, < 4.0)
haml (5.0.4) haml (5.2.1)
temple (>= 0.8.0) temple (>= 0.8.0)
tilt tilt
haml-lint (0.999.999) haml-lint (0.999.999)
haml_lint haml_lint
haml-rails (1.0.0) haml-rails (2.0.1)
actionpack (>= 4.0.1) actionpack (>= 5.1)
activesupport (>= 4.0.1) activesupport (>= 5.1)
haml (>= 4.0.6, < 6.0) haml (>= 4.0.6, < 6.0)
html2haml (>= 1.0.1) html2haml (>= 1.0.1)
railties (>= 4.0.1) railties (>= 5.1)
haml_lint (0.28.0) haml_lint (0.37.0)
haml (>= 4.0, < 5.1) haml (>= 4.0, < 5.3)
parallel (~> 1.10)
rainbow rainbow
rake (>= 10, < 13)
rubocop (>= 0.50.0) rubocop (>= 0.50.0)
sysexits (~> 1.1) sysexits (~> 1.1)
hashdiff (0.3.7) hashdiff (1.0.1)
hashery (2.1.2) hashery (2.1.2)
hashie (4.1.0) hashie (4.1.0)
html2haml (2.2.0) html2haml (2.2.0)
@ -239,6 +248,7 @@ GEM
nokogiri (>= 1.6.0) nokogiri (>= 1.6.0)
ruby_parser (~> 3.5) ruby_parser (~> 3.5)
htmlentities (4.3.4) htmlentities (4.3.4)
http-accept (1.7.0)
http-cookie (1.0.3) http-cookie (1.0.3)
domain_name (~> 0.5) domain_name (~> 0.5)
httparty (0.18.1) httparty (0.18.1)
@ -246,18 +256,17 @@ GEM
multi_xml (>= 0.5.2) multi_xml (>= 0.5.2)
i18n (1.8.10) i18n (1.8.10)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
i18n_data (0.8.0) i18n_data (0.11.0)
icalendar (2.7.1) icalendar (2.7.1)
ice_cube (~> 0.16) ice_cube (~> 0.16)
ice_cube (0.16.3) ice_cube (0.16.3)
image_processing (1.12.1) image_processing (1.12.1)
mini_magick (>= 4.9.5, < 5) mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3) ruby-vips (>= 2.0.17, < 3)
io-like (0.3.0) io-like (0.3.1)
iso-639 (0.2.8) iso-639 (0.3.5)
jaro_winkler (1.5.3)
jquery-datatables (1.10.20) jquery-datatables (1.10.20)
jquery-rails (4.3.5) 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)
@ -267,10 +276,10 @@ GEM
json-schema (2.8.1) json-schema (2.8.1)
addressable (>= 2.4) addressable (>= 2.4)
jsonapi-renderer (0.2.2) jsonapi-renderer (0.2.2)
jwt (2.2.2) jwt (2.2.3)
launchy (2.4.3) launchy (2.5.0)
addressable (~> 2.3) addressable (~> 2.7)
leaflet-rails (1.5.1) leaflet-rails (1.7.0)
rails (>= 4.2.0) rails (>= 4.2.0)
letter_opener (1.7.0) letter_opener (1.7.0)
launchy (~> 2.2) launchy (~> 2.2)
@ -278,18 +287,17 @@ GEM
actionmailer (>= 3.2) actionmailer (>= 3.2)
letter_opener (~> 1.0) letter_opener (~> 1.0)
railties (>= 3.2) railties (>= 3.2)
listen (3.1.5) listen (3.5.1)
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)
ruby_dep (~> 1.2) loofah (2.9.1)
loofah (2.9.0)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
lumberjack (1.0.12) lumberjack (1.2.8)
mail (2.7.1) mail (2.7.1)
mini_mime (>= 0.1.1) mini_mime (>= 0.1.1)
marcel (1.0.0) marcel (1.0.1)
method_source (0.8.2) 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)
@ -299,17 +307,17 @@ GEM
mina (1.2.3) mina (1.2.3)
open4 (~> 1.3.4) open4 (~> 1.3.4)
rake rake
mini_magick (4.9.5) mini_magick (4.11.0)
mini_mime (1.0.3) mini_mime (1.1.0)
mini_portile2 (2.5.1) mini_portile2 (2.5.1)
minitest (5.14.4) minitest (5.14.4)
momentjs-rails (2.20.1) momentjs-rails (2.20.1)
railties (>= 3.1) railties (>= 3.1)
monetize (1.9.2) monetize (1.9.4)
money (~> 6.12) money (~> 6.12)
money (6.13.4) money (6.13.8)
i18n (>= 0.6.4, <= 2) i18n (>= 0.6.4, <= 2)
money-rails (1.13.3) money-rails (1.14.0)
activesupport (>= 3.0) activesupport (>= 3.0)
monetize (~> 1.9.0) monetize (~> 1.9.0)
money (~> 6.13.2) money (~> 6.13.2)
@ -323,16 +331,16 @@ GEM
nokogiri (1.11.3) nokogiri (1.11.3)
mini_portile2 (~> 2.5.0) mini_portile2 (~> 2.5.0)
racc (~> 1.4) racc (~> 1.4)
notiffany (0.1.1) notiffany (0.1.3)
nenv (~> 0.1) nenv (~> 0.1)
shellany (~> 0.0) shellany (~> 0.0)
oauth2 (1.4.4) oauth2 (1.4.7)
faraday (>= 0.8, < 2.0) faraday (>= 0.8, < 2.0)
jwt (>= 1.0, < 3.0) jwt (>= 1.0, < 3.0)
multi_json (~> 1.3) multi_json (~> 1.3)
multi_xml (~> 0.5) multi_xml (~> 0.5)
rack (>= 1.2, < 3) rack (>= 1.2, < 3)
octokit (4.20.0) octokit (4.21.0)
faraday (>= 0.9) faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3) sawyer (~> 0.8.0, >= 0.5.3)
omniauth (1.9.1) omniauth (1.9.1)
@ -345,32 +353,32 @@ GEM
omniauth-github (1.4.0) omniauth-github (1.4.0)
omniauth (~> 1.5) omniauth (~> 1.5)
omniauth-oauth2 (>= 1.4.0, < 2.0) omniauth-oauth2 (>= 1.4.0, < 2.0)
omniauth-google-oauth2 (0.8.1) omniauth-google-oauth2 (0.8.2)
jwt (>= 2.0) jwt (>= 2.0)
oauth2 (~> 1.1) oauth2 (~> 1.1)
omniauth (>= 1.1.1) omniauth (~> 1.1)
omniauth-oauth2 (>= 1.6) omniauth-oauth2 (>= 1.6)
omniauth-oauth2 (1.7.1) omniauth-oauth2 (1.7.1)
oauth2 (~> 1.4) oauth2 (~> 1.4)
omniauth (>= 1.9, < 3) omniauth (>= 1.9, < 3)
omniauth-openid (1.0.1) omniauth-openid (2.0.1)
omniauth (~> 1.0) omniauth (>= 1.0, < 3.0)
rack-openid (~> 1.3.1) rack-openid (~> 1.4.0)
open4 (1.3.4) open4 (1.3.4)
orm_adapter (0.5.0) orm_adapter (0.5.0)
pagy (3.12.0) pagy (3.13.0)
paper_trail (10.3.1) paper_trail (12.0.0)
activerecord (>= 4.2) activerecord (>= 5.2)
request_store (~> 1.1) request_store (~> 1.1)
parallel (1.18.0) parallel (1.20.1)
parser (2.6.5.0) parser (3.0.1.0)
ast (~> 2.4.0) ast (~> 2.4.1)
path_expander (1.1.0) path_expander (1.1.0)
pdf-core (0.9.0) pdf-core (0.9.0)
pdf-inspector (1.3.0) pdf-inspector (1.3.0)
pdf-reader (>= 1.0, < 3.0.a) pdf-reader (>= 1.0, < 3.0.a)
pdf-reader (2.2.0) pdf-reader (2.4.2)
Ascii85 (~> 1.0.0) Ascii85 (~> 1.0)
afm (~> 0.2.1) afm (~> 0.2.1)
hashery (~> 2.0) hashery (~> 2.0)
ruby-rc4 ruby-rc4
@ -383,13 +391,13 @@ GEM
prawn (2.4.0) prawn (2.4.0)
pdf-core (~> 0.9.0) pdf-core (~> 0.9.0)
ttfunk (~> 1.7) ttfunk (~> 1.7)
prawn-qrcode (0.3.1) prawn-qrcode (0.5.2)
prawn (>= 1) prawn (>= 1)
rqrcode (>= 0.4.1) rqrcode (>= 1.0.0)
prawn-rails (1.3.0) prawn-rails (1.4.0)
prawn prawn
prawn-table prawn-table
rails (>= 3.1.0) railties (>= 3.1.0)
prawn-table (0.2.2) prawn-table (0.2.2)
prawn (>= 1.3.0, < 3.0.0) prawn (>= 1.3.0, < 3.0.0)
pronto (0.11.0) pronto (0.11.0)
@ -410,10 +418,9 @@ GEM
pronto-rubocop (0.11.1) pronto-rubocop (0.11.1)
pronto (~> 0.11.0) pronto (~> 0.11.0)
rubocop (>= 0.63.1, < 2.0) rubocop (>= 0.63.1, < 2.0)
pry (0.10.4) pry (0.14.1)
coderay (~> 1.1.0) coderay (~> 1.1)
method_source (~> 0.8.1) method_source (~> 1.0)
slop (~> 3.4)
pry-byebug (3.8.0) pry-byebug (3.8.0)
byebug (~> 11.0) byebug (~> 11.0)
pry (~> 0.10) pry (~> 0.10)
@ -422,7 +429,7 @@ GEM
nio4r (~> 2.0) nio4r (~> 2.0)
racc (1.5.2) racc (1.5.2)
rack (2.2.3) rack (2.2.3)
rack-openid (1.3.1) rack-openid (1.4.2)
rack (>= 1.1.0) rack (>= 1.1.0)
ruby-openid (>= 2.1.8) ruby-openid (>= 2.1.8)
rack-test (1.1.0) rack-test (1.1.0)
@ -440,16 +447,16 @@ GEM
bundler (>= 1.3.0) bundler (>= 1.3.0)
railties (= 5.2.5) railties (= 5.2.5)
sprockets-rails (>= 2.0.0) sprockets-rails (>= 2.0.0)
rails-assets-bootstrap (3.3.6) rails-assets-bootstrap (3.4.1)
rails-assets-jquery (>= 1.9.1, < 3) rails-assets-jquery (>= 1.9.1, < 4)
rails-assets-bootstrap-markdown (2.10.0) rails-assets-bootstrap-markdown (2.10.0)
rails-assets-bootstrap (~> 3) rails-assets-bootstrap (~> 3)
rails-assets-bootstrap-select (1.13.3) rails-assets-bootstrap-select (1.13.10)
rails-assets-bootstrap (>= 3.0.0) rails-assets-bootstrap (>= 3.0.0)
rails-assets-jquery (>= 1.9.1, < 4) rails-assets-jquery (>= 1.9.1, < 4)
rails-assets-date.format (1.2.3) rails-assets-date.format (1.2.3)
rails-assets-holderjs (2.9.6) rails-assets-holderjs (2.9.6)
rails-assets-jquery (2.2.4) rails-assets-jquery (3.4.1)
rails-assets-jquery-smooth-scroll (2.2.0) rails-assets-jquery-smooth-scroll (2.2.0)
rails-assets-jquery (>= 1.7.0) rails-assets-jquery (>= 1.7.0)
rails-assets-markdown (0.5.0) rails-assets-markdown (0.5.0)
@ -459,7 +466,7 @@ GEM
rails-assets-tinycolor (1.4.1) rails-assets-tinycolor (1.4.1)
rails-assets-to-markdown (3.1.1) rails-assets-to-markdown (3.1.1)
rails-assets-trianglify (1.2.0) rails-assets-trianglify (1.2.0)
rails-assets-waypoints (4.0.0) rails-assets-waypoints (4.0.1)
rails-controller-testing (1.0.5) rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1) actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1) actionview (>= 5.0.1.rc1)
@ -479,110 +486,112 @@ GEM
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0) thor (>= 0.19.0, < 2.0)
rainbow (3.0.0) rainbow (3.0.0)
rake (12.3.3) rake (13.0.3)
rb-fsevent (0.10.3) rb-fsevent (0.10.4)
rb-inotify (0.10.0) rb-inotify (0.10.1)
ffi (~> 1.0) ffi (~> 1.0)
recaptcha (4.14.0) recaptcha (5.7.0)
json json
redcarpet (3.5.1) redcarpet (3.5.1)
regexp_parser (2.1.1) regexp_parser (2.1.1)
request_store (1.4.1) request_store (1.5.0)
rack (>= 1.4) rack (>= 1.4)
responders (2.4.1) responders (2.4.1)
actionpack (>= 4.2.0, < 6.0) actionpack (>= 4.2.0, < 6.0)
railties (>= 4.2.0, < 6.0) railties (>= 4.2.0, < 6.0)
rest-client (2.0.2) rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0) http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0) mime-types (>= 1.16, < 4.0)
netrc (~> 0.8) netrc (~> 0.8)
rexml (3.2.4) rexml (3.2.5)
rolify (5.2.0) rolify (6.0.0)
rqrcode (0.10.1) rqrcode (1.2.0)
chunky_png (~> 1.0) chunky_png (~> 1.0)
rspec (3.6.0) rqrcode_core (~> 0.2)
rspec-core (~> 3.6.0) rqrcode_core (0.2.0)
rspec-expectations (~> 3.6.0) rspec (3.10.0)
rspec-mocks (~> 3.6.0) rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
rspec-mocks (~> 3.10.0)
rspec-activemodel-mocks (1.1.0) rspec-activemodel-mocks (1.1.0)
activemodel (>= 3.0) activemodel (>= 3.0)
activesupport (>= 3.0) activesupport (>= 3.0)
rspec-mocks (>= 2.99, < 4.0) rspec-mocks (>= 2.99, < 4.0)
rspec-core (3.6.0) rspec-core (3.10.1)
rspec-support (~> 3.6.0) rspec-support (~> 3.10.0)
rspec-expectations (3.6.0) rspec-expectations (3.10.1)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.6.0) rspec-support (~> 3.10.0)
rspec-mocks (3.6.0) rspec-mocks (3.10.2)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.6.0) rspec-support (~> 3.10.0)
rspec-rails (3.6.1) rspec-rails (5.0.1)
actionpack (>= 3.0) actionpack (>= 5.2)
activesupport (>= 3.0) activesupport (>= 5.2)
railties (>= 3.0) railties (>= 5.2)
rspec-core (~> 3.6.0) rspec-core (~> 3.10)
rspec-expectations (~> 3.6.0) rspec-expectations (~> 3.10)
rspec-mocks (~> 3.6.0) rspec-mocks (~> 3.10)
rspec-support (~> 3.6.0) rspec-support (~> 3.10)
rspec-support (3.6.0) rspec-support (3.10.2)
rubocop (0.75.1) rubocop (0.93.1)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 2.6) parser (>= 2.7.1.5)
rainbow (>= 2.2.2, < 4.0) rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8)
rexml
rubocop-ast (>= 0.6.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7) unicode-display_width (>= 1.4.0, < 2.0)
rubocop-rspec (1.36.0) rubocop-ast (1.4.1)
rubocop (>= 0.68.1) parser (>= 2.7.1.5)
ruby-oembed (0.12.0) rubocop-rspec (1.44.1)
rubocop (~> 0.87)
rubocop-ast (>= 0.7.1)
ruby-oembed (0.15.0)
ruby-openid (2.9.2) ruby-openid (2.9.2)
ruby-progressbar (1.10.1) ruby-progressbar (1.11.0)
ruby-rc4 (0.1.5) ruby-rc4 (0.1.5)
ruby-vips (2.0.17) ruby-vips (2.1.0)
ffi (~> 1.9) ffi (~> 1.12)
ruby2_keywords (0.0.4) ruby2_keywords (0.0.4)
ruby_dep (1.5.0) ruby_parser (3.15.1)
ruby_parser (3.11.0)
sexp_processor (~> 4.9) sexp_processor (~> 4.9)
rubyzip (1.3.0) rubyzip (2.3.0)
rugged (1.0.1) rugged (1.0.1)
safe_yaml (1.0.4) sass-rails (6.0.0)
sass (3.7.2) sassc-rails (~> 2.1, >= 2.1.1)
sass-listen (~> 4.0.0) sassc (2.4.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sass-rails (5.0.7)
railties (>= 4.0.0, < 6)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sassc (2.0.1)
ffi (~> 1.9) ffi (~> 1.9)
rake sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
sprockets (> 3.0)
sprockets-rails
tilt
sawyer (0.8.2) sawyer (0.8.2)
addressable (>= 2.3.5) addressable (>= 2.3.5)
faraday (> 0.8, < 2.0) faraday (> 0.8, < 2.0)
selectize-rails (0.12.6) selectize-rails (0.12.6)
selenium-webdriver (3.142.6) selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0) childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2) rubyzip (>= 1.2.2)
sentry-delayed_job (4.2.1) sentry-delayed_job (4.3.1)
sentry-ruby-core (~> 4.2.0) sentry-ruby-core (~> 4.3.0)
sentry-rails (4.2.2) sentry-rails (4.3.4)
rails (>= 5.0) railties (>= 5.0)
sentry-ruby-core (~> 4.2.0) sentry-ruby-core (~> 4.3.0)
sentry-ruby (4.2.2) sentry-ruby (4.3.2)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
faraday (>= 1.0) faraday (>= 1.0)
sentry-ruby-core (= 4.2.2) sentry-ruby-core (= 4.3.2)
sentry-ruby-core (4.2.2) sentry-ruby-core (4.3.2)
concurrent-ruby concurrent-ruby
faraday faraday
sexp_processor (4.11.0) sexp_processor (4.15.2)
shellany (0.0.1) shellany (0.0.1)
shoulda-matchers (4.1.2) shoulda-matchers (4.5.1)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
simplecov (0.21.2) simplecov (0.21.2)
docile (~> 1.1) docile (~> 1.1)
@ -593,17 +602,14 @@ GEM
simplecov-html (0.12.3) simplecov-html (0.12.3)
simplecov_json_formatter (0.1.2) simplecov_json_formatter (0.1.2)
sixarm_ruby_unaccent (1.2.0) sixarm_ruby_unaccent (1.2.0)
skylight (3.1.5) skylight (5.0.1)
skylight-core (= 3.1.5) activesupport (>= 5.2.0)
skylight-core (3.1.5)
activesupport (>= 4.2.0)
slop (3.6.0)
sort_alphabetical (1.1.0) sort_alphabetical (1.1.0)
unicode_utils (>= 1.2.2) unicode_utils (>= 1.2.2)
spring (1.6.3) spring (2.1.1)
spring-commands-rspec (1.0.4) spring-commands-rspec (1.0.4)
spring (>= 0.9.1) spring (>= 0.9.1)
sprockets (3.7.2) sprockets (4.0.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)
@ -612,19 +618,19 @@ GEM
sprockets (>= 3.0.0) sprockets (>= 3.0.0)
sqlite3 (1.4.2) sqlite3 (1.4.2)
ssrf_filter (1.0.7) ssrf_filter (1.0.7)
stripe (5.14.0) stripe (5.32.1)
stripe-ruby-mock (3.0.1) stripe-ruby-mock (3.0.1)
dante (>= 0.2.0) dante (>= 0.2.0)
multi_json (~> 1.0) multi_json (~> 1.0)
stripe (> 5, < 6) stripe (> 5, < 6)
sysexits (1.2.0) sysexits (1.2.0)
temple (0.8.0) temple (0.8.2)
terminal-table (1.8.0) terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1) unicode-display_width (~> 1.1, >= 1.1.1)
thor (1.1.0) thor (1.1.0)
thread_safe (0.3.6) thread_safe (0.3.6)
tilt (2.0.9) tilt (2.0.10)
timecop (0.9.1) timecop (0.9.4)
transitions (1.2.1) transitions (1.2.1)
ttfunk (1.7.0) ttfunk (1.7.0)
turbolinks (5.2.1) turbolinks (5.2.1)
@ -632,12 +638,12 @@ GEM
turbolinks-source (5.2.0) turbolinks-source (5.2.0)
tzinfo (1.2.9) tzinfo (1.2.9)
thread_safe (~> 0.1) thread_safe (~> 0.1)
uglifier (4.1.20) uglifier (4.2.0)
execjs (>= 0.3.0, < 3) execjs (>= 0.3.0, < 3)
unf (0.1.4) unf (0.1.4)
unf_ext unf_ext
unf_ext (0.0.7.5) unf_ext (0.0.7.7)
unicode-display_width (1.6.0) unicode-display_width (1.7.0)
unicode_utils (1.4.0) unicode_utils (1.4.0)
unobtrusive_flash (3.3.1) unobtrusive_flash (3.3.1)
railties railties
@ -648,21 +654,22 @@ GEM
activemodel (>= 5.0) activemodel (>= 5.0)
bindex (>= 0.4.0) bindex (>= 0.4.0)
railties (>= 5.0) railties (>= 5.0)
webdrivers (4.1.3) webdrivers (4.6.0)
nokogiri (~> 1.6) nokogiri (~> 1.6)
rubyzip (>= 1.3.0) rubyzip (>= 1.3.0)
selenium-webdriver (>= 3.0, < 4.0) selenium-webdriver (>= 3.0, < 4.0)
webmock (3.5.1) webmock (3.12.2)
addressable (>= 2.3.6) addressable (>= 2.3.6)
crack (>= 0.3.2) crack (>= 0.3.2)
hashdiff hashdiff (>= 0.4.0, < 2.0.0)
websocket-driver (0.7.3) websocket-driver (0.7.3)
websocket-extensions (>= 0.1.0) websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5) websocket-extensions (0.1.5)
whenever (0.10.0) whenever (1.0.0)
chronic (>= 0.6.3) chronic (>= 0.6.3)
xpath (3.2.0) xpath (3.2.0)
nokogiri (~> 1.8) nokogiri (~> 1.8)
zeitwerk (2.4.2)
PLATFORMS PLATFORMS
ruby ruby