mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 09:27:19 +02:00
Merge branch 'add-puma-gem' into registry-475-refactor-zones
This commit is contained in:
commit
8b75e81b70
2 changed files with 3 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -124,6 +124,7 @@ group :development do
|
||||||
|
|
||||||
# deploy
|
# deploy
|
||||||
gem 'mina', '0.3.1' # for fast deployment
|
gem 'mina', '0.3.1' # for fast deployment
|
||||||
|
gem 'puma'
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
|
|
|
@ -351,6 +351,7 @@ GEM
|
||||||
method_source (~> 0.8.1)
|
method_source (~> 0.8.1)
|
||||||
slop (~> 3.4)
|
slop (~> 3.4)
|
||||||
public_suffix (2.0.5)
|
public_suffix (2.0.5)
|
||||||
|
puma (3.8.2)
|
||||||
que (0.10.0)
|
que (0.10.0)
|
||||||
que-web (0.4.0)
|
que-web (0.4.0)
|
||||||
erubis
|
erubis
|
||||||
|
@ -608,6 +609,7 @@ DEPENDENCIES
|
||||||
phantomjs-binaries (= 1.9.2.4)
|
phantomjs-binaries (= 1.9.2.4)
|
||||||
poltergeist (= 1.6.0)
|
poltergeist (= 1.6.0)
|
||||||
pry (= 0.10.1)
|
pry (= 0.10.1)
|
||||||
|
puma
|
||||||
que (= 0.10.0)
|
que (= 0.10.0)
|
||||||
que-web (= 0.4.0)
|
que-web (= 0.4.0)
|
||||||
que_mailer!
|
que_mailer!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue