Skip to content

Commit

Permalink
Merge branch 'yolo-ugent' of github.com:ZeusWPI/Gandalf into yolo-ugent
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNaessens committed Jan 8, 2017
2 parents 673c26d + d0ad813 commit 936c57d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.0'

# See https://github.com/sstephenson/execjs#readme for more supported runtimes
gem 'therubyracer', platforms: :ruby
install_if -> {RUBY_PLATFORM !~ /darwin/} do
gem 'therubyracer', platforms: :ruby
end

# Use jquery as the JavaScript library
gem 'jquery-rails'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ GEM
thor (>= 0.14, < 2.0)
json (1.8.3)
jwt (1.5.1)
libv8 (3.16.14.11)
libv8 (3.16.14.17)
loofah (2.0.3)
nokogiri (>= 1.5.9)
mail (2.6.3)
Expand Down Expand Up @@ -308,8 +308,8 @@ GEM
net-ssh (>= 2.8.0)
term-ansicolor (1.3.2)
tins (~> 1.0)
therubyracer (0.12.2)
libv8 (~> 3.16.14.0)
therubyracer (0.12.3)
libv8 (~> 3.16.14.15)
ref
thor (0.19.1)
thread_safe (0.3.5)
Expand Down Expand Up @@ -406,4 +406,4 @@ DEPENDENCIES
will_paginate-bootstrap

BUNDLED WITH
1.10.6
1.13.7

0 comments on commit 936c57d

Please sign in to comment.