Skip to content

Commit

Permalink
Merge pull request #133 from butzopower/master
Browse files Browse the repository at this point in the history
Remove therubyracer as a dependency
  • Loading branch information
animatedmax committed Jan 20, 2022
2 parents 5256355 + 0e14517 commit 392ec2f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ Follow the instructions below to install Bookbinder:

```
gem install bundler
brew install v8
gem install therubyracer
gem install libv8 -v '3.16.14.7' -- --with-system-v8
brew install ant
```

Expand Down
1 change: 0 additions & 1 deletion bookbinder.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'css_parser'
s.add_runtime_dependency 'puma'
s.add_runtime_dependency 'rack-rewrite'
s.add_runtime_dependency 'therubyracer'
s.add_runtime_dependency 'git', '~> 1.2.8'
s.add_runtime_dependency 'nokogiri', ['1.10.1']
s.add_runtime_dependency 'thor', ['0.19.1']
Expand Down
1 change: 0 additions & 1 deletion template_app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ ruby '~> 2.6.7'
gem 'rack'
gem 'rack-rewrite'
gem 'puma'
gem 'therubyracer'
gem 'sendgrid-ruby', '< 3.0'
gem 'elasticsearch'
gem 'mimemagic', '~> 0.3.7'
6 changes: 1 addition & 5 deletions template_app/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ GEM
faraday (~> 0.9)
mimemagic
smtpapi (~> 0.1)
smtpapi (0.1.9)
therubyracer (0.12.3)
libv8 (~> 3.16.14.15)
ref
smtpapi (0.1.0)

PLATFORMS
ruby
Expand All @@ -48,7 +45,6 @@ DEPENDENCIES
rack
rack-rewrite
sendgrid-ruby (< 3.0)
therubyracer

RUBY VERSION
ruby 2.6.7p197
Expand Down

0 comments on commit 392ec2f

Please sign in to comment.