Skip to content

Commit

Permalink
Merge pull request #1770 from tryzealot/dependabot/bundler/good_job-4…
Browse files Browse the repository at this point in the history
….6.0

chore(deps): bump good_job from 4.5.1 to 4.6.0
  • Loading branch information
icyleaf authored Dec 13, 2024
2 parents adda0d6 + 21ce2cb commit 2136fb4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ gem 'sentry-ruby', '~> 5.22.0'
gem 'sentry-rails', '~> 5.22.0'

# Background job
gem 'good_job', '~> 4.5.1'
gem 'good_job', '~> 4.6.0'
gem 'activejob-status', '~> 1.0.2'

# Assets
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ GEM
rubyntlm (~> 0.5)
globalid (1.2.1)
activesupport (>= 6.1)
good_job (4.5.1)
good_job (4.6.0)
activejob (>= 6.1.0)
activerecord (>= 6.1.0)
concurrent-ruby (>= 1.3.1)
Expand Down Expand Up @@ -238,7 +238,7 @@ GEM
interception (0.5)
io-console (0.8.0)
iostruct (0.2.0)
irb (1.14.1)
irb (1.14.2)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jb (0.8.2)
Expand Down Expand Up @@ -324,18 +324,18 @@ GEM
net-protocol
nio4r (2.7.4)
nkf (0.2.0)
nokogiri (1.17.1)
nokogiri (1.17.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.17.1-aarch64-linux)
nokogiri (1.17.2-aarch64-linux)
racc (~> 1.4)
nokogiri (1.17.1-arm-linux)
nokogiri (1.17.2-arm-linux)
racc (~> 1.4)
nokogiri (1.17.1-arm64-darwin)
nokogiri (1.17.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.17.1-x86_64-darwin)
nokogiri (1.17.2-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.17.1-x86_64-linux)
nokogiri (1.17.2-x86_64-linux)
racc (~> 1.4)
oauth2 (1.4.11)
faraday (>= 0.17.3, < 3.0)
Expand Down Expand Up @@ -457,7 +457,7 @@ GEM
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.1)
rails-html-sanitizer (1.6.2)
loofah (~> 2.21)
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)
rails-i18n (7.0.9)
Expand Down Expand Up @@ -657,7 +657,7 @@ DEPENDENCIES
faraday (~> 2.12.2)
friendly_id (~> 5.5.1)
gitlab_omniauth-ldap (~> 2.2.0)
good_job (~> 4.5.1)
good_job (~> 4.6.0)
graphiql-rails
graphql (~> 2.4.8)
health_check (~> 3.1.0)
Expand Down

0 comments on commit 2136fb4

Please sign in to comment.