Commit 07fc819 1 parent 217f17c commit 07fc819 Copy full SHA for 07fc819
File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ Gem::Specification.new do |s|
17
17
s . required_ruby_version = '~> 2.3.0'
18
18
s . add_runtime_dependency 'fog-aws' , [ '~> 0.7.1' ]
19
19
s . add_runtime_dependency 'ansi' , [ '~> 1.4' ]
20
- s . add_runtime_dependency 'unf' , [ '~> 0.1' ]
21
20
s . add_runtime_dependency 'middleman' , [ '~> 3.4.0' ]
22
21
s . add_runtime_dependency 'middleman-livereload' , [ '~> 3.4.3' ]
23
22
s . add_runtime_dependency 'middleman-syntax' , [ '~> 2.0' ]
@@ -27,7 +26,6 @@ Gem::Specification.new do |s|
27
26
s . add_runtime_dependency 'css_parser'
28
27
s . add_runtime_dependency 'puma'
29
28
s . add_runtime_dependency 'rack-rewrite'
30
- s . add_runtime_dependency 'therubyracer'
31
29
s . add_runtime_dependency 'git' , '~> 1.2.8'
32
30
s . add_runtime_dependency 'nokogiri' , [ '1.6.7.2' ]
33
31
s . add_runtime_dependency 'thor'
Original file line number Diff line number Diff line change @@ -4,5 +4,6 @@ ruby '2.3.0'
4
4
5
5
gem 'rack'
6
6
gem 'rack-rewrite'
7
+ gem 'puma'
7
8
gem 'therubyracer'
8
9
gem 'sendgrid-ruby'
Original file line number Diff line number Diff line change 6
6
libv8 (3.16.14.7 )
7
7
mimemagic (0.3.0 )
8
8
multipart-post (2.0.0 )
9
+ puma (3.3.0 )
9
10
rack (1.5.2 )
10
11
rack-rewrite (1.5.0 )
11
12
ref (1.0.5 )
@@ -22,6 +23,7 @@ PLATFORMS
22
23
ruby
23
24
24
25
DEPENDENCIES
26
+ puma
25
27
rack
26
28
rack-rewrite
27
29
sendgrid-ruby
You can’t perform that action at this time.
0 commit comments