updated app
This commit is contained in:
parent
e3931d3bb1
commit
e675f9c2ac
4 changed files with 205 additions and 192 deletions
|
@ -3,7 +3,7 @@ FROM ruby:latest
|
||||||
RUN apt-get update -qq && apt-get install -y nodejs postgresql-client less bzip2
|
RUN apt-get update -qq && apt-get install -y nodejs postgresql-client less bzip2
|
||||||
WORKDIR /data_importer
|
WORKDIR /data_importer
|
||||||
COPY Gemfile /data_importer/Gemfile
|
COPY Gemfile /data_importer/Gemfile
|
||||||
COPY Gemfile.lock /data_importer/Gemfile.lock
|
#COPY Gemfile.lock /data_importer/Gemfile.lock
|
||||||
RUN bundle install
|
RUN bundle install
|
||||||
ENV PAGER=less
|
ENV PAGER=less
|
||||||
|
|
||||||
|
|
4
Gemfile
4
Gemfile
|
@ -21,7 +21,7 @@ gem 'rubocop-rails'
|
||||||
gem 'sass-rails'
|
gem 'sass-rails'
|
||||||
gem 'tweetkit', github: 'julianfssen/tweetkit' # for twitter v2 api support
|
gem 'tweetkit', github: 'julianfssen/tweetkit' # for twitter v2 api support
|
||||||
gem 'twitter'
|
gem 'twitter'
|
||||||
|
gem 'mime-types-data', '~> 3.2024.0820'
|
||||||
# Use postgres as the database for Active Record
|
# Use postgres as the database for Active Record
|
||||||
gem 'bulk_insert'
|
gem 'bulk_insert'
|
||||||
gem 'git'
|
gem 'git'
|
||||||
|
@ -67,7 +67,7 @@ end
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
|
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
|
||||||
gem 'listen', '>= 3.0.5', '< 3.2'
|
gem 'listen', '< 3.2'
|
||||||
gem 'web-console', '>= 3.3.0'
|
gem 'web-console', '>= 3.3.0'
|
||||||
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
|
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
|
||||||
gem 'spring'
|
gem 'spring'
|
||||||
|
|
388
Gemfile.lock
388
Gemfile.lock
|
@ -1,6 +1,6 @@
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/julianfssen/tweetkit.git
|
remote: https://github.com/julianfssen/tweetkit.git
|
||||||
revision: e9ff2e807089547548a3caeea24b06cbdb1defd3
|
revision: d93a9e18d5d7b487cc3e433ab640fa2d99a6069b
|
||||||
specs:
|
specs:
|
||||||
tweetkit (0.2.0)
|
tweetkit (0.2.0)
|
||||||
faraday (~> 1.9.3)
|
faraday (~> 1.9.3)
|
||||||
|
@ -10,97 +10,97 @@ GIT
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actioncable (7.0.2.3)
|
actioncable (7.0.8.4)
|
||||||
actionpack (= 7.0.2.3)
|
actionpack (= 7.0.8.4)
|
||||||
activesupport (= 7.0.2.3)
|
activesupport (= 7.0.8.4)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
websocket-driver (>= 0.6.1)
|
websocket-driver (>= 0.6.1)
|
||||||
actionmailbox (7.0.2.3)
|
actionmailbox (7.0.8.4)
|
||||||
actionpack (= 7.0.2.3)
|
actionpack (= 7.0.8.4)
|
||||||
activejob (= 7.0.2.3)
|
activejob (= 7.0.8.4)
|
||||||
activerecord (= 7.0.2.3)
|
activerecord (= 7.0.8.4)
|
||||||
activestorage (= 7.0.2.3)
|
activestorage (= 7.0.8.4)
|
||||||
activesupport (= 7.0.2.3)
|
activesupport (= 7.0.8.4)
|
||||||
mail (>= 2.7.1)
|
mail (>= 2.7.1)
|
||||||
net-imap
|
net-imap
|
||||||
net-pop
|
net-pop
|
||||||
net-smtp
|
net-smtp
|
||||||
actionmailer (7.0.2.3)
|
actionmailer (7.0.8.4)
|
||||||
actionpack (= 7.0.2.3)
|
actionpack (= 7.0.8.4)
|
||||||
actionview (= 7.0.2.3)
|
actionview (= 7.0.8.4)
|
||||||
activejob (= 7.0.2.3)
|
activejob (= 7.0.8.4)
|
||||||
activesupport (= 7.0.2.3)
|
activesupport (= 7.0.8.4)
|
||||||
mail (~> 2.5, >= 2.5.4)
|
mail (~> 2.5, >= 2.5.4)
|
||||||
net-imap
|
net-imap
|
||||||
net-pop
|
net-pop
|
||||||
net-smtp
|
net-smtp
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
actionpack (7.0.2.3)
|
actionpack (7.0.8.4)
|
||||||
actionview (= 7.0.2.3)
|
actionview (= 7.0.8.4)
|
||||||
activesupport (= 7.0.2.3)
|
activesupport (= 7.0.8.4)
|
||||||
rack (~> 2.0, >= 2.2.0)
|
rack (~> 2.0, >= 2.2.4)
|
||||||
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)
|
||||||
actiontext (7.0.2.3)
|
actiontext (7.0.8.4)
|
||||||
actionpack (= 7.0.2.3)
|
actionpack (= 7.0.8.4)
|
||||||
activerecord (= 7.0.2.3)
|
activerecord (= 7.0.8.4)
|
||||||
activestorage (= 7.0.2.3)
|
activestorage (= 7.0.8.4)
|
||||||
activesupport (= 7.0.2.3)
|
activesupport (= 7.0.8.4)
|
||||||
globalid (>= 0.6.0)
|
globalid (>= 0.6.0)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
actionview (7.0.2.3)
|
actionview (7.0.8.4)
|
||||||
activesupport (= 7.0.2.3)
|
activesupport (= 7.0.8.4)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubi (~> 1.4)
|
erubi (~> 1.4)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
||||||
activejob (7.0.2.3)
|
activejob (7.0.8.4)
|
||||||
activesupport (= 7.0.2.3)
|
activesupport (= 7.0.8.4)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (7.0.2.3)
|
activemodel (7.0.8.4)
|
||||||
activesupport (= 7.0.2.3)
|
activesupport (= 7.0.8.4)
|
||||||
activerecord (7.0.2.3)
|
activerecord (7.0.8.4)
|
||||||
activemodel (= 7.0.2.3)
|
activemodel (= 7.0.8.4)
|
||||||
activesupport (= 7.0.2.3)
|
activesupport (= 7.0.8.4)
|
||||||
activestorage (7.0.2.3)
|
activestorage (7.0.8.4)
|
||||||
actionpack (= 7.0.2.3)
|
actionpack (= 7.0.8.4)
|
||||||
activejob (= 7.0.2.3)
|
activejob (= 7.0.8.4)
|
||||||
activerecord (= 7.0.2.3)
|
activerecord (= 7.0.8.4)
|
||||||
activesupport (= 7.0.2.3)
|
activesupport (= 7.0.8.4)
|
||||||
marcel (~> 1.0)
|
marcel (~> 1.0)
|
||||||
mini_mime (>= 1.1.0)
|
mini_mime (>= 1.1.0)
|
||||||
activesupport (7.0.2.3)
|
activesupport (7.0.8.4)
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
i18n (>= 1.6, < 2)
|
i18n (>= 1.6, < 2)
|
||||||
minitest (>= 5.1)
|
minitest (>= 5.1)
|
||||||
tzinfo (~> 2.0)
|
tzinfo (~> 2.0)
|
||||||
addressable (2.8.0)
|
addressable (2.8.7)
|
||||||
public_suffix (>= 2.0.2, < 5.0)
|
public_suffix (>= 2.0.2, < 7.0)
|
||||||
archive-zip (0.12.0)
|
archive-zip (0.12.0)
|
||||||
io-like (~> 0.3.0)
|
io-like (~> 0.3.0)
|
||||||
ast (2.4.2)
|
ast (2.4.2)
|
||||||
awesome_print (1.9.2)
|
awesome_print (1.9.2)
|
||||||
|
base64 (0.2.0)
|
||||||
bindex (0.8.1)
|
bindex (0.8.1)
|
||||||
bootsnap (1.11.1)
|
bootsnap (1.18.4)
|
||||||
msgpack (~> 1.2)
|
msgpack (~> 1.2)
|
||||||
buftok (0.2.0)
|
buftok (0.3.0)
|
||||||
builder (3.2.4)
|
builder (3.3.0)
|
||||||
bulk_insert (1.9.0)
|
bulk_insert (1.9.0)
|
||||||
activerecord (>= 3.2.0)
|
activerecord (>= 3.2.0)
|
||||||
byebug (11.1.3)
|
byebug (11.1.3)
|
||||||
bzip2-ffi (1.1.0)
|
bzip2-ffi (1.1.1)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
capybara (3.36.0)
|
capybara (3.40.0)
|
||||||
addressable
|
addressable
|
||||||
matrix
|
matrix
|
||||||
mini_mime (>= 0.1.3)
|
mini_mime (>= 0.1.3)
|
||||||
nokogiri (~> 1.8)
|
nokogiri (~> 1.11)
|
||||||
rack (>= 1.6.0)
|
rack (>= 1.6.0)
|
||||||
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)
|
||||||
childprocess (4.1.0)
|
|
||||||
chromedriver-helper (2.1.1)
|
chromedriver-helper (2.1.1)
|
||||||
archive-zip (~> 0.10)
|
archive-zip (~> 0.10)
|
||||||
nokogiri (~> 1.8)
|
nokogiri (~> 1.8)
|
||||||
|
@ -112,16 +112,15 @@ GEM
|
||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.12.2)
|
coffee-script-source (1.12.2)
|
||||||
concurrent-ruby (1.1.10)
|
concurrent-ruby (1.3.4)
|
||||||
connection_pool (2.2.5)
|
connection_pool (2.4.1)
|
||||||
crass (1.0.6)
|
crass (1.0.6)
|
||||||
digest (3.1.0)
|
date (3.3.4)
|
||||||
domain_name (0.5.20190701)
|
domain_name (0.6.20240107)
|
||||||
unf (>= 0.0.5, < 1.0.0)
|
|
||||||
equalizer (0.0.11)
|
equalizer (0.0.11)
|
||||||
erubi (1.10.0)
|
erubi (1.13.0)
|
||||||
execjs (2.8.1)
|
execjs (2.9.1)
|
||||||
faktory_worker_ruby (1.1.1)
|
faktory_worker_ruby (2.0.0)
|
||||||
connection_pool (~> 2.2, >= 2.2.2)
|
connection_pool (~> 2.2, >= 2.2.2)
|
||||||
faraday (1.9.3)
|
faraday (1.9.3)
|
||||||
faraday-em_http (~> 1.0)
|
faraday-em_http (~> 1.0)
|
||||||
|
@ -139,169 +138,185 @@ GEM
|
||||||
faraday-em_synchrony (1.0.0)
|
faraday-em_synchrony (1.0.0)
|
||||||
faraday-excon (1.1.0)
|
faraday-excon (1.1.0)
|
||||||
faraday-httpclient (1.0.1)
|
faraday-httpclient (1.0.1)
|
||||||
faraday-multipart (1.0.3)
|
faraday-multipart (1.0.4)
|
||||||
multipart-post (>= 1.2, < 3)
|
multipart-post (~> 2)
|
||||||
faraday-net_http (1.0.1)
|
faraday-net_http (1.0.2)
|
||||||
faraday-net_http_persistent (1.2.0)
|
faraday-net_http_persistent (1.2.0)
|
||||||
faraday-patron (1.0.0)
|
faraday-patron (1.0.0)
|
||||||
faraday-rack (1.0.0)
|
faraday-rack (1.0.0)
|
||||||
faraday-retry (1.0.3)
|
faraday-retry (1.0.3)
|
||||||
faraday_middleware (1.2.0)
|
faraday_middleware (1.2.0)
|
||||||
faraday (~> 1.0)
|
faraday (~> 1.0)
|
||||||
ffi (1.15.5)
|
ffi (1.17.0-x86_64-linux-gnu)
|
||||||
ffi-compiler (1.0.1)
|
ffi-compiler (1.3.2)
|
||||||
ffi (>= 1.0.0)
|
ffi (>= 1.15.5)
|
||||||
rake
|
rake
|
||||||
git (1.11.0)
|
fiber-storage (1.0.0)
|
||||||
rchardet (~> 1.8)
|
git (2.1.1)
|
||||||
globalid (1.0.0)
|
|
||||||
activesupport (>= 5.0)
|
activesupport (>= 5.0)
|
||||||
graphql (1.13.12)
|
addressable (~> 2.8)
|
||||||
graphql-client (0.17.0)
|
process_executer (~> 1.1)
|
||||||
|
rchardet (~> 1.8)
|
||||||
|
globalid (1.2.1)
|
||||||
|
activesupport (>= 6.1)
|
||||||
|
graphql (2.3.14)
|
||||||
|
base64
|
||||||
|
fiber-storage
|
||||||
|
graphql-client (0.23.0)
|
||||||
activesupport (>= 3.0)
|
activesupport (>= 3.0)
|
||||||
graphql (~> 1.10)
|
graphql (>= 1.13.0)
|
||||||
http (4.4.1)
|
http (5.2.0)
|
||||||
addressable (~> 2.3)
|
addressable (~> 2.8)
|
||||||
|
base64 (~> 0.1)
|
||||||
http-cookie (~> 1.0)
|
http-cookie (~> 1.0)
|
||||||
http-form_data (~> 2.2)
|
http-form_data (~> 2.2)
|
||||||
http-parser (~> 1.2.0)
|
llhttp-ffi (~> 0.5.0)
|
||||||
http-accept (1.7.0)
|
http-accept (1.7.0)
|
||||||
http-cookie (1.0.4)
|
http-cookie (1.0.7)
|
||||||
domain_name (~> 0.5)
|
domain_name (~> 0.5)
|
||||||
http-form_data (2.3.0)
|
http-form_data (2.3.0)
|
||||||
http-parser (1.2.3)
|
i18n (1.14.5)
|
||||||
ffi-compiler (>= 1.0, < 2.0)
|
|
||||||
http_parser.rb (0.6.0)
|
|
||||||
i18n (1.10.0)
|
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
interception (0.5)
|
interception (0.5)
|
||||||
io-like (0.3.1)
|
io-like (0.3.1)
|
||||||
jbuilder (2.11.5)
|
jbuilder (2.12.0)
|
||||||
actionview (>= 5.0.0)
|
actionview (>= 5.0.0)
|
||||||
activesupport (>= 5.0.0)
|
activesupport (>= 5.0.0)
|
||||||
|
json (2.7.2)
|
||||||
|
language_server-protocol (3.17.0.3)
|
||||||
listen (3.0.8)
|
listen (3.0.8)
|
||||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||||
rb-inotify (~> 0.9, >= 0.9.7)
|
rb-inotify (~> 0.9, >= 0.9.7)
|
||||||
loofah (2.16.0)
|
llhttp-ffi (0.5.0)
|
||||||
|
ffi-compiler (~> 1.0)
|
||||||
|
rake (~> 13.0)
|
||||||
|
logger (1.6.0)
|
||||||
|
loofah (2.22.0)
|
||||||
crass (~> 1.0.2)
|
crass (~> 1.0.2)
|
||||||
nokogiri (>= 1.5.9)
|
nokogiri (>= 1.12.0)
|
||||||
mail (2.7.1)
|
mail (2.8.1)
|
||||||
mini_mime (>= 0.1.1)
|
mini_mime (>= 0.1.1)
|
||||||
marcel (1.0.2)
|
net-imap
|
||||||
|
net-pop
|
||||||
|
net-smtp
|
||||||
|
marcel (1.0.4)
|
||||||
matrix (0.4.2)
|
matrix (0.4.2)
|
||||||
memoizable (0.4.2)
|
memoizable (0.4.2)
|
||||||
thread_safe (~> 0.3, >= 0.3.1)
|
thread_safe (~> 0.3, >= 0.3.1)
|
||||||
method_source (1.0.0)
|
method_source (1.1.0)
|
||||||
mime-types (3.4.1)
|
mime-types (3.5.2)
|
||||||
mime-types-data (~> 3.2015)
|
mime-types-data (~> 3.2015)
|
||||||
mime-types-data (3.2022.0105)
|
mime-types-data (3.2024.0820)
|
||||||
mini_mime (1.1.2)
|
mini_mime (1.1.5)
|
||||||
minitest (5.15.0)
|
minitest (5.25.1)
|
||||||
msgpack (1.5.1)
|
msgpack (1.7.2)
|
||||||
multipart-post (2.1.1)
|
multipart-post (2.4.1)
|
||||||
naught (1.1.0)
|
naught (1.1.0)
|
||||||
net-imap (0.2.3)
|
net-imap (0.4.14)
|
||||||
digest
|
date
|
||||||
net-protocol
|
net-protocol
|
||||||
strscan
|
net-pop (0.1.2)
|
||||||
net-pop (0.1.1)
|
|
||||||
digest
|
|
||||||
net-protocol
|
net-protocol
|
||||||
|
net-protocol (0.2.2)
|
||||||
timeout
|
timeout
|
||||||
net-protocol (0.1.3)
|
net-smtp (0.5.0)
|
||||||
timeout
|
|
||||||
net-smtp (0.3.1)
|
|
||||||
digest
|
|
||||||
net-protocol
|
net-protocol
|
||||||
timeout
|
|
||||||
netrc (0.11.0)
|
netrc (0.11.0)
|
||||||
nio4r (2.5.8)
|
nio4r (2.7.3)
|
||||||
nokogiri (1.13.4-x86_64-linux)
|
nokogiri (1.16.7-x86_64-linux)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
parallel (1.22.1)
|
parallel (1.26.3)
|
||||||
parser (3.1.2.0)
|
parser (3.3.4.2)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
pg (1.3.5)
|
racc
|
||||||
pry (0.13.1)
|
pg (1.5.7)
|
||||||
|
process_executer (1.1.0)
|
||||||
|
pry (0.14.2)
|
||||||
coderay (~> 1.1)
|
coderay (~> 1.1)
|
||||||
method_source (~> 1.0)
|
method_source (~> 1.0)
|
||||||
pry-byebug (3.9.0)
|
pry-byebug (3.10.1)
|
||||||
byebug (~> 11.0)
|
byebug (~> 11.0)
|
||||||
pry (~> 0.13.0)
|
pry (>= 0.13, < 0.15)
|
||||||
pry-doc (1.3.0)
|
pry-doc (1.5.0)
|
||||||
pry (~> 0.11)
|
pry (~> 0.11)
|
||||||
yard (~> 0.9.11)
|
yard (~> 0.9.11)
|
||||||
pry-rails (0.3.9)
|
pry-rails (0.3.11)
|
||||||
pry (>= 0.10.4)
|
pry (>= 0.13.0)
|
||||||
pry-rescue (1.5.2)
|
pry-rescue (1.6.0)
|
||||||
interception (>= 0.5)
|
interception (>= 0.5)
|
||||||
pry (>= 0.12.0)
|
pry (>= 0.12.0)
|
||||||
pry-theme (1.3.1)
|
pry-theme (1.3.1)
|
||||||
coderay (~> 1.1)
|
coderay (~> 1.1)
|
||||||
public_suffix (4.0.7)
|
public_suffix (6.0.1)
|
||||||
puma (3.12.6)
|
puma (3.12.6)
|
||||||
racc (1.6.0)
|
racc (1.8.1)
|
||||||
rack (2.2.3)
|
rack (2.2.9)
|
||||||
rack-test (1.1.0)
|
rack-test (2.1.0)
|
||||||
rack (>= 1.0, < 3)
|
rack (>= 1.3)
|
||||||
rails (7.0.2.3)
|
rails (7.0.8.4)
|
||||||
actioncable (= 7.0.2.3)
|
actioncable (= 7.0.8.4)
|
||||||
actionmailbox (= 7.0.2.3)
|
actionmailbox (= 7.0.8.4)
|
||||||
actionmailer (= 7.0.2.3)
|
actionmailer (= 7.0.8.4)
|
||||||
actionpack (= 7.0.2.3)
|
actionpack (= 7.0.8.4)
|
||||||
actiontext (= 7.0.2.3)
|
actiontext (= 7.0.8.4)
|
||||||
actionview (= 7.0.2.3)
|
actionview (= 7.0.8.4)
|
||||||
activejob (= 7.0.2.3)
|
activejob (= 7.0.8.4)
|
||||||
activemodel (= 7.0.2.3)
|
activemodel (= 7.0.8.4)
|
||||||
activerecord (= 7.0.2.3)
|
activerecord (= 7.0.8.4)
|
||||||
activestorage (= 7.0.2.3)
|
activestorage (= 7.0.8.4)
|
||||||
activesupport (= 7.0.2.3)
|
activesupport (= 7.0.8.4)
|
||||||
bundler (>= 1.15.0)
|
bundler (>= 1.15.0)
|
||||||
railties (= 7.0.2.3)
|
railties (= 7.0.8.4)
|
||||||
rails-dom-testing (2.0.3)
|
rails-dom-testing (2.2.0)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 5.0.0)
|
||||||
|
minitest
|
||||||
nokogiri (>= 1.6)
|
nokogiri (>= 1.6)
|
||||||
rails-html-sanitizer (1.4.2)
|
rails-html-sanitizer (1.6.0)
|
||||||
loofah (~> 2.3)
|
loofah (~> 2.21)
|
||||||
railties (7.0.2.3)
|
nokogiri (~> 1.14)
|
||||||
actionpack (= 7.0.2.3)
|
railties (7.0.8.4)
|
||||||
activesupport (= 7.0.2.3)
|
actionpack (= 7.0.8.4)
|
||||||
|
activesupport (= 7.0.8.4)
|
||||||
method_source
|
method_source
|
||||||
rake (>= 12.2)
|
rake (>= 12.2)
|
||||||
thor (~> 1.0)
|
thor (~> 1.0)
|
||||||
zeitwerk (~> 2.5)
|
zeitwerk (~> 2.5)
|
||||||
rainbow (3.1.1)
|
rainbow (3.1.1)
|
||||||
rake (13.0.6)
|
rake (13.2.1)
|
||||||
rb-fsevent (0.11.1)
|
rb-fsevent (0.11.2)
|
||||||
rb-inotify (0.10.1)
|
rb-inotify (0.11.1)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
rchardet (1.8.0)
|
rchardet (1.8.0)
|
||||||
regexp_parser (2.3.0)
|
regexp_parser (2.9.2)
|
||||||
rest-client (2.1.0)
|
rest-client (2.1.0)
|
||||||
http-accept (>= 1.7.0, < 2.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)
|
||||||
retryable (3.0.5)
|
retryable (3.0.5)
|
||||||
rexml (3.2.5)
|
rexml (3.3.5)
|
||||||
rubocop (1.28.1)
|
strscan
|
||||||
|
rubocop (1.65.1)
|
||||||
|
json (~> 2.3)
|
||||||
|
language_server-protocol (>= 3.17.0)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
parser (>= 3.1.0.0)
|
parser (>= 3.3.0.2)
|
||||||
rainbow (>= 2.2.2, < 4.0)
|
rainbow (>= 2.2.2, < 4.0)
|
||||||
regexp_parser (>= 1.8, < 3.0)
|
regexp_parser (>= 2.4, < 3.0)
|
||||||
rexml
|
rexml (>= 3.2.5, < 4.0)
|
||||||
rubocop-ast (>= 1.17.0, < 2.0)
|
rubocop-ast (>= 1.31.1, < 2.0)
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (>= 1.4.0, < 3.0)
|
unicode-display_width (>= 2.4.0, < 3.0)
|
||||||
rubocop-ast (1.17.0)
|
rubocop-ast (1.32.1)
|
||||||
parser (>= 3.1.1.0)
|
parser (>= 3.3.1.0)
|
||||||
rubocop-graphql (0.14.2)
|
rubocop-graphql (1.5.4)
|
||||||
rubocop (>= 0.87, < 2)
|
rubocop (>= 1.50, < 2)
|
||||||
rubocop-rails (2.14.2)
|
rubocop-rails (2.25.1)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
rack (>= 1.1)
|
rack (>= 1.1)
|
||||||
rubocop (>= 1.7.0, < 2.0)
|
rubocop (>= 1.33.0, < 2.0)
|
||||||
ruby-progressbar (1.11.0)
|
rubocop-ast (>= 1.31.1, < 2.0)
|
||||||
|
ruby-progressbar (1.13.0)
|
||||||
ruby2_keywords (0.0.5)
|
ruby2_keywords (0.0.5)
|
||||||
rubyzip (2.3.2)
|
rubyzip (2.3.2)
|
||||||
sass-rails (6.0.0)
|
sass-rails (6.0.0)
|
||||||
|
@ -314,63 +329,61 @@ GEM
|
||||||
sprockets (> 3.0)
|
sprockets (> 3.0)
|
||||||
sprockets-rails
|
sprockets-rails
|
||||||
tilt
|
tilt
|
||||||
selenium-webdriver (4.1.0)
|
selenium-webdriver (4.23.0)
|
||||||
childprocess (>= 0.5, < 5.0)
|
base64 (~> 0.2)
|
||||||
|
logger (~> 1.4)
|
||||||
rexml (~> 3.2, >= 3.2.5)
|
rexml (~> 3.2, >= 3.2.5)
|
||||||
rubyzip (>= 1.2.2)
|
rubyzip (>= 1.2.2, < 3.0)
|
||||||
|
websocket (~> 1.0)
|
||||||
simple_oauth (0.3.1)
|
simple_oauth (0.3.1)
|
||||||
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.3)
|
sprockets (4.2.1)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
rack (> 1, < 3)
|
rack (>= 2.2.4, < 4)
|
||||||
sprockets-rails (3.4.2)
|
sprockets-rails (3.5.2)
|
||||||
actionpack (>= 5.2)
|
actionpack (>= 6.1)
|
||||||
activesupport (>= 5.2)
|
activesupport (>= 6.1)
|
||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
strscan (3.0.1)
|
strscan (3.1.0)
|
||||||
thor (1.2.1)
|
thor (1.3.1)
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
tilt (2.0.10)
|
tilt (2.4.0)
|
||||||
timeout (0.2.0)
|
timeout (0.4.1)
|
||||||
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)
|
||||||
twitter (7.0.0)
|
twitter (8.1.0)
|
||||||
addressable (~> 2.3)
|
addressable (~> 2.8)
|
||||||
buftok (~> 0.2.0)
|
buftok (~> 0.3.0)
|
||||||
equalizer (~> 0.0.11)
|
equalizer (~> 0.0.11)
|
||||||
http (~> 4.0)
|
http (~> 5.2)
|
||||||
http-form_data (~> 2.0)
|
http-form_data (~> 2.3)
|
||||||
http_parser.rb (~> 0.6.0)
|
llhttp-ffi (~> 0.5.0)
|
||||||
memoizable (~> 0.4.0)
|
memoizable (~> 0.4.0)
|
||||||
multipart-post (~> 2.0)
|
multipart-post (~> 2.4)
|
||||||
naught (~> 1.0)
|
naught (~> 1.1)
|
||||||
simple_oauth (~> 0.3.0)
|
simple_oauth (~> 0.3.0)
|
||||||
tzinfo (2.0.4)
|
tzinfo (2.0.6)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
uglifier (4.2.0)
|
uglifier (4.2.0)
|
||||||
execjs (>= 0.3.0, < 3)
|
execjs (>= 0.3.0, < 3)
|
||||||
unf (0.1.4)
|
unicode-display_width (2.5.0)
|
||||||
unf_ext
|
web-console (4.2.1)
|
||||||
unf_ext (0.0.8.1)
|
|
||||||
unicode-display_width (2.1.0)
|
|
||||||
web-console (4.2.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)
|
||||||
webrick (1.7.0)
|
websocket (1.2.11)
|
||||||
websocket-driver (0.7.5)
|
websocket-driver (0.7.6)
|
||||||
websocket-extensions (>= 0.1.0)
|
websocket-extensions (>= 0.1.0)
|
||||||
websocket-extensions (0.1.5)
|
websocket-extensions (0.1.5)
|
||||||
xpath (3.2.0)
|
xpath (3.2.0)
|
||||||
nokogiri (~> 1.8)
|
nokogiri (~> 1.8)
|
||||||
yard (0.9.27)
|
yard (0.9.36)
|
||||||
webrick (~> 1.7.0)
|
zeitwerk (2.6.17)
|
||||||
zeitwerk (2.5.4)
|
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
x86_64-linux
|
x86_64-linux
|
||||||
|
@ -390,7 +403,8 @@ DEPENDENCIES
|
||||||
graphql
|
graphql
|
||||||
graphql-client
|
graphql-client
|
||||||
jbuilder (~> 2.5)
|
jbuilder (~> 2.5)
|
||||||
listen (>= 3.0.5, < 3.2)
|
listen (< 3.2)
|
||||||
|
mime-types-data (~> 3.2024.0820)
|
||||||
nokogiri
|
nokogiri
|
||||||
pg
|
pg
|
||||||
pry
|
pry
|
||||||
|
@ -419,7 +433,7 @@ DEPENDENCIES
|
||||||
web-console (>= 3.3.0)
|
web-console (>= 3.3.0)
|
||||||
|
|
||||||
RUBY VERSION
|
RUBY VERSION
|
||||||
ruby 3.1.2p20
|
ruby 3.3.4p94
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.3.7
|
2.5.11
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
version: "3.3"
|
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: postgres
|
image: postgres
|
||||||
|
|
Loading…
Add table
Reference in a new issue