Skip to content

Commit 01e89fc

Browse files
committed
use master sprockets
1 parent 5e77857 commit 01e89fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile-rails-dependencies

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ when /master/
1010
gem 'coffee-rails', :git => "git://github.com/rails/coffee-rails.git"
1111
gem 'rack', :git => 'git://github.com/rack/rack.git'
1212
gem 'i18n', :git => 'git://github.com/svenfuchs/i18n.git', :branch => 'master'
13+
gem 'sprockets', :git => 'git://github.com/rails/sprockets.git', :branch => 'master'
14+
gem 'sprockets-rails', :git => 'git://github.com/rails/sprockets-rails.git', :branch => 'master'
1315
when /stable$/
1416
gem "rails", :git => "git://github.com/rails/rails.git", :branch => version
1517
when nil, false, ""

0 commit comments

Comments
 (0)