Gemfile: no more unicorn required

This commit is contained in:
Georg Gadinger 2020-05-17 18:07:20 +02:00
parent bbcb8092fc
commit b04891446c
2 changed files with 0 additions and 10 deletions

View File

@ -82,10 +82,6 @@ group :development do
gem 'web-console', '< 4.0.0' gem 'web-console', '< 4.0.0'
end end
group :production do
gem 'unicorn', group: :production
end
gem 'puma' gem 'puma'
group :development, :test do group :development, :test do

View File

@ -251,7 +251,6 @@ GEM
activerecord activerecord
kaminari-core (= 1.2.0) kaminari-core (= 1.2.0)
kaminari-core (1.2.0) kaminari-core (1.2.0)
kgio (2.11.3)
launchy (2.5.0) launchy (2.5.0)
addressable (~> 2.7) addressable (~> 2.7)
letter_opener (1.7.0) letter_opener (1.7.0)
@ -389,7 +388,6 @@ GEM
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0) thor (>= 0.19.0, < 2.0)
rainbow (3.0.0) rainbow (3.0.0)
raindrops (0.19.1)
rake (13.0.1) rake (13.0.1)
rb-fsevent (0.10.3) rb-fsevent (0.10.3)
rb-inotify (0.10.1) rb-inotify (0.10.1)
@ -515,9 +513,6 @@ GEM
unf_ext unf_ext
unf_ext (0.0.7.7) unf_ext (0.0.7.7)
unicode-display_width (1.7.0) unicode-display_width (1.7.0)
unicorn (5.5.4)
kgio (~> 2.6)
raindrops (~> 0.7)
warden (1.2.8) warden (1.2.8)
rack (>= 2.0.6) rack (>= 2.0.6)
web-console (3.7.0) web-console (3.7.0)
@ -610,7 +605,6 @@ DEPENDENCIES
turbolinks (~> 2.5.3) turbolinks (~> 2.5.3)
twitter twitter
uglifier (>= 1.3.0) uglifier (>= 1.3.0)
unicorn
web-console (< 4.0.0) web-console (< 4.0.0)
BUNDLED WITH BUNDLED WITH