Skip to content

Commit

Permalink
Revert "looks like we don't need sprockets now?"
Browse files Browse the repository at this point in the history
This reverts commit 5901456.
  • Loading branch information
justinfrench committed Mar 17, 2012
1 parent e357a03 commit 72b79fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ end
if ENV["RAILS_EDGE"] == "true"
appraise 'rails-4' do
gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'sprockets-rails', :git => 'https://github.com/rails/sprockets-rails.git'
end
end
1 change: 1 addition & 0 deletions gemfiles/rails-4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
source :rubygems

gem "rails", :git=>"git://github.com/rails/rails.git"
gem "sprockets-rails", :git=>"https://github.com/rails/sprockets-rails.git"

gemspec :path=>"../"

0 comments on commit 72b79fd

Please sign in to comment.