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
25 changes: 12 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activemodel (8.0.2)
activesupport (= 8.0.2)
activesupport (8.0.2)
activemodel (8.1.0)
activesupport (= 8.1.0)
activesupport (8.1.0)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
json
logger (>= 1.4.2)
minitest (>= 5.1)
securerandom (>= 0.3)
Expand All @@ -38,31 +38,30 @@ GEM
aes_key_wrap (1.1.0)
ast (2.4.3)
attr_required (1.0.2)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.9)
base64 (0.3.0)
bigdecimal (3.3.1)
bindata (2.5.0)
byebug (12.0.0)
colorator (1.1.0)
colorize (1.1.0)
commander (5.0.0)
highline (~> 3.0.0)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
connection_pool (2.5.4)
csv (3.3.2)
date (3.4.1)
diff-lcs (1.5.1)
docile (1.4.1)
domain_name (0.6.20240107)
drb (2.2.1)
drb (2.2.3)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
email_validator (2.2.4)
activemodel
eventmachine (1.2.7)
facets (3.1.0)
factory_bot (6.5.1)
factory_bot (6.5.6)
activesupport (>= 6.1.0)
faraday (2.12.0)
faraday-net_http (>= 2.0, < 3.4)
Expand Down Expand Up @@ -146,7 +145,7 @@ GEM
llhttp-ffi (0.5.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
logger (1.6.6)
logger (1.7.0)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
Expand All @@ -159,7 +158,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2024.1105)
mini_mime (1.1.5)
minitest (5.25.4)
minitest (5.26.0)
multi_json (1.15.0)
net-http (0.5.0)
uri
Expand Down Expand Up @@ -286,7 +285,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
uri (1.0.3)
uri (1.0.4)
validate_url (1.0.15)
activemodel (>= 3.0.0)
public_suffix
Expand Down
Loading