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
39 changes: 34 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
akami (1.3.1)
gyoku (>= 0.4.0)
nokogiri
arel (6.0.4)
autoprefixer-rails (9.2.1)
execjs
Expand Down Expand Up @@ -81,10 +86,15 @@ GEM
railties (>= 3.2, < 6.0)
globalid (0.4.1)
activesupport (>= 4.2.0)
gyoku (1.4.0)
builder (>= 2.1.2)
rexml (~> 3.0)
hiredis (0.6.3)
httparty (0.18.1)
mime-types (~> 3.0)
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
httpi (3.0.1)
rack
i18n (0.9.5)
concurrent-ruby (~> 1.0)
innertube (1.1.0)
Expand All @@ -107,10 +117,12 @@ GEM
mail (2.7.1)
mini_mime (>= 0.1.1)
middleware (0.1.0)
mime-types (3.2.2)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2018.0812)
mimemagic (0.3.2)
mime-types-data (3.2022.0105)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.0.1)
mini_portile2 (2.3.0)
minitest (5.11.3)
Expand All @@ -119,6 +131,7 @@ GEM
mysql2 (0.4.10)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
nori (2.6.0)
orm_adapter (0.5.0)
paperclip (6.1.0)
activemodel (>= 4.2.0)
Expand All @@ -127,6 +140,7 @@ GEM
mimemagic (~> 0.3.0)
terrapin (~> 0.6.0)
popper_js (1.14.3)
public_suffix (5.0.1)
rack (1.6.10)
rack-cors (1.0.2)
rack-protection (2.1.0)
Expand Down Expand Up @@ -166,6 +180,7 @@ GEM
responders (2.4.0)
actionpack (>= 4.2.0, < 5.3)
railties (>= 4.2.0, < 5.3)
rexml (3.2.5)
riddle (2.3.2)
roo (2.8.2)
nokogiri (~> 1)
Expand All @@ -186,6 +201,15 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
savon (2.13.1)
akami (~> 1.2)
builder (>= 2.1.2)
gyoku (~> 1.2)
httpi (>= 2.4.5)
mail (~> 2.5)
nokogiri (>= 1.8.1)
nori (~> 2.4)
wasabi (~> 3.4)
sdoc (0.4.2)
json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0)
Expand Down Expand Up @@ -227,6 +251,10 @@ GEM
execjs (>= 0.3.0, < 3)
warden (1.2.7)
rack (>= 1.0)
wasabi (3.8.0)
addressable
httpi (~> 3.0)
nokogiri (>= 1.4.2)
web-console (2.3.0)
activemodel (>= 4.0)
binding_of_caller (>= 0.7.2)
Expand Down Expand Up @@ -263,6 +291,7 @@ DEPENDENCIES
roo (~> 2.8.0)
rqrcode
sass-rails (~> 5.0)
savon (~> 2.13.0)
sdoc (~> 0.4.0)
sidekiq
spring
Expand Down