Skip to content

Commit

Permalink
Change of gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevelaskaridis committed Oct 24, 2015
1 parent 4252afc commit b704652
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion access/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ gem 'uglifier', '>= 1.3.0'
# Use CoffeeScript for .coffee assets and views
gem 'coffee-rails', '~> 4.1.0'
# See https://github.com/rails/execjs#readme for more supported runtimes
#gem 'therubyracer', platforms: :ruby
gem 'libv8', '3.16.14.7'
gem 'therubyracer', '0.12.2', platforms: :ruby

# Use jquery as the JavaScript library
gem 'jquery-rails'
Expand Down
7 changes: 7 additions & 0 deletions access/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ GEM
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (1.8.3)
libv8 (3.16.14.7)
loofah (2.0.3)
nokogiri (>= 1.5.9)
mail (2.6.3)
Expand Down Expand Up @@ -121,6 +122,7 @@ GEM
thor (>= 0.18.1, < 2.0)
rake (10.4.2)
rdoc (4.2.0)
ref (2.0.0)
request_store (1.2.0)
sass (3.4.19)
sass-rails (5.0.4)
Expand All @@ -140,6 +142,9 @@ GEM
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.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.1)
Expand All @@ -166,6 +171,7 @@ DEPENDENCIES
globalize-versioning!
jbuilder (~> 2.0)
jquery-rails
libv8 (= 3.16.14.7)
paper_trail (~> 4.0.0)
pg
phonelib
Expand All @@ -174,6 +180,7 @@ DEPENDENCIES
sdoc (~> 0.4.0)
spring
sqlite3
therubyracer (= 0.12.2)
turbolinks
uglifier (>= 1.3.0)
web-console (~> 2.0)
Expand Down

0 comments on commit b704652

Please sign in to comment.