Skip to content
This repository was archived by the owner on Nov 12, 2024. It is now read-only.

Commit 24486b5

Browse files
author
Rafał Cieślak
committed
Add Unicorn
We're updating rails_app to 1.0.0 which requires you to have Unicorn in the Gemfile rather than depending on the one that's already installed in the container.
1 parent 016091c commit 24486b5

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
source :rubygems
22

33
gem 'sinatra'
4+
gem 'unicorn'
45

56
gem 'sprockets'
67

Gemfile.lock

+6
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ GEM
2121
coderay (1.1.1)
2222
concurrent-ruby (1.1.5)
2323
i18n (0.7.0)
24+
kgio (2.11.3)
2425
marky_markov (0.3.5)
2526
msgpack
2627
method_source (0.8.2)
@@ -35,6 +36,7 @@ GEM
3536
rack (1.6.12)
3637
rack-protection (1.5.5)
3738
rack
39+
raindrops (0.19.1)
3840
rake (13.0.1)
3941
sass (3.4.22)
4042
sinatra (1.4.7)
@@ -49,6 +51,9 @@ GEM
4951
net-scp (>= 1.1.2)
5052
net-ssh (>= 2.8.0)
5153
tilt (2.0.5)
54+
unicorn (5.5.4)
55+
kgio (~> 2.6)
56+
raindrops (~> 0.7)
5257

5358
PLATFORMS
5459
ruby
@@ -63,6 +68,7 @@ DEPENDENCIES
6368
sass
6469
sinatra
6570
sprockets
71+
unicorn
6672

6773
BUNDLED WITH
6874
1.17.3

0 commit comments

Comments
 (0)