Skip to content

Commit

Permalink
Rebundle
Browse files Browse the repository at this point in the history
  • Loading branch information
bp-karl committed Jan 9, 2024
1 parent 9f10d7f commit 941b8c9
Showing 1 changed file with 24 additions and 19 deletions.
43 changes: 24 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ GEM
bindex (0.8.1)
bootsnap (1.17.0)
msgpack (~> 1.2)
brakeman (6.1.0)
brakeman (6.1.1)
racc
builder (3.2.4)
bundler-audit (0.9.1)
bundler (>= 1.2.0, < 3)
Expand Down Expand Up @@ -121,7 +122,7 @@ GEM
capybara (~> 3.0)
ferrum (~> 0.14.0)
date (3.3.4)
debug (1.9.0)
debug (1.9.1)
irb (~> 1.10)
reline (>= 0.3.8)
diff-lcs (1.5.0)
Expand All @@ -138,9 +139,9 @@ GEM
et-orbi (1.2.7)
tzinfo
excon (0.99.0)
factory_bot (6.4.2)
factory_bot (6.4.5)
activesupport (>= 5.0.0)
factory_bot_rails (6.4.2)
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faker (3.2.2)
Expand Down Expand Up @@ -174,7 +175,7 @@ GEM
heroku-log-parser (0.4.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
importmap-rails (1.2.3)
importmap-rails (2.0.1)
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
Expand Down Expand Up @@ -215,18 +216,22 @@ GEM
timeout
net-smtp (0.4.0)
net-protocol
nio4r (2.5.9)
nokogiri (1.15.5)
nio4r (2.7.0)
nokogiri (1.16.0)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.0-x86_64-linux)
racc (~> 1.4)
oauth2 (2.0.9)
faraday (>= 0.17.3, < 3.0)
jwt (>= 1.0, < 3.0)
multi_xml (~> 0.5)
rack (>= 1.2, < 4)
snaky_hash (~> 2.0)
version_gem (~> 1.1)
omniauth (2.1.1)
omniauth (2.1.2)
hashie (>= 3.4.6)
rack (>= 2.2.3)
rack-protection
Expand All @@ -242,7 +247,7 @@ GEM
actionpack (>= 4.2)
omniauth (~> 2.0)
parallel (1.24.0)
parser (3.2.2.4)
parser (3.3.0.2)
ast (~> 2.4.1)
racc
pg (1.5.4)
Expand All @@ -253,7 +258,7 @@ GEM
psych (5.1.2)
stringio
public_suffix (5.0.3)
puma (6.4.0)
puma (6.4.2)
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.7.3)
Expand Down Expand Up @@ -305,8 +310,8 @@ GEM
redis-client (>= 0.17.0)
redis-client (0.19.1)
connection_pool
regexp_parser (2.8.3)
reline (0.4.1)
regexp_parser (2.9.0)
reline (0.4.2)
io-console (~> 0.5)
rexml (3.2.6)
rolify (6.0.1)
Expand Down Expand Up @@ -344,7 +349,7 @@ GEM
rubocop (~> 1.41)
rubocop-factory_bot (2.24.0)
rubocop (~> 1.33)
rubocop-performance (1.20.0)
rubocop-performance (1.20.2)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rails (2.23.1)
Expand All @@ -363,8 +368,8 @@ GEM
sentry-ruby (~> 5.15.2)
sentry-ruby (5.15.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
sentry-sidekiq (5.15.0)
sentry-ruby (~> 5.15.0)
sentry-sidekiq (5.15.2)
sentry-ruby (~> 5.15.2)
sidekiq (>= 3.0)
sidekiq (7.2.0)
concurrent-ruby (< 2)
Expand All @@ -385,14 +390,14 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
stimulus-rails (1.3.0)
stimulus-rails (1.3.3)
railties (>= 6.0.0)
stringio (3.1.0)
tailwindcss-rails (2.1.0)
tailwindcss-rails (2.2.1)
railties (>= 6.0.0)
tailwindcss-rails (2.1.0-arm64-darwin)
tailwindcss-rails (2.2.1-arm64-darwin)
railties (>= 6.0.0)
tailwindcss-rails (2.1.0-x86_64-linux)
tailwindcss-rails (2.2.1-x86_64-linux)
railties (>= 6.0.0)
thor (1.3.0)
timeout (0.4.1)
Expand Down

0 comments on commit 941b8c9

Please sign in to comment.