Skip to content

Commit

Permalink
Merge pull request #117 from ifad/dependabot/bundler/unicorn-6.1.0
Browse files Browse the repository at this point in the history
Bump unicorn from 5.7.0 to 6.1.0
  • Loading branch information
tagliala authored Oct 5, 2022
2 parents e77c20a + 99ee819 commit d8329cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem 'sidekiq', '~> 6.5'
gem 'sidekiq-cron', '~> 1.8'
gem 'sinatra', '~> 2.2'
gem 'thin', '~> 1.8'
gem 'unicorn', '~> 5.7'
gem 'unicorn', '~> 6.1'

group :development do
gem 'byebug', '~> 11.1'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ GEM
domain_name (~> 0.5)
iso-639 (0.3.5)
json (2.6.2)
kgio (2.11.3)
kgio (2.11.4)
mail (2.7.1)
mini_mime (>= 0.1.1)
mime-types (3.4.1)
Expand All @@ -44,7 +44,7 @@ GEM
rack
rack-test (2.0.2)
rack (>= 1.3)
raindrops (0.19.1)
raindrops (0.20.0)
rake (13.0.6)
redis (4.8.0)
redis-namespace (1.9.0)
Expand Down Expand Up @@ -99,7 +99,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
unicorn (5.7.0)
unicorn (6.1.0)
kgio (~> 2.6)
raindrops (~> 0.7)
webrick (1.7.0)
Expand Down Expand Up @@ -129,7 +129,7 @@ DEPENDENCIES
sinatra (~> 2.2)
thin (~> 1.8)
timecop (~> 0.9.5)
unicorn (~> 5.7)
unicorn (~> 6.1)
yard (~> 0.9.28)

RUBY VERSION
Expand Down

0 comments on commit d8329cc

Please sign in to comment.