Skip to content
This repository has been archived by the owner on Dec 6, 2018. It is now read-only.

Commit

Permalink
Add therubyracer; See: sstephenson/execjs#154
Browse files Browse the repository at this point in the history
  • Loading branch information
ruebot committed Jun 7, 2016
1 parent e35f8e3 commit a0ec93e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ group :development do
gem 'spring'
end


gem 'therubyracer'
gem 'blacklight', '>= 6.1'
gem 'jettywrapper', '>= 2.0'
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
gem 'rsolr', '~> 1.0'
gem 'devise'
gem 'devise-guests', '~> 0.3'
gem 'blacklight-marc', '~> 6.1'
gem 'blacklight-marc', '~> 6.1'
9 changes: 6 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ GEM
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
library_stdnums (1.4.1)
libv8 (3.16.14.15)
logger (1.2.8)
loofah (2.0.3)
nokogiri (>= 1.5.9)
Expand Down Expand Up @@ -161,6 +162,7 @@ GEM
rake (11.1.2)
rdoc (4.2.2)
json (~> 1.4)
ref (2.0.0)
responders (2.1.2)
railties (>= 4.2.0, < 5.1)
rsolr (1.1.1)
Expand All @@ -187,6 +189,9 @@ GEM
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.11)
therubyracer (0.12.2)
libv8 (~> 3.16.14.0)
ref
thor (0.19.1)
thread_safe (0.3.5)
tilt (2.0.4)
Expand Down Expand Up @@ -240,10 +245,8 @@ DEPENDENCIES
sdoc (~> 0.4.0)
spring
sqlite3
therubyracer
turbolinks
tzinfo-data
uglifier (>= 1.3.0)
web-console (~> 2.0)

BUNDLED WITH
1.11.2

1 comment on commit a0ec93e

@ruebot
Copy link
Member Author

@ruebot ruebot commented on a0ec93e Jun 10, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah. I couldn't do rake db:migrate or rails s without adding it to Gemfile.

Please sign in to comment.