Skip to content

Commit

Permalink
udpate gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
celuchmarek committed Sep 19, 2024
1 parent 06f89d9 commit 4351bec
Showing 1 changed file with 25 additions and 23 deletions.
48 changes: 25 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ GEM
arel (9.0.0)
attr_extras (7.0.0)
builder (3.2.4)
clockwork (3.0.0)
clockwork (3.0.1)
activesupport
tzinfo
coderay (1.1.3)
Expand All @@ -67,6 +67,7 @@ GEM
database_cleaner-redis (2.0.0)
database_cleaner-core (~> 2.0.0)
redis
date (3.3.3-java)
delayed_job (4.1.11)
activesupport (>= 3.0, < 8.0)
delayed_job_active_record (4.1.7)
Expand All @@ -77,14 +78,14 @@ GEM
dotenv-rails (2.8.1)
dotenv (= 2.8.1)
railties (>= 3.2)
erubi (1.11.0)
erubi (1.12.0)
factory_bot (6.2.1)
activesupport (>= 5.0.0)
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
railties (>= 5.0.0)
ffi (1.15.5-java)
globalid (1.0.0)
globalid (1.0.1)
activesupport (>= 5.0)
hashie (5.0.0)
htmlentities (4.3.4)
Expand All @@ -94,33 +95,34 @@ GEM
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
jdbc-postgres (42.2.25)
jwt (2.5.0)
listen (3.7.1)
jwt (2.6.0)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.19.0)
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.8.0)
mail (2.8.0.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.2)
minitest (5.16.3)
mock_redis (0.34.0)
minitest (5.17.0)
mock_redis (0.35.0)
ruby2_keywords
net-imap (0.3.1)
net-imap (0.3.4)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.0)
net-protocol (0.2.1)
timeout
net-smtp (0.3.3)
net-protocol
nio4r (2.7.3-java)
nio4r (2.5.8-java)
nokogiri (1.13.10-java)
racc (~> 1.4)
omniauth (1.9.2)
Expand All @@ -132,16 +134,16 @@ GEM
optimist (3.0.1)
patience_diff (1.2.0)
optimist (~> 3.0)
pry (0.14.1-java)
pry (0.14.2-java)
coderay (~> 1.1)
method_source (~> 1.0)
spoon (~> 0.0)
pry-rails (0.3.9)
pry (>= 0.10.4)
puma (6.3.1-java)
nio4r (~> 2.0)
racc (1.8.1-java)
rack (2.2.9)
racc (1.6.2-java)
rack (2.2.6.2)
rack-test (2.0.2)
rack (>= 1.3)
rails (5.2.8.1)
Expand All @@ -160,8 +162,8 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.3)
loofah (~> 2.3)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
railties (5.2.8.1)
actionpack (= 5.2.8.1)
activesupport (= 5.2.8.1)
Expand All @@ -172,17 +174,17 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (5.0.5)
redis (5.0.6)
redis-client (>= 0.9.0)
redis-client (0.11.2)
redis-client (0.12.1)
connection_pool
rexml (3.3.7)
rspec-core (3.12.0)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.0)
rspec-expectations (3.12.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.0)
rspec-mocks (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (5.1.2)
Expand All @@ -201,9 +203,9 @@ GEM
rubyzip (2.3.2)
spoon (0.0.6)
ffi
sprockets (4.1.1)
sprockets (4.2.0)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
Expand Down

0 comments on commit 4351bec

Please sign in to comment.