Skip to content
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
36 changes: 19 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,19 @@ GEM
parser (>= 2.4)
smart_properties
bindex (0.8.1)
bootsnap (1.4.6)
msgpack (~> 1.0)
bootsnap (1.15.0)
msgpack (~> 1.2)
browser (2.7.1)
builder (3.2.4)
byebug (11.1.3)
capybara (3.32.2)
capybara (3.38.0)
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)
carrierwave (1.3.1)
activemodel (>= 4.0.0)
Expand Down Expand Up @@ -356,7 +357,7 @@ GEM
devise_invitable (1.7.5)
actionmailer (>= 4.1.0)
devise (>= 4.0.0)
diff-lcs (1.3)
diff-lcs (1.5.0)
diffy (3.3.0)
doc2text (0.4.2)
nokogiri (~> 1.10.0)
Expand Down Expand Up @@ -422,12 +423,12 @@ GEM
http-accept (1.7.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
httparty (0.18.1)
mime-types (~> 3.0)
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.8.3)
concurrent-ruby (~> 1.0)
i18n-tasks (0.9.31)
i18n-tasks (0.9.37)
activesupport (>= 4.0.2)
ast (>= 2.1.0)
erubi
Expand Down Expand Up @@ -472,7 +473,7 @@ GEM
actionmailer (>= 3.2)
letter_opener (~> 1.0)
railties (>= 3.2)
listen (3.2.1)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.3.1)
Expand All @@ -482,19 +483,20 @@ GEM
mini_mime (>= 0.1.1)
marcel (0.3.3)
mimemagic (~> 0.3.2)
matrix (0.4.2)
mdl (0.5.0)
kramdown (~> 1.12, >= 1.12.0)
mixlib-cli (~> 1.7, >= 1.7.0)
mixlib-config (~> 2.2, >= 2.2.1)
method_source (1.0.0)
mime-types (3.3.1)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.0512)
mime-types-data (3.2022.0105)
mimemagic (0.3.5)
mini_magick (4.10.1)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.14.1)
minitest (5.17.0)
mixlib-cli (1.7.0)
mixlib-config (2.2.18)
tomlrb
Expand Down Expand Up @@ -561,7 +563,7 @@ GEM
actionmailer (>= 3)
premailer (~> 1.7, >= 1.7.9)
public_suffix (4.0.5)
puma (4.3.5)
puma (6.0.2)
nio4r (~> 2.0)
rack (2.2.3)
rack-attack (6.3.1)
Expand Down Expand Up @@ -621,7 +623,7 @@ GEM
wisper (>= 1.6.1)
redcarpet (3.5.0)
redis (4.1.4)
regexp_parser (1.7.1)
regexp_parser (2.6.1)
request_store (1.5.0)
rack (>= 1.4)
responders (3.0.1)
Expand All @@ -641,10 +643,10 @@ GEM
rspec-rails (< 5.0)
rspec-core (3.9.2)
rspec-support (~> 3.9.3)
rspec-expectations (3.9.2)
rspec-expectations (3.9.4)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-html-matchers (0.9.2)
rspec-html-matchers (0.9.4)
nokogiri (~> 1)
rspec (>= 3.0.0.a, < 4)
rspec-mocks (3.9.1)
Expand Down Expand Up @@ -705,7 +707,7 @@ GEM
simplecov-html (~> 0.11)
simplecov-cobertura (1.3.1)
simplecov (~> 0.8)
simplecov-html (0.12.2)
simplecov-html (0.12.3)
smart_properties (1.15.0)
social-share-button (1.2.3)
coffee-rails
Expand Down