Skip to content

Commit

Permalink
Upgrade unicorn to 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knu committed Jan 13, 2022
1 parent 3289fc1 commit 2ba6040
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -173,7 +173,7 @@ group :development do
end

group :production do
gem 'unicorn', '~> 5.1.0'
gem 'unicorn'
end

# Platform requirements.
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Expand Up @@ -423,7 +423,7 @@ GEM
activerecord
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
kgio (2.10.0)
kgio (2.11.4)
kramdown (2.3.1)
rexml
launchy (2.5.0)
Expand Down Expand Up @@ -570,7 +570,7 @@ GEM
method_source
rake (>= 0.8.7)
thor (>= 0.20.3, < 2.0)
raindrops (0.17.0)
raindrops (0.20.0)
rake (13.0.6)
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
Expand Down Expand Up @@ -707,7 +707,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.4)
unicorn (5.1.0)
unicorn (6.1.0)
kgio (~> 2.6)
raindrops (~> 0.7)
uuid (2.3.7)
Expand Down Expand Up @@ -842,7 +842,7 @@ DEPENDENCIES
tzinfo (>= 1.2.0)
tzinfo-data
uglifier (~> 2.7.2)
unicorn (~> 5.1.0)
unicorn
vcr
web-console (>= 3.3.0)
webmock (~> 3.5.1)
Expand Down

0 comments on commit 2ba6040

Please sign in to comment.