Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gem 'money'
gem 'mutex_m'
gem 'net-imap', '>= 0.5.7'
gem 'nokogiri', '>= 1.19.4'
gem 'noticed', '~> 1.6.3'
gem 'noticed', '~> 3.0.0'
gem 'okcomputer', '~> 1.19.0'
gem 'omniauth-rails_csrf_protection'
gem 'omniauth-tara', github: 'internetee/omniauth-tara'
Expand Down
37 changes: 10 additions & 27 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ GEM
responders
warden (~> 1.2.3)
docile (1.4.1)
domain_name (0.6.20240107)
drb (2.2.3)
email_validator (2.2.4)
activemodel
Expand All @@ -188,9 +187,6 @@ GEM
ffi (1.17.4-x86_64-darwin)
ffi (1.17.4-x86_64-linux-gnu)
ffi (1.17.4-x86_64-linux-musl)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
foreman (0.90.0)
thor (~> 1.4)
freezolite (0.6.0)
Expand Down Expand Up @@ -230,14 +226,6 @@ GEM
rails (>= 7.0.0)
zeitwerk
htmlbeautifier (1.4.3)
http (5.3.1)
addressable (~> 2.8)
http-cookie (~> 1.0)
http-form_data (~> 2.2)
llhttp-ffi (~> 0.5.0)
http-cookie (1.0.8)
domain_name (~> 0.5)
http-form_data (2.3.0)
i18n (1.15.2)
concurrent-ruby (~> 1.0)
i18n-debug (1.2.0)
Expand Down Expand Up @@ -280,9 +268,6 @@ GEM
logger
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
llhttp-ffi (0.5.1)
ffi-compiler (~> 1.0)
rake (~> 13.0)
logger (1.7.0)
lograge (0.14.0)
actionpack (>= 4)
Expand Down Expand Up @@ -321,7 +306,7 @@ GEM
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
net-protocol (0.3.0)
timeout
net-smtp (0.5.1)
net-protocol
Expand All @@ -342,9 +327,8 @@ GEM
racc (~> 1.4)
nokogiri (1.19.4-x86_64-linux-musl)
racc (~> 1.4)
noticed (1.6.3)
http (>= 4.0.0)
rails (>= 5.2.0)
noticed (3.0.0)
rails (>= 6.1.0)
okcomputer (1.19.0)
omniauth (2.1.4)
hashie (>= 3.4.6)
Expand Down Expand Up @@ -395,9 +379,6 @@ GEM
pry (0.15.2)
coderay (~> 1.1)
method_source (~> 1.0)
psych (5.4.0)
date
stringio
public_suffix (7.0.5)
puma (8.0.2)
nio4r (~> 2.0)
Expand Down Expand Up @@ -459,12 +440,15 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rbs (3.9.5)
rbs (4.2.0)
logger
prism (>= 1.6.0)
tsort
rbtree3 (0.7.1)
rdoc (7.2.0)
rdoc (8.0.0)
erb
psych (>= 4.0.0)
prism (>= 1.6.0)
rbs (>= 4.0.0)
tsort
recaptcha (5.21.0)
redis (5.4.1)
Expand Down Expand Up @@ -558,7 +542,6 @@ GEM
spy (1.0.5)
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stringio (3.2.0)
swd (2.0.3)
activesupport (>= 3)
attr_required (>= 0.0.5)
Expand Down Expand Up @@ -663,7 +646,7 @@ DEPENDENCIES
mutex_m
net-imap (>= 0.5.7)
nokogiri (>= 1.19.4)
noticed (~> 1.6.3)
noticed (~> 3.0.0)
okcomputer (~> 1.19.0)
omniauth-rails_csrf_protection
omniauth-tara!
Expand Down
Loading