bookstore/Gemfile.lock

250 lines
5.9 KiB
Text
Raw Permalink Normal View History

2021-03-19 17:31:38 +02:00
GEM
remote: https://rubygems.org/
specs:
2023-10-02 22:08:34 +03:00
actioncable (6.1.7.6)
actionpack (= 6.1.7.6)
activesupport (= 6.1.7.6)
2021-03-19 17:31:38 +02:00
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
2023-10-02 22:08:34 +03:00
actionmailbox (6.1.7.6)
actionpack (= 6.1.7.6)
activejob (= 6.1.7.6)
activerecord (= 6.1.7.6)
activestorage (= 6.1.7.6)
activesupport (= 6.1.7.6)
2021-03-19 17:31:38 +02:00
mail (>= 2.7.1)
2023-10-02 22:08:34 +03:00
actionmailer (6.1.7.6)
actionpack (= 6.1.7.6)
actionview (= 6.1.7.6)
activejob (= 6.1.7.6)
activesupport (= 6.1.7.6)
2021-03-19 17:31:38 +02:00
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
2023-10-02 22:08:34 +03:00
actionpack (6.1.7.6)
actionview (= 6.1.7.6)
activesupport (= 6.1.7.6)
2021-03-19 17:31:38 +02:00
rack (~> 2.0, >= 2.0.9)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
2023-10-02 22:08:34 +03:00
actiontext (6.1.7.6)
actionpack (= 6.1.7.6)
activerecord (= 6.1.7.6)
activestorage (= 6.1.7.6)
activesupport (= 6.1.7.6)
2021-03-19 17:31:38 +02:00
nokogiri (>= 1.8.5)
2023-10-02 22:08:34 +03:00
actionview (6.1.7.6)
activesupport (= 6.1.7.6)
2021-03-19 17:31:38 +02:00
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
2023-10-02 22:08:34 +03:00
activejob (6.1.7.6)
activesupport (= 6.1.7.6)
2021-03-19 17:31:38 +02:00
globalid (>= 0.3.6)
2023-10-02 22:08:34 +03:00
activemodel (6.1.7.6)
activesupport (= 6.1.7.6)
activerecord (6.1.7.6)
activemodel (= 6.1.7.6)
activesupport (= 6.1.7.6)
activestorage (6.1.7.6)
actionpack (= 6.1.7.6)
activejob (= 6.1.7.6)
activerecord (= 6.1.7.6)
activesupport (= 6.1.7.6)
marcel (~> 1.0)
mini_mime (>= 1.1.0)
activesupport (6.1.7.6)
2021-03-19 17:31:38 +02:00
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
autoprefixer-rails (10.2.4.0)
execjs
bindex (0.8.1)
bootsnap (1.7.2)
msgpack (~> 1.0)
builder (3.2.4)
byebug (11.1.3)
capybara (3.35.3)
addressable
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 (3.0.0)
2023-10-02 22:08:34 +03:00
concurrent-ruby (1.2.2)
2021-03-19 17:31:38 +02:00
crass (1.0.6)
2023-10-02 22:08:34 +03:00
date (3.3.3)
erubi (1.12.0)
2021-03-19 17:31:38 +02:00
execjs (2.7.0)
ffi (1.15.0)
2023-10-02 22:08:34 +03:00
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.1)
2021-03-19 17:31:38 +02:00
concurrent-ruby (~> 1.0)
jbuilder (2.11.2)
activesupport (>= 5.0.0)
listen (3.4.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
2023-10-02 22:08:34 +03:00
loofah (2.21.3)
2021-03-19 17:31:38 +02:00
crass (~> 1.0.2)
2023-10-02 22:08:34 +03:00
nokogiri (>= 1.12.0)
mail (2.8.1)
2021-03-19 17:31:38 +02:00
mini_mime (>= 0.1.1)
2023-10-02 22:08:34 +03:00
net-imap
net-pop
net-smtp
marcel (1.0.2)
2021-03-19 17:31:38 +02:00
materialize-sass (1.0.0)
autoprefixer-rails (>= 6.0.3)
method_source (1.0.0)
2023-10-02 22:08:34 +03:00
mini_mime (1.1.5)
mini_portile2 (2.8.4)
minitest (5.20.0)
2021-03-19 17:31:38 +02:00
msgpack (1.4.2)
2023-10-02 22:08:34 +03:00
net-imap (0.3.7)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
timeout
net-smtp (0.4.0)
net-protocol
nio4r (2.5.9)
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
2021-03-19 17:31:38 +02:00
racc (~> 1.4)
public_suffix (4.0.6)
puma (5.2.2)
nio4r (~> 2.0)
2023-10-02 22:08:34 +03:00
racc (1.7.1)
rack (2.2.8)
2021-03-19 17:31:38 +02:00
rack-mini-profiler (2.3.1)
rack (>= 1.2.0)
rack-proxy (0.6.5)
rack
2023-10-02 22:08:34 +03:00
rack-test (2.1.0)
rack (>= 1.3)
rails (6.1.7.6)
actioncable (= 6.1.7.6)
actionmailbox (= 6.1.7.6)
actionmailer (= 6.1.7.6)
actionpack (= 6.1.7.6)
actiontext (= 6.1.7.6)
actionview (= 6.1.7.6)
activejob (= 6.1.7.6)
activemodel (= 6.1.7.6)
activerecord (= 6.1.7.6)
activestorage (= 6.1.7.6)
activesupport (= 6.1.7.6)
2021-03-19 17:31:38 +02:00
bundler (>= 1.15.0)
2023-10-02 22:08:34 +03:00
railties (= 6.1.7.6)
2021-03-19 17:31:38 +02:00
sprockets-rails (>= 2.0.0)
2023-10-02 22:08:34 +03:00
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
2021-03-19 17:31:38 +02:00
nokogiri (>= 1.6)
2023-10-02 22:08:34 +03:00
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (6.1.7.6)
actionpack (= 6.1.7.6)
activesupport (= 6.1.7.6)
2021-03-19 17:31:38 +02:00
method_source
2023-10-02 22:08:34 +03:00
rake (>= 12.2)
2021-03-19 17:31:38 +02:00
thor (~> 1.0)
2023-10-02 22:08:34 +03:00
rake (13.0.6)
2021-03-19 17:31:38 +02:00
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.1.1)
rubyzip (2.3.0)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
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
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
semantic_range (3.0.0)
spring (2.1.1)
2023-10-02 22:08:34 +03:00
sprockets (4.2.1)
2021-03-19 17:31:38 +02:00
concurrent-ruby (~> 1.0)
2023-10-02 22:08:34 +03:00
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
2021-03-19 17:31:38 +02:00
sprockets (>= 3.0.0)
sqlite3 (1.4.2)
2023-10-02 22:08:34 +03:00
thor (1.2.2)
2021-03-19 17:31:38 +02:00
tilt (2.0.10)
2023-10-02 22:08:34 +03:00
timeout (0.4.0)
2021-03-19 17:31:38 +02:00
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
2023-10-02 22:08:34 +03:00
tzinfo (2.0.6)
2021-03-19 17:31:38 +02:00
concurrent-ruby (~> 1.0)
web-console (4.1.0)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webdrivers (4.6.0)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (>= 3.0, < 4.0)
webpacker (5.2.1)
activesupport (>= 5.2)
rack-proxy (>= 0.6.1)
railties (>= 5.2)
semantic_range (>= 2.3.0)
2023-10-02 22:08:34 +03:00
websocket-driver (0.7.6)
2021-03-19 17:31:38 +02:00
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
2023-10-02 22:08:34 +03:00
zeitwerk (2.6.12)
2021-03-19 17:31:38 +02:00
PLATFORMS
ruby
DEPENDENCIES
bootsnap (>= 1.4.4)
byebug
capybara (>= 3.26)
jbuilder (~> 2.7)
listen (~> 3.3)
materialize-sass (~> 1.0.0)
puma (~> 5.0)
rack-mini-profiler (~> 2.0)
2023-10-02 22:08:34 +03:00
rails (~> 6.1.7.6)
2021-03-19 17:31:38 +02:00
sass-rails (>= 6)
selenium-webdriver
spring
sqlite3 (~> 1.4)
turbolinks (~> 5)
tzinfo-data
web-console (>= 4.1.0)
webdrivers
webpacker (~> 5.0)
RUBY VERSION
ruby 2.7.2p137
BUNDLED WITH
2.1.4