Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem "pg", "~> 1.1"
# Use the Puma web server [https://github.com/puma/puma]
gem "puma", ">= 5.0"
# Use GoodJob for Active Job queue adapter
gem "good_job", "~> 4.11"
gem "good_job", "~> 4.12"
# Build JSON APIs with ease [https://github.com/rails/jbuilder]
gem "jbuilder"

Expand Down
30 changes: 16 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ GEM
base64 (0.3.0)
bcrypt (3.1.20)
benchmark (0.4.1)
bigdecimal (3.2.2)
bigdecimal (3.3.1)
bootsnap (1.18.6)
msgpack (~> 1.2)
brakeman (7.1.0)
Expand All @@ -133,7 +133,7 @@ GEM
commonmarker (2.3.1-x86_64-linux)
commonmarker (2.3.1-x86_64-linux-musl)
concurrent-ruby (1.3.5)
connection_pool (2.5.3)
connection_pool (2.5.4)
crass (1.0.6)
csv (3.3.5)
date (3.4.1)
Expand All @@ -150,9 +150,9 @@ GEM
domain_name (0.6.20240107)
dotenv (3.1.8)
drb (2.2.3)
erb (5.0.2)
erb (5.1.1)
erubi (1.13.1)
et-orbi (1.2.11)
et-orbi (1.4.0)
tzinfo
event_stream_parser (1.0.0)
faraday (2.13.1)
Expand Down Expand Up @@ -182,9 +182,9 @@ GEM
fugit (1.11.1)
et-orbi (~> 1, >= 1.2.11)
raabro (~> 1.4)
globalid (1.2.1)
globalid (1.3.0)
activesupport (>= 6.1)
good_job (4.11.1)
good_job (4.12.1)
activejob (>= 6.1.0)
activerecord (>= 6.1.0)
concurrent-ruby (>= 1.3.1)
Expand Down Expand Up @@ -239,7 +239,7 @@ GEM
actionpack (>= 6.0.0, < 8.1)
method_source (1.1.0)
mini_mime (1.1.5)
minitest (5.25.5)
minitest (5.26.0)
msgpack (1.8.0)
multipart-post (2.4.1)
net-http (0.6.0)
Expand Down Expand Up @@ -277,7 +277,7 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.9)
pp (0.6.2)
pp (0.6.3)
prettyprint
prettyprint (0.2.0)
prism (1.4.0)
Expand All @@ -295,7 +295,7 @@ GEM
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.8.1)
rack (3.1.16)
rack (3.2.3)
rack-cors (3.0.0)
logger
rack (>= 3.0.14)
Expand Down Expand Up @@ -344,11 +344,12 @@ GEM
i18n
rb_sys (0.9.116)
rake-compiler-dock (= 1.9.1)
rdoc (6.14.2)
rdoc (6.15.0)
erb
psych (>= 4.0.0)
tsort
regexp_parser (2.10.0)
reline (0.6.1)
reline (0.6.2)
io-console (~> 0.5)
responders (3.1.1)
actionpack (>= 5.2)
Expand Down Expand Up @@ -388,8 +389,9 @@ GEM
structify (0.3.4)
activesupport (>= 7.0, < 9.0)
attr_json (~> 2.1)
thor (1.3.2)
thor (1.4.0)
timeout (0.4.3)
tsort (0.2.0)
turbo-rails (2.0.16)
actionpack (>= 7.1.0)
railties (>= 7.1.0)
Expand All @@ -400,7 +402,7 @@ GEM
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.3)
uri (1.0.4)
useragent (0.16.11)
view_component (3.23.2)
activesupport (>= 5.2.0, < 8.1)
Expand Down Expand Up @@ -438,7 +440,7 @@ DEPENDENCIES
dotenv
feedjira (~> 3.2)
fugit (~> 1.11)
good_job (~> 4.11)
good_job (~> 4.12)
http (~> 5.3)
iconv (~> 1.1)
importmap-rails (~> 2.1)
Expand Down
Loading