Skip to content

Commit

Permalink
Temporary fix for issue with execjs 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mischa78 committed Aug 27, 2013
1 parent 9ecb854 commit 60b9a6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ gem 'sass-rails', '~> 4.0.0'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.0.0'
gem 'jquery-rails'
gem 'execjs', '1.4.0'

# App specific gems
gem 'dynamic_form'
Expand Down
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ GEM
coffee-script-source (1.6.3)
dynamic_form (1.1.4)
erubis (2.7.0)
execjs (2.0.0)
execjs (1.4.0)
multi_json (~> 1.0)
factory_girl (4.2.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.2.1)
Expand Down Expand Up @@ -120,6 +121,7 @@ DEPENDENCIES
acts_as_tree
coffee-rails (~> 4.0.0)
dynamic_form
execjs (= 1.4.0)
factory_girl_rails
jquery-fileupload-rails
jquery-rails
Expand Down

0 comments on commit 60b9a6b

Please sign in to comment.