Skip to content
Merged
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
36 changes: 15 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@ GEM
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
coderay (1.1.3)
concurrent-ruby (1.3.7)
concurrent-ruby (1.3.8)
connection_pool (3.0.2)
coveralls_reborn (0.29.1)
simplecov (~> 0.22.0)
term-ansicolor (~> 1.7)
thor (~> 1.2)
tins (~> 1.32)
coveralls_reborn (1.0.0)
simplecov (>= 1.0)
term-ansicolor (>= 1.11)
thor (>= 1.5)
tins (>= 1.54)
crack (1.0.1)
bigdecimal
rexml
Expand All @@ -125,14 +125,13 @@ GEM
irb (~> 1.10)
reline (>= 0.3.8)
diff-lcs (1.6.2)
docile (1.4.1)
dotenv (3.2.0)
dotenv-rails (3.2.0)
dotenv (= 3.2.0)
railties (>= 6.1)
drb (2.2.3)
dumb_delegator (1.1.0)
erb (6.0.4)
erb (6.0.5)
erubi (1.13.1)
et-orbi (1.4.0)
tzinfo
Expand All @@ -157,7 +156,7 @@ GEM
goldiloader (6.0.0)
activerecord (>= 7.2, < 8.3)
activesupport (>= 7.2, < 8.3)
good_job (4.19.1)
good_job (4.19.2)
activejob (>= 6.1.0)
activerecord (>= 6.1.0)
concurrent-ruby (>= 1.3.1)
Expand All @@ -179,11 +178,11 @@ GEM
reline (>= 0.4.2)
jsbundling-rails (1.3.1)
railties (>= 6.0.0)
json (2.21.0)
json (2.21.1)
language_server-protocol (3.17.0.6)
lint_roller (1.1.0)
logger (1.7.0)
loofah (2.25.1)
loofah (2.25.2)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.9.1)
Expand Down Expand Up @@ -218,7 +217,7 @@ GEM
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (2.1.0)
parser (3.3.11.1)
parser (3.3.12.0)
ast (~> 2.4.1)
racc
pg (1.6.3)
Expand Down Expand Up @@ -271,8 +270,8 @@ GEM
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.7.0)
loofah (~> 2.25)
rails-html-sanitizer (1.7.1)
loofah (~> 2.25, >= 2.25.2)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
railties (8.1.3)
actionpack (= 8.1.3)
Expand Down Expand Up @@ -383,15 +382,10 @@ GEM
websocket (~> 1.0)
shoulda-matchers (8.0.1)
activesupport (>= 7.2)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.13.2)
simplecov_json_formatter (0.1.4)
simplecov (1.0.2)
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stripe (19.3.0)
stripe (19.3.1)
bigdecimal
logger
strong_migrations (2.8.0)
Expand Down
Loading