mirror of
https://github.com/github/rails.git
synced 2026-01-09 14:48:08 -05:00
Merge remote-tracking branch 'upstream/3-2-stable' into 3-2-github
This commit is contained in:
5
Gemfile
5
Gemfile
@@ -21,8 +21,11 @@ end
|
||||
# it being automatically loaded by sprockets
|
||||
gem 'uglifier', '>= 1.0.3', :require => false
|
||||
|
||||
# execjs >= 2.1.0 doesn't work with Ruby 1.8
|
||||
gem 'execjs', '< 2.1.0'
|
||||
|
||||
gem 'rake', '>= 0.8.7'
|
||||
gem 'mocha', '>= 0.13.0', :require => false
|
||||
gem 'mocha', '~> 0.14', :require => false
|
||||
|
||||
group :doc do
|
||||
# The current sdoc cannot generate GitHub links due
|
||||
|
||||
Reference in New Issue
Block a user