evodata/Gemfile.lock

330 lines
7.7 KiB
Plaintext
Raw Normal View History

2021-12-18 15:52:01 +01:00
GEM
remote: https://rubygems.org/
specs:
2022-02-12 18:23:37 +01:00
actioncable (7.0.2.2)
actionpack (= 7.0.2.2)
activesupport (= 7.0.2.2)
2021-12-18 15:52:01 +01:00
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
2022-02-12 18:23:37 +01:00
actionmailbox (7.0.2.2)
actionpack (= 7.0.2.2)
activejob (= 7.0.2.2)
activerecord (= 7.0.2.2)
activestorage (= 7.0.2.2)
activesupport (= 7.0.2.2)
2021-12-18 15:52:01 +01:00
mail (>= 2.7.1)
2022-01-22 12:44:07 +01:00
net-imap
net-pop
net-smtp
2022-02-12 18:23:37 +01:00
actionmailer (7.0.2.2)
actionpack (= 7.0.2.2)
actionview (= 7.0.2.2)
activejob (= 7.0.2.2)
activesupport (= 7.0.2.2)
2021-12-18 15:52:01 +01:00
mail (~> 2.5, >= 2.5.4)
2022-01-22 12:44:07 +01:00
net-imap
net-pop
net-smtp
2021-12-18 15:52:01 +01:00
rails-dom-testing (~> 2.0)
2022-02-12 18:23:37 +01:00
actionpack (7.0.2.2)
actionview (= 7.0.2.2)
activesupport (= 7.0.2.2)
2021-12-18 15:52:01 +01:00
rack (~> 2.0, >= 2.2.0)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
2022-02-12 18:23:37 +01:00
actiontext (7.0.2.2)
actionpack (= 7.0.2.2)
activerecord (= 7.0.2.2)
activestorage (= 7.0.2.2)
activesupport (= 7.0.2.2)
2021-12-18 15:52:01 +01:00
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
2022-02-12 18:23:37 +01:00
actionview (7.0.2.2)
activesupport (= 7.0.2.2)
2021-12-18 15:52:01 +01:00
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
2022-02-12 18:23:37 +01:00
activejob (7.0.2.2)
activesupport (= 7.0.2.2)
2021-12-18 15:52:01 +01:00
globalid (>= 0.3.6)
2022-02-12 18:23:37 +01:00
activemodel (7.0.2.2)
activesupport (= 7.0.2.2)
activerecord (7.0.2.2)
activemodel (= 7.0.2.2)
activesupport (= 7.0.2.2)
activestorage (7.0.2.2)
actionpack (= 7.0.2.2)
activejob (= 7.0.2.2)
activerecord (= 7.0.2.2)
activesupport (= 7.0.2.2)
2021-12-18 15:52:01 +01:00
marcel (~> 1.0)
mini_mime (>= 1.1.0)
2022-02-12 18:23:37 +01:00
activesupport (7.0.2.2)
2021-12-18 15:52:01 +01:00
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
2022-01-28 14:39:35 +01:00
airbrussh (1.4.0)
sshkit (>= 1.6.1, != 1.7.0)
2022-01-22 12:44:07 +01:00
ast (2.4.2)
bcrypt (3.1.16)
2022-01-28 14:39:35 +01:00
bcrypt_pbkdf (1.1.0)
2021-12-18 15:52:01 +01:00
bindex (0.8.1)
2022-02-12 18:23:37 +01:00
bootsnap (1.10.3)
2022-01-22 12:44:07 +01:00
msgpack (~> 1.2)
2021-12-18 15:52:01 +01:00
builder (3.2.4)
2022-01-28 14:39:35 +01:00
capistrano (3.16.0)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
sshkit (>= 1.9.0)
capistrano-bundler (2.0.1)
capistrano (~> 3.1)
capistrano-rails (1.6.1)
capistrano (~> 3.1)
capistrano-bundler (>= 1.1, < 3)
capistrano-rbenv (2.2.0)
capistrano (~> 3.1)
sshkit (~> 1.3)
capistrano3-puma (5.2.0)
capistrano (~> 3.7)
capistrano-bundler
puma (>= 4.0, < 6.0)
2021-12-18 15:52:01 +01:00
capybara (3.36.0)
addressable
matrix
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
childprocess (4.1.0)
concurrent-ruby (1.1.9)
crass (1.0.6)
debug (1.4.0)
irb (>= 1.3.6)
reline (>= 0.2.7)
2022-01-22 12:44:07 +01:00
digest (3.1.0)
2022-01-28 14:39:35 +01:00
ed25519 (1.3.0)
2021-12-18 15:52:01 +01:00
erubi (1.10.0)
globalid (1.0.0)
activesupport (>= 5.0)
heroicon (0.4.0)
rails (>= 5.2)
2022-02-12 18:23:37 +01:00
i18n (1.9.1)
2021-12-18 15:52:01 +01:00
concurrent-ruby (~> 1.0)
2022-01-22 12:44:07 +01:00
importmap-rails (1.0.2)
2021-12-18 15:52:01 +01:00
actionpack (>= 6.0.0)
railties (>= 6.0.0)
2022-01-22 12:44:07 +01:00
io-console (0.5.11)
io-wait (0.2.1)
2022-02-12 18:23:37 +01:00
ipaddr (1.2.4)
2021-12-26 11:15:38 +01:00
irb (1.4.1)
reline (>= 0.3.0)
jbuilder (2.11.5)
actionview (>= 5.0.0)
2021-12-18 15:52:01 +01:00
activesupport (>= 5.0.0)
2022-01-27 15:36:40 +01:00
kaminari (1.2.2)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.2.2)
kaminari-activerecord (= 1.2.2)
kaminari-core (= 1.2.2)
kaminari-actionview (1.2.2)
actionview
kaminari-core (= 1.2.2)
kaminari-activerecord (1.2.2)
activerecord
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
2022-02-12 18:23:37 +01:00
loofah (2.14.0)
2021-12-18 15:52:01 +01:00
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.2)
minitest (5.15.0)
2022-01-22 12:44:07 +01:00
msgpack (1.4.4)
net-imap (0.2.3)
digest
net-protocol
strscan
net-pop (0.1.1)
digest
net-protocol
timeout
net-protocol (0.1.2)
io-wait
timeout
2022-01-28 14:39:35 +01:00
net-scp (3.0.0)
net-ssh (>= 2.6.5, < 7.0.0)
2022-01-22 12:44:07 +01:00
net-smtp (0.3.1)
digest
net-protocol
timeout
2022-01-28 14:39:35 +01:00
net-ssh (6.1.0)
2021-12-18 15:52:01 +01:00
nio4r (2.5.8)
2022-01-22 12:44:07 +01:00
nokogiri (1.13.1-x86_64-linux)
2021-12-18 15:52:01 +01:00
racc (~> 1.4)
2022-01-28 14:39:35 +01:00
openssl (2.2.1)
ipaddr
2022-01-22 12:44:07 +01:00
parallel (1.21.0)
parser (3.1.0.0)
ast (~> 2.4.1)
2021-12-18 15:52:01 +01:00
public_suffix (4.0.6)
2022-02-12 18:23:37 +01:00
puma (5.6.2)
2021-12-18 15:52:01 +01:00
nio4r (~> 2.0)
2022-01-23 09:52:52 +01:00
pundit (2.1.1)
activesupport (>= 3.0.0)
2021-12-18 15:52:01 +01:00
racc (1.6.0)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
2022-02-12 18:23:37 +01:00
rails (7.0.2.2)
actioncable (= 7.0.2.2)
actionmailbox (= 7.0.2.2)
actionmailer (= 7.0.2.2)
actionpack (= 7.0.2.2)
actiontext (= 7.0.2.2)
actionview (= 7.0.2.2)
activejob (= 7.0.2.2)
activemodel (= 7.0.2.2)
activerecord (= 7.0.2.2)
activestorage (= 7.0.2.2)
activesupport (= 7.0.2.2)
2021-12-18 15:52:01 +01:00
bundler (>= 1.15.0)
2022-02-12 18:23:37 +01:00
railties (= 7.0.2.2)
2021-12-18 15:52:01 +01:00
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
2022-02-12 18:23:37 +01:00
railties (7.0.2.2)
actionpack (= 7.0.2.2)
activesupport (= 7.0.2.2)
2021-12-18 15:52:01 +01:00
method_source
rake (>= 12.2)
thor (~> 1.0)
zeitwerk (~> 2.5)
2022-01-22 12:44:07 +01:00
rainbow (3.1.1)
2021-12-18 15:52:01 +01:00
rake (13.0.6)
2022-01-27 15:36:40 +01:00
ransack (2.5.0)
activerecord (>= 5.2.4)
activesupport (>= 5.2.4)
i18n
2022-02-12 18:23:37 +01:00
redis (4.6.0)
regexp_parser (2.2.1)
2022-01-22 12:44:07 +01:00
reline (0.3.1)
2021-12-18 15:52:01 +01:00
io-console (~> 0.5)
rexml (3.2.5)
2022-02-12 18:23:37 +01:00
rubocop (1.25.1)
2022-01-22 12:44:07 +01:00
parallel (~> 1.10)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.15.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
2022-02-12 18:23:37 +01:00
rubocop-ast (1.15.2)
2022-01-22 12:44:07 +01:00
parser (>= 3.0.1.1)
rubocop-performance (1.13.2)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
2021-12-18 15:52:01 +01:00
rubyzip (2.3.2)
selenium-webdriver (4.1.0)
childprocess (>= 0.5, < 5.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2)
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.4.2)
2022-01-28 14:39:35 +01:00
sshkit (1.21.2)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
2022-02-12 18:23:37 +01:00
standard (1.7.1)
rubocop (= 1.25.1)
2022-01-22 12:44:07 +01:00
rubocop-performance (= 1.13.2)
2021-12-18 15:52:01 +01:00
stimulus-rails (1.0.2)
railties (>= 6.0.0)
2022-01-22 12:44:07 +01:00
strscan (3.0.1)
tailwindcss-rails (2.0.5-x86_64-linux)
2021-12-18 15:52:01 +01:00
railties (>= 6.0.0)
2022-01-22 12:44:07 +01:00
thor (1.2.1)
timeout (0.2.0)
turbo-rails (1.0.1)
2021-12-18 15:52:01 +01:00
actionpack (>= 6.0.0)
railties (>= 6.0.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
2022-01-22 12:44:07 +01:00
unicode-display_width (2.1.0)
2021-12-18 15:52:01 +01:00
web-console (4.2.0)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webdrivers (5.0.0)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
2022-02-12 18:23:37 +01:00
zeitwerk (2.5.4)
2021-12-18 15:52:01 +01:00
PLATFORMS
x86_64-linux
DEPENDENCIES
2022-01-22 18:17:44 +01:00
bcrypt (~> 3.1.7)
2022-01-28 14:39:35 +01:00
bcrypt_pbkdf (>= 1.0, < 2.0)
2021-12-18 15:52:01 +01:00
bootsnap
2022-01-28 14:39:35 +01:00
capistrano (~> 3.16)
capistrano-rails
capistrano-rbenv
capistrano3-puma
2021-12-18 15:52:01 +01:00
capybara
debug
2022-01-28 14:39:35 +01:00
ed25519 (>= 1.2, < 2.0)
heroicon
2021-12-18 15:52:01 +01:00
importmap-rails
jbuilder
2022-01-27 15:36:40 +01:00
kaminari (~> 1.2.2)
2022-01-28 14:39:35 +01:00
openssl (< 3.0.0)
2021-12-18 15:52:01 +01:00
puma (~> 5.0)
2022-01-23 09:52:52 +01:00
pundit (~> 2.1.1)
2021-12-18 15:52:01 +01:00
rails (~> 7.0.0)
2022-01-27 15:36:40 +01:00
ransack (~> 2.5.0)
2021-12-18 15:52:01 +01:00
redis (~> 4.0)
selenium-webdriver
sprockets-rails
sqlite3 (~> 1.4)
2022-01-22 12:44:07 +01:00
standard
2021-12-18 15:52:01 +01:00
stimulus-rails
tailwindcss-rails (~> 2.0)
turbo-rails
tzinfo-data
web-console
webdrivers
RUBY VERSION
ruby 3.0.3p157
2021-12-18 15:52:01 +01:00
BUNDLED WITH
2022-01-22 12:44:07 +01:00
2.3.3