Skip to content

Commit

Permalink
fixes #5966 - pin execjs for Ruby 1.8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Cleal authored and dLobatog committed May 28, 2014
1 parent 78ccb98 commit bb0d37f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bundler.d/assets.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'uglifier', '>= 1.0.3'
gem 'execjs', '< 2.1.0'
gem "jquery-rails", "2.0.3"
gem 'jquery-ui-rails'
gem "therubyracer", '0.11.3', :require => 'v8'
Expand Down

0 comments on commit bb0d37f

Please sign in to comment.