Retrospring/Gemfile.lock

621 lines
15 KiB
Plaintext
Raw Normal View History

2020-05-17 11:58:27 -07:00
GIT
remote: https://github.com/mltnhm/carrierwave_backgrounder.git
revision: 8fe468957f047ad7039f07679e5952a534d07b6d
specs:
carrierwave_backgrounder (0.4.2)
carrierwave (>= 0.5, <= 2.1)
mime-types (>= 3.0.0)
2014-08-01 02:23:47 -07:00
GEM
remote: https://rubygems.org/
specs:
actioncable (6.1.7.2)
actionpack (= 6.1.7.2)
activesupport (= 6.1.7.2)
2020-04-18 16:45:50 -07:00
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (6.1.7.2)
actionpack (= 6.1.7.2)
activejob (= 6.1.7.2)
activerecord (= 6.1.7.2)
activestorage (= 6.1.7.2)
activesupport (= 6.1.7.2)
2022-01-11 17:24:38 -08:00
mail (>= 2.7.1)
actionmailer (6.1.7.2)
actionpack (= 6.1.7.2)
actionview (= 6.1.7.2)
activejob (= 6.1.7.2)
activesupport (= 6.1.7.2)
2014-10-27 22:36:38 -07:00
mail (~> 2.5, >= 2.5.4)
2020-04-18 15:59:18 -07:00
rails-dom-testing (~> 2.0)
actionpack (6.1.7.2)
actionview (= 6.1.7.2)
activesupport (= 6.1.7.2)
2022-01-11 17:24:38 -08:00
rack (~> 2.0, >= 2.0.9)
2020-04-18 16:45:50 -07:00
rack-test (>= 0.6.3)
2020-04-18 15:59:18 -07:00
rails-dom-testing (~> 2.0)
2022-01-11 17:24:38 -08:00
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (6.1.7.2)
actionpack (= 6.1.7.2)
activerecord (= 6.1.7.2)
activestorage (= 6.1.7.2)
activesupport (= 6.1.7.2)
2022-01-11 17:24:38 -08:00
nokogiri (>= 1.8.5)
actionview (6.1.7.2)
activesupport (= 6.1.7.2)
2014-08-01 02:23:47 -07:00
builder (~> 3.1)
2020-04-18 16:45:50 -07:00
erubi (~> 1.4)
2020-04-18 15:59:18 -07:00
rails-dom-testing (~> 2.0)
2022-01-11 17:24:38 -08:00
rails-html-sanitizer (~> 1.1, >= 1.2.0)
2021-12-28 09:32:03 -08:00
active_model_otp (2.3.1)
2020-10-18 01:39:46 -07:00
activemodel
rotp (~> 6.2.0)
activejob (6.1.7.2)
activesupport (= 6.1.7.2)
2020-04-18 15:59:18 -07:00
globalid (>= 0.3.6)
activemodel (6.1.7.2)
activesupport (= 6.1.7.2)
2020-04-18 15:59:18 -07:00
activemodel-serializers-xml (1.0.2)
activemodel (> 5.x)
activesupport (> 5.x)
2014-08-01 02:23:47 -07:00
builder (~> 3.1)
activerecord (6.1.7.2)
activemodel (= 6.1.7.2)
activesupport (= 6.1.7.2)
activestorage (6.1.7.2)
actionpack (= 6.1.7.2)
activejob (= 6.1.7.2)
activerecord (= 6.1.7.2)
activesupport (= 6.1.7.2)
2022-03-22 09:52:08 -07:00
marcel (~> 1.0)
2022-01-11 17:24:38 -08:00
mini_mime (>= 1.1.0)
activesupport (6.1.7.2)
2020-04-18 15:59:18 -07:00
concurrent-ruby (~> 1.0, >= 1.0.2)
2022-01-11 17:24:38 -08:00
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.0)
2020-04-18 15:59:18 -07:00
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.2)
bcrypt (3.1.18)
better_errors (2.9.1)
2015-05-08 08:44:16 -07:00
coderay (>= 1.0.0)
2020-04-18 15:59:18 -07:00
erubi (>= 1.0.0)
2015-05-08 08:44:16 -07:00
rack (>= 0.9.0)
binding_of_caller (1.0.0)
2020-05-01 15:43:46 -07:00
debug_inspector (>= 0.0.1)
bootsnap (1.15.0)
2022-07-19 03:24:52 -07:00
msgpack (~> 1.2)
2023-01-04 01:53:26 -08:00
bootstrap_form (5.1.0)
2020-05-22 13:29:22 -07:00
actionpack (>= 5.2)
activemodel (>= 5.2)
buftok (0.2.0)
2020-04-18 15:59:18 -07:00
builder (3.2.4)
bullet (7.0.7)
2022-01-29 13:15:59 -08:00
activesupport (>= 3.0.0)
uniform_notifier (~> 1.11)
2020-05-01 15:43:46 -07:00
carrierwave (2.1.0)
activemodel (>= 5.0.0)
activesupport (>= 5.0.0)
addressable (~> 2.6)
image_processing (~> 1.1)
mimemagic (>= 0.3.0)
mini_mime (>= 0.1.3)
chunky_png (1.4.0)
2020-10-18 01:39:46 -07:00
coderay (1.1.3)
2017-03-31 13:38:31 -07:00
colorize (0.8.1)
concurrent-ruby (1.2.0)
2021-12-28 09:32:03 -08:00
connection_pool (2.2.5)
2020-04-18 15:59:18 -07:00
crass (1.0.6)
2023-01-03 03:27:54 -08:00
cssbundling-rails (1.1.2)
railties (>= 6.0.0)
database_cleaner (2.0.1)
database_cleaner-active_record (~> 2.0.0)
2021-12-28 09:32:03 -08:00
database_cleaner-active_record (2.0.1)
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
date (3.3.3)
debug_inspector (1.1.0)
2021-12-28 09:32:03 -08:00
devise (4.8.1)
2014-08-01 02:40:37 -07:00
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
2014-10-27 22:36:38 -07:00
responders
2014-08-01 02:40:37 -07:00
warden (~> 1.2.3)
2020-04-18 16:36:49 -07:00
devise-async (1.0.0)
activejob (>= 5.0)
devise (>= 4.0)
devise-i18n (1.10.2)
2021-12-28 09:32:03 -08:00
devise (>= 4.8.0)
diff-lcs (1.5.0)
docile (1.4.0)
2020-04-18 15:59:18 -07:00
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
dry-core (1.0.0)
concurrent-ruby (~> 1.0)
zeitwerk (~> 2.6)
dry-inflector (1.0.0)
dry-initializer (3.1.1)
dry-logic (1.4.0)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-types (1.7.0)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0, < 2)
dry-inflector (~> 1.0, < 2)
dry-logic (>= 1.4, < 2)
zeitwerk (~> 2.6)
2017-03-31 13:38:31 -07:00
equalizer (0.0.11)
2023-01-03 05:40:12 -08:00
erubi (1.12.0)
excon (0.98.0)
2021-12-28 09:32:03 -08:00
factory_bot (6.2.0)
2020-10-18 01:39:46 -07:00
activesupport (>= 5.0.0)
2021-12-28 09:32:03 -08:00
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
2020-10-18 01:39:46 -07:00
railties (>= 5.0.0)
2015-07-21 13:44:14 -07:00
fake_email_validator (1.0.11)
activemodel
mail
faker (3.1.0)
i18n (>= 1.8.11, < 2)
2022-01-11 17:24:38 -08:00
ffi (1.15.5)
2020-04-18 15:59:18 -07:00
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
fog-aws (3.16.0)
fog-core (~> 2.1)
fog-json (~> 1.1)
2017-03-31 13:38:31 -07:00
fog-xml (~> 0.1)
fog-core (2.3.0)
builder
excon (~> 0.71)
formatador (>= 0.2, < 2.0)
mime-types
2020-04-18 15:59:18 -07:00
fog-json (1.2.0)
fog-core
multi_json (~> 1.10)
fog-local (0.8.0)
2020-04-18 15:59:18 -07:00
fog-core (>= 1.27, < 3.0)
2021-12-28 09:32:03 -08:00
fog-xml (0.1.4)
fog-core
2017-03-31 13:38:31 -07:00
nokogiri (>= 1.5.11, < 2.0.0)
formatador (1.1.0)
2022-10-10 12:38:37 -07:00
glob (0.3.1)
globalid (1.1.0)
2021-08-30 03:42:37 -07:00
activesupport (>= 5.0)
haml (6.1.1)
temple (>= 0.8.2)
thor
2014-08-01 02:39:22 -07:00
tilt
haml_lint (0.45.0)
haml (>= 4.0, < 6.2)
parallel (~> 1.10)
2020-05-17 12:40:00 -07:00
rainbow
rubocop (>= 0.50.0)
sysexits (~> 1.1)
2021-12-28 09:32:03 -08:00
hashie (5.0.0)
hcaptcha (7.1.0)
json
2022-09-09 09:29:40 -07:00
hkdf (0.3.0)
http-2 (0.11.0)
2020-04-18 15:59:18 -07:00
http (4.4.1)
addressable (~> 2.3)
http-cookie (~> 1.0)
2020-04-18 15:59:18 -07:00
http-form_data (~> 2.2)
http-parser (~> 1.2.0)
2021-12-28 09:32:03 -08:00
http-cookie (1.0.4)
domain_name (~> 0.5)
2020-04-18 15:59:18 -07:00
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.21.0)
mini_mime (>= 1.0.0)
2016-01-05 10:43:27 -08:00
multi_xml (>= 0.5.2)
i18n (1.12.0)
2019-03-29 14:21:54 -07:00
concurrent-ruby (~> 1.0)
2022-10-10 12:38:37 -07:00
i18n-js (4.0.0)
glob
i18n
2021-12-24 04:41:27 -08:00
idn-ruby (0.1.4)
image_processing (1.12.2)
2020-05-01 15:43:46 -07:00
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
jsbundling-rails (1.1.1)
railties (>= 6.0.0)
json (2.6.3)
2023-01-04 08:08:05 -08:00
json-schema (3.0.0)
addressable (>= 2.8)
jwt (2.6.0)
2021-12-28 09:32:03 -08:00
kaminari (1.2.2)
activesupport (>= 4.1.0)
2021-12-28 09:32:03 -08:00
kaminari-actionview (= 1.2.2)
kaminari-activerecord (= 1.2.2)
kaminari-core (= 1.2.2)
kaminari-actionview (1.2.2)
actionview
2021-12-28 09:32:03 -08:00
kaminari-core (= 1.2.2)
kaminari-activerecord (1.2.2)
activerecord
2021-12-28 09:32:03 -08:00
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
2020-04-18 15:59:18 -07:00
launchy (2.5.0)
addressable (~> 2.7)
letter_opener (1.8.1)
launchy (>= 2.2, < 3)
lograge (0.12.0)
2022-01-29 13:29:01 -08:00
actionpack (>= 4)
activesupport (>= 4)
railties (>= 4)
request_store (~> 1.0)
loofah (2.19.1)
crass (~> 1.0.2)
2015-04-18 12:50:08 -07:00
nokogiri (>= 1.5.9)
2023-01-05 03:52:13 -08:00
mail (2.7.1)
2020-04-18 15:59:18 -07:00
mini_mime (>= 0.1.1)
2021-12-28 09:32:03 -08:00
marcel (1.0.2)
memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1)
2020-04-18 15:59:18 -07:00
method_source (1.0.0)
2021-12-28 09:32:03 -08:00
mime-types (3.4.1)
2017-03-31 13:38:31 -07:00
mime-types-data (~> 3.2015)
2022-01-11 17:24:38 -08:00
mime-types-data (3.2022.0105)
mimemagic (0.4.3)
nokogiri (~> 1)
rake
mini_magick (4.12.0)
2021-12-28 09:32:03 -08:00
mini_mime (1.1.2)
2023-01-03 05:40:12 -08:00
mini_portile2 (2.8.1)
minitest (5.17.0)
msgpack (1.6.0)
2020-10-18 01:39:46 -07:00
multi_json (1.15.0)
2017-03-31 13:38:31 -07:00
multi_xml (0.6.0)
2020-04-18 15:59:18 -07:00
multipart-post (2.1.1)
naught (1.1.0)
2014-12-10 08:01:59 -08:00
nested_form (0.3.2)
2022-09-09 09:29:40 -07:00
net-http-persistent (4.0.1)
connection_pool (~> 2.2)
net-http2 (0.18.4)
http-2 (~> 0.11)
net-imap (0.3.4)
date
2022-07-23 04:22:04 -07:00
net-protocol
net-pop (0.1.2)
2022-07-23 04:22:04 -07:00
net-protocol
net-protocol (0.2.1)
2022-07-23 04:22:04 -07:00
timeout
net-smtp (0.3.3)
net-protocol
2021-08-05 05:26:30 -07:00
nio4r (2.5.8)
nokogiri (1.14.0)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
2021-12-28 09:32:03 -08:00
oauth (0.5.8)
oj (3.13.23)
omniauth (2.1.0)
hashie (>= 3.4.6)
rack (>= 2.2.3)
rack-protection
omniauth-oauth (1.2.0)
2014-12-12 10:59:53 -08:00
oauth
omniauth (>= 1.0, < 3)
omniauth-rails_csrf_protection (1.0.1)
actionpack (>= 4.2)
omniauth (~> 2.0)
2017-03-31 13:38:31 -07:00
omniauth-twitter (1.4.0)
omniauth-oauth (~> 1.1)
2017-03-31 13:38:31 -07:00
rack
openssl (3.1.0)
2014-08-01 02:40:37 -07:00
orm_adapter (0.5.0)
parallel (1.22.1)
parser (3.2.0.0)
2020-10-18 01:39:46 -07:00
ast (~> 2.4.1)
pg (1.4.5)
pghero (3.1.0)
activerecord (>= 6)
public_suffix (4.0.7)
puma (6.0.2)
nio4r (~> 2.0)
pundit (2.3.0)
2022-11-18 13:50:35 -08:00
activesupport (>= 3.0.0)
2021-12-26 10:38:04 -08:00
questiongenerator (1.0.0)
2023-01-03 05:40:12 -08:00
racc (1.6.2)
rack (2.2.6.2)
rack-protection (2.2.2)
2014-12-12 09:35:14 -08:00
rack
2022-07-03 05:38:47 -07:00
rack-test (2.0.2)
rack (>= 1.3)
rails (6.1.7.2)
actioncable (= 6.1.7.2)
actionmailbox (= 6.1.7.2)
actionmailer (= 6.1.7.2)
actionpack (= 6.1.7.2)
actiontext (= 6.1.7.2)
actionview (= 6.1.7.2)
activejob (= 6.1.7.2)
activemodel (= 6.1.7.2)
activerecord (= 6.1.7.2)
activestorage (= 6.1.7.2)
activesupport (= 6.1.7.2)
2022-01-11 17:24:38 -08:00
bundler (>= 1.15.0)
railties (= 6.1.7.2)
2020-04-18 15:59:18 -07:00
sprockets-rails (>= 2.0.0)
2020-10-18 01:39:46 -07:00
rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
activesupport (>= 5.0.1.rc1)
2020-04-18 15:59:18 -07:00
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
rails-i18n (7.0.6)
2020-04-18 15:59:18 -07:00
i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 8)
2023-01-03 05:40:12 -08:00
rails_admin (3.1.1)
2020-04-18 15:59:18 -07:00
activemodel-serializers-xml (>= 1.0)
kaminari (>= 0.14, < 2.0)
2014-12-10 08:01:59 -08:00
nested_form (~> 0.3)
2022-07-03 05:38:47 -07:00
rails (>= 6.0, < 8)
turbo-rails (~> 1.0)
railties (6.1.7.2)
actionpack (= 6.1.7.2)
activesupport (= 6.1.7.2)
2020-04-18 15:59:18 -07:00
method_source
2022-03-22 09:52:08 -07:00
rake (>= 12.2)
2022-01-11 17:24:38 -08:00
thor (~> 1.0)
rainbow (3.1.1)
2021-08-30 03:42:37 -07:00
rake (13.0.6)
redcarpet (3.6.0)
2022-04-15 09:08:10 -07:00
redis (4.5.1)
regexp_parser (2.6.2)
2022-01-29 13:29:01 -08:00
request_store (1.5.1)
rack (>= 1.4)
2020-10-18 01:39:46 -07:00
responders (3.0.1)
2020-04-18 15:59:18 -07:00
actionpack (>= 5.0)
railties (>= 5.0)
rexml (3.2.5)
rolify (6.0.0)
rotp (6.2.0)
2022-09-09 09:29:40 -07:00
rpush (7.0.1)
activesupport (>= 5.2)
jwt (>= 1.5.6)
multi_json (~> 1.0)
net-http-persistent
net-http2 (~> 0.18, >= 0.18.3)
railties
rainbow
thor (>= 0.18.1, < 2.0)
webpush (~> 1.0)
rqrcode (2.1.2)
2020-10-18 01:39:46 -07:00
chunky_png (~> 1.0)
2021-12-28 09:32:03 -08:00
rqrcode_core (~> 1.0)
rqrcode_core (1.2.0)
rspec-core (3.12.0)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.0)
2017-03-31 13:38:31 -07:00
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-its (1.3.0)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
rspec-mocks (3.12.3)
2014-11-13 09:12:51 -08:00
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (6.0.1)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-core (~> 3.11)
rspec-expectations (~> 3.11)
rspec-mocks (~> 3.11)
rspec-support (~> 3.11)
2020-10-18 01:39:46 -07:00
rspec-sidekiq (3.1.0)
2020-04-28 13:13:19 -07:00
rspec-core (~> 3.0, >= 3.0.0)
sidekiq (>= 2.4.0)
rspec-support (3.12.0)
rubocop (1.44.1)
2022-07-23 06:45:42 -07:00
json (~> 2.3)
2020-05-17 12:40:00 -07:00
parallel (~> 1.10)
parser (>= 3.2.0.0)
2020-05-17 12:40:00 -07:00
rainbow (>= 2.2.2, < 4.0)
2020-12-25 06:07:47 -08:00
regexp_parser (>= 1.8, < 3.0)
2022-07-23 06:45:42 -07:00
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.24.1, < 2.0)
2020-05-17 12:40:00 -07:00
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.24.1)
parser (>= 3.1.1.0)
rubocop-rails (2.17.4)
2022-01-14 16:39:35 -08:00
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
ruby-progressbar (1.11.0)
2021-12-28 09:32:03 -08:00
ruby-vips (2.1.4)
ffi (~> 1.12)
2022-12-07 23:20:45 -08:00
rubyzip (2.3.2)
sanitize (6.0.1)
crass (~> 1.0.2)
2021-12-28 09:32:03 -08:00
nokogiri (>= 1.12.0)
sassc (2.4.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
sprockets (> 3.0)
sprockets-rails
tilt
sentry-rails (5.7.0)
2021-12-28 09:32:03 -08:00
railties (>= 5.0)
sentry-ruby (~> 5.7.0)
sentry-ruby (5.7.0)
2021-12-28 09:32:03 -08:00
concurrent-ruby (~> 1.0, >= 1.0.2)
sentry-sidekiq (5.7.0)
sentry-ruby (~> 5.7.0)
2021-12-28 09:34:15 -08:00
sidekiq (>= 3.0)
shoulda-matchers (5.3.0)
2022-06-24 13:50:05 -07:00
activesupport (>= 5.2.0)
2022-04-15 09:08:10 -07:00
sidekiq (5.2.10)
2020-04-18 15:59:18 -07:00
connection_pool (~> 2.2, >= 2.2.2)
2020-07-04 11:19:38 -07:00
rack (~> 2.0)
2017-03-31 13:38:31 -07:00
rack-protection (>= 1.5.0)
2022-04-15 09:08:10 -07:00
redis (~> 4.5, < 4.6.0)
2015-04-18 12:50:08 -07:00
simple_oauth (0.3.1)
simplecov (0.22.0)
2020-04-18 15:59:18 -07:00
docile (~> 1.1)
simplecov-html (~> 0.11)
2020-12-25 06:07:47 -08:00
simplecov_json_formatter (~> 0.1)
2021-12-28 09:32:03 -08:00
simplecov-cobertura (2.1.0)
rexml
simplecov (~> 0.19)
simplecov-html (0.12.3)
simplecov-json (0.2.3)
2015-01-25 10:56:39 -08:00
json
simplecov
simplecov_json_formatter (0.1.4)
spring (4.1.1)
2023-01-03 03:27:54 -08:00
sprockets (4.2.0)
2020-04-18 15:59:18 -07:00
concurrent-ruby (~> 1.0)
2023-01-03 03:27:54 -08:00
rack (>= 2.2.4, < 4)
2021-12-28 09:32:03 -08:00
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
2020-04-18 15:59:18 -07:00
sprockets (>= 3.0.0)
2020-05-17 12:40:00 -07:00
sysexits (1.2.0)
temple (0.10.0)
2022-01-11 17:24:38 -08:00
thor (1.2.1)
2017-03-31 13:38:31 -07:00
thread_safe (0.3.6)
tilt (2.0.11)
timeout (0.3.1)
tldv (0.1.0)
tldv-data (~> 1.0)
tldv-data (1.0.2022121701)
turbo-rails (1.3.2)
2022-07-03 05:38:47 -07:00
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
railties (>= 6.0.0)
2020-04-18 15:59:18 -07:00
twitter (7.0.0)
addressable (~> 2.3)
buftok (~> 0.2.0)
2020-04-18 15:59:18 -07:00
equalizer (~> 0.0.11)
http (~> 4.0)
http-form_data (~> 2.0)
http_parser.rb (~> 0.6.0)
2020-04-18 15:59:18 -07:00
memoizable (~> 0.4.0)
multipart-post (~> 2.0)
naught (~> 1.0)
simple_oauth (~> 0.3.0)
2021-12-24 04:41:27 -08:00
twitter-text (3.1.0)
idn-ruby
unf (~> 0.1.0)
tzinfo (2.0.6)
2022-01-11 17:24:38 -08:00
concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
2021-12-28 09:32:03 -08:00
unf_ext (0.0.8)
unicode-display_width (2.4.2)
uniform_notifier (1.16.0)
warden (1.2.9)
rack (>= 2.0.9)
2022-09-09 09:29:40 -07:00
webpush (1.1.0)
hkdf (~> 0.2)
jwt (~> 2.0)
2021-08-30 03:42:37 -07:00
websocket-driver (0.7.5)
2015-04-18 12:50:08 -07:00
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.6)
2014-08-01 02:23:47 -07:00
PLATFORMS
ruby
DEPENDENCIES
2020-10-18 01:39:46 -07:00
active_model_otp
bcrypt (~> 3.1.18)
2015-05-08 08:44:16 -07:00
better_errors
2020-05-01 15:43:46 -07:00
binding_of_caller
2022-07-19 03:24:52 -07:00
bootsnap
2023-01-04 01:53:26 -08:00
bootstrap_form (~> 5.0)
2022-01-29 13:15:59 -08:00
bullet
2020-05-01 15:43:46 -07:00
carrierwave (~> 2.0)
2020-05-17 11:58:27 -07:00
carrierwave_backgrounder!
2017-03-31 13:38:31 -07:00
colorize
2023-01-03 03:27:54 -08:00
cssbundling-rails (~> 1.1)
2014-11-18 10:58:14 -08:00
database_cleaner
2019-03-29 14:21:54 -07:00
devise (~> 4.0)
2020-04-18 16:36:49 -07:00
devise-async
2015-05-26 07:47:30 -07:00
devise-i18n
dry-initializer (~> 3.1)
dry-types (~> 1.7)
2020-04-19 08:27:42 -07:00
factory_bot_rails
2015-07-21 13:44:14 -07:00
fake_email_validator
2014-11-14 05:21:11 -08:00
faker
fog-aws
fog-core
fog-local
haml (~> 6.1)
2020-05-17 12:40:00 -07:00
haml_lint
2022-07-09 03:40:20 -07:00
hcaptcha (~> 7.0)
2016-01-05 10:43:27 -08:00
httparty
2022-10-10 12:38:37 -07:00
i18n-js (= 4.0)
jsbundling-rails (~> 1.1)
2023-01-04 08:08:05 -08:00
json-schema
jwt (~> 2.6)
letter_opener
2022-01-29 13:29:01 -08:00
lograge
2023-01-05 03:52:13 -08:00
mail (~> 2.7.1)
2020-05-01 15:43:46 -07:00
mini_magick
2022-07-23 04:22:04 -07:00
net-imap
net-pop
2022-07-23 01:20:19 -07:00
net-smtp
2022-07-21 06:31:17 -07:00
oj
2014-12-12 10:59:53 -08:00
omniauth
omniauth-rails_csrf_protection (~> 1.0)
2014-12-12 10:59:53 -08:00
omniauth-twitter
openssl (~> 3.1)
2014-10-27 22:36:38 -07:00
pg
2015-08-26 12:37:29 -07:00
pghero
puma
pundit (~> 2.3)
2021-12-26 10:38:04 -08:00
questiongenerator (~> 1.0)
2022-01-11 18:21:13 -08:00
rails (~> 6.1)
2020-04-19 14:40:06 -07:00
rails-controller-testing
rails-i18n (~> 7.0)
2014-12-10 08:01:59 -08:00
rails_admin
2015-05-10 12:52:48 -07:00
rake
2014-12-28 08:59:26 -08:00
redcarpet
redis
rolify (~> 6.0)
2022-09-09 09:29:40 -07:00
rpush
2020-10-18 01:39:46 -07:00
rqrcode
rspec-its (~> 1.3)
2020-05-27 12:04:49 -07:00
rspec-mocks
rspec-rails (~> 6.0)
2020-04-28 13:13:19 -07:00
rspec-sidekiq (~> 3.0)
rubocop (~> 1.44)
rubocop-rails (~> 2.17)
2014-11-28 13:02:32 -08:00
ruby-progressbar
2022-12-07 23:20:45 -08:00
rubyzip (~> 2.3)
2014-12-28 09:54:04 -08:00
sanitize
sassc-rails
2021-12-28 09:32:03 -08:00
sentry-rails
sentry-ruby
2021-12-28 09:34:15 -08:00
sentry-sidekiq
shoulda-matchers (~> 5.3)
2020-04-18 15:59:18 -07:00
sidekiq (< 6)
2014-10-27 22:36:38 -07:00
simplecov
2020-05-01 01:13:42 -07:00
simplecov-cobertura
2015-01-25 10:56:39 -08:00
simplecov-json
spring (~> 4.1)
2023-01-03 03:27:54 -08:00
sprockets (~> 4.1)
sprockets-rails
tldv (~> 0.1.0)
2022-09-04 05:30:43 -07:00
turbo-rails
twitter
2021-12-24 04:41:27 -08:00
twitter-text
2015-08-26 12:37:29 -07:00
BUNDLED WITH
2022-07-23 03:14:16 -07:00
2.3.18