Skip to content
Closed
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 numberDiff line numberDiff 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
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line numberDiff line numberDiff 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.2.3)
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@@ -152,7 +152,7 @@ GEM
drb (2.2.3)
erb (5.0.2)
erubi (1.13.1)
et-orbi (1.2.11)
et-orbi (1.3.0)
tzinfo
event_stream_parser (1.0.0)
faraday (2.13.1)
Expand DownExpand Up@@ -184,7 +184,7 @@ GEM
raabro (~> 1.4)
globalid (1.2.1)
activesupport (>= 6.1)
good_job (4.11.1)
good_job (4.12.0)
activejob (>= 6.1.0)
activerecord (>= 6.1.0)
concurrent-ruby (>= 1.3.1)
Expand DownExpand Up@@ -295,7 +295,7 @@ GEM
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.8.1)
rack (3.1.16)
rack (3.2.1)
rack-cors (3.0.0)
logger
rack (>= 3.0.14)
Expand DownExpand Up@@ -348,7 +348,7 @@ GEM
erb
psych (>= 4.0.0)
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 DownExpand Up@@ -388,7 +388,7 @@ 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)
turbo-rails (2.0.16)
actionpack (>= 7.1.0)
Expand DownExpand Up@@ -438,7 +438,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