Skip to content

Commit 07fc819

Browse files
Gregg Van Hovesarahwalther
Gregg Van Hove
authored andcommitted
remove some unused dependencies and use puma for real apps
[finishes #117021529] Signed-off-by: Sarah McAlear <[email protected]>
1 parent 217f17c commit 07fc819

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

bookbinder.gemspec

-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Gem::Specification.new do |s|
1717
s.required_ruby_version = '~> 2.3.0'
1818
s.add_runtime_dependency 'fog-aws', ['~> 0.7.1']
1919
s.add_runtime_dependency 'ansi', ['~> 1.4']
20-
s.add_runtime_dependency 'unf', ['~> 0.1']
2120
s.add_runtime_dependency 'middleman', ['~> 3.4.0']
2221
s.add_runtime_dependency 'middleman-livereload', ['~> 3.4.3']
2322
s.add_runtime_dependency 'middleman-syntax', ['~> 2.0']
@@ -27,7 +26,6 @@ Gem::Specification.new do |s|
2726
s.add_runtime_dependency 'css_parser'
2827
s.add_runtime_dependency 'puma'
2928
s.add_runtime_dependency 'rack-rewrite'
30-
s.add_runtime_dependency 'therubyracer'
3129
s.add_runtime_dependency 'git', '~> 1.2.8'
3230
s.add_runtime_dependency 'nokogiri', ['1.6.7.2']
3331
s.add_runtime_dependency 'thor'

template_app/Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ ruby '2.3.0'
44

55
gem 'rack'
66
gem 'rack-rewrite'
7+
gem 'puma'
78
gem 'therubyracer'
89
gem 'sendgrid-ruby'

template_app/Gemfile.lock

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ GEM
66
libv8 (3.16.14.7)
77
mimemagic (0.3.0)
88
multipart-post (2.0.0)
9+
puma (3.3.0)
910
rack (1.5.2)
1011
rack-rewrite (1.5.0)
1112
ref (1.0.5)
@@ -22,6 +23,7 @@ PLATFORMS
2223
ruby
2324

2425
DEPENDENCIES
26+
puma
2527
rack
2628
rack-rewrite
2729
sendgrid-ruby

0 commit comments

Comments
 (0)