Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 40 additions & 35 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,27 +50,29 @@ GEM
popper_js (>= 1.14.3, < 2)
sassc-rails (>= 2.0.0)
builder (3.2.3)
capybara (3.24.0)
capybara (3.37.1)
addressable
matrix
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (~> 1.5)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
cliver (0.3.2)
coderay (1.1.2)
coderay (1.1.3)
concurrent-ruby (1.1.5)
connection_pool (2.2.2)
crass (1.0.5)
debug_inspector (0.0.3)
diff-lcs (1.3)
diff-lcs (1.5.0)
docile (1.3.2)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
dotenv (2.7.4)
dry-auto_inject (0.6.1)
dry-container (>= 0.3.4)
dry-cli (0.7.0)
dry-configurable (0.8.3)
concurrent-ruby (~> 1.0)
dry-core (~> 0.4, >= 0.4.7)
Expand Down Expand Up @@ -130,14 +132,15 @@ GEM
websocket-driver (>= 0.6, < 0.8)
ffi (1.11.1)
graphql (1.9.15)
haml (5.0.4)
temple (>= 0.8.0)
haml (6.0.7)
temple (>= 0.8.2)
thor
tilt
hanami (1.3.3)
hanami (1.3.4)
bundler (>= 1.6, < 3)
concurrent-ruby (~> 1.0)
dry-cli (~> 0.5)
hanami-assets (~> 1.3)
hanami-cli (~> 0.3)
hanami-controller (~> 1.3)
hanami-helpers (~> 1.3)
hanami-mailer (~> 1.3)
Expand All @@ -149,9 +152,6 @@ GEM
hanami-helpers (~> 1.3)
hanami-utils (~> 1.3)
tilt (~> 2.0, >= 2.0.2)
hanami-cli (0.3.1)
concurrent-ruby (~> 1.0)
hanami-utils (~> 1.3)
hanami-controller (1.3.2)
hanami-utils (~> 1.3)
rack (~> 2.0)
Expand Down Expand Up @@ -209,29 +209,32 @@ GEM
nokogiri (>= 1.5.9)
mail (2.7.1)
mini_mime (>= 0.1.1)
mechanize (2.7.6)
domain_name (~> 0.5, >= 0.5.1)
http-cookie (~> 1.0)
mime-types (>= 1.17.2)
net-http-digest_auth (~> 1.1, >= 1.1.1)
net-http-persistent (>= 2.5.2)
nokogiri (~> 1.6)
ntlm-http (~> 0.1, >= 0.1.1)
webrobots (>= 0.0.9, < 0.2)
matrix (0.4.2)
mechanize (2.8.1)
addressable (~> 2.7)
domain_name (~> 0.5, >= 0.5.20190701)
http-cookie (~> 1.0, >= 1.0.3)
mime-types (~> 3.0)
net-http-digest_auth (~> 1.4, >= 1.4.1)
net-http-persistent (>= 2.5.2, < 5.0.dev)
nokogiri (~> 1.11, >= 1.11.2)
rubyntlm (~> 0.6, >= 0.6.3)
webrick (~> 1.7)
webrobots (~> 0.1.2)
method_source (0.9.2)
mime-types (3.3)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
mini_portile2 (2.8.0)
minitest (5.11.3)
net-http-digest_auth (1.4.1)
net-http-persistent (3.1.0)
net-http-persistent (4.0.1)
connection_pool (~> 2.2)
nio4r (2.5.2)
nokogiri (1.10.5)
mini_portile2 (~> 2.4.0)
ntlm-http (0.1.1)
nokogiri (1.13.9)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
pagy (3.6.0)
parallel (1.17.0)
parser (2.6.3.0)
Expand All @@ -245,7 +248,8 @@ GEM
public_suffix (4.0.1)
puma (4.3.1)
nio4r (~> 2.0)
rack (2.0.8)
racc (1.6.0)
rack (2.2.4)
rack-protection (2.0.7)
rack
rack-test (1.1.0)
Expand All @@ -262,12 +266,12 @@ GEM
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rainbow (3.0.0)
rake (12.3.2)
rake (13.0.6)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
redis (4.1.3)
regexp_parser (1.5.1)
regexp_parser (2.6.0)
rom (3.3.3)
concurrent-ruby (~> 1.0)
dry-core (~> 0.3)
Expand Down Expand Up @@ -296,7 +300,7 @@ GEM
rspec-mocks (~> 3.8.0)
rspec-core (3.8.1)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.4)
rspec-expectations (3.8.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.1)
Expand All @@ -311,24 +315,24 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.10.1)
rubyntlm (0.6.3)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sassc (2.0.1)
sassc (2.4.0)
ffi (~> 1.9)
rake
sassc-rails (2.1.1)
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
sprockets (> 3.0)
sprockets-rails
tilt
sequel (4.49.0)
sidekiq (6.0.3)
sidekiq (6.0.7)
connection_pool (>= 2.2.2)
rack (>= 2.0.0)
rack (~> 2.0)
rack-protection (>= 2.0.0)
redis (>= 4.1.0)
simplecov (0.17.1)
Expand All @@ -343,7 +347,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
temple (0.8.1)
temple (0.8.2)
thor (0.20.3)
thread_safe (0.3.6)
tilt (2.0.10)
Expand All @@ -356,6 +360,7 @@ GEM
unicode-display_width (1.6.0)
url_mount (0.2.1)
rack
webrick (1.7.0)
webrobots (0.1.2)
websocket-driver (0.7.1)
websocket-extensions (>= 0.1.0)
Expand Down