Skip to content

Commit

Permalink
$ bundle update
Browse files Browse the repository at this point in the history
  • Loading branch information
tricknotes committed Nov 21, 2023
1 parent 0586a38 commit f46df4b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ GEM
ruby2_keywords
erubi (1.12.0)
execjs (2.9.1)
factory_bot (6.2.1)
factory_bot (6.4.1)
activesupport (>= 5.0.0)
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
factory_bot_rails (6.4.0)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faraday (2.7.11)
base64
Expand Down Expand Up @@ -150,7 +150,7 @@ GEM
letter_opener (~> 1.7)
railties (>= 5.2)
rexml
loofah (2.21.4)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -162,11 +162,11 @@ GEM
matrix (0.4.2)
mini_mime (1.1.5)
minitest (5.20.0)
mongo (2.19.2)
mongo (2.19.3)
bson (>= 4.14.1, < 5.0.0)
multi_xml (0.6.0)
mutex_m (0.2.0)
net-imap (0.4.4)
net-imap (0.4.5)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -175,10 +175,10 @@ GEM
timeout
net-smtp (0.4.0)
net-protocol
nio4r (2.5.9)
nokogiri (1.15.4-aarch64-linux)
nio4r (2.6.1)
nokogiri (1.15.5-aarch64-linux)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
oauth2 (2.0.9)
faraday (>= 0.17.3, < 3.0)
Expand Down Expand Up @@ -206,7 +206,7 @@ GEM
pg (1.5.4)
psych (5.1.1.1)
stringio
public_suffix (5.0.3)
public_suffix (5.0.4)
puma (6.4.0)
nio4r (~> 2.0)
racc (1.7.3)
Expand Down Expand Up @@ -277,7 +277,7 @@ GEM
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (6.0.3)
rspec-rails (6.1.0)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
Expand Down

0 comments on commit f46df4b

Please sign in to comment.