maccman / sprockets-commonjs

Adds CommonJS support to Sprockets
178 stars 66 forks source link

Require sprockets 2.4 #2

Closed josh closed 12 years ago

andrewdeandrade commented 12 years ago

I'm a bit confused here. This pull request was merged 2 months ago to require sprockets 2.4, but the current gem spec file in master still says that version 2.1.2 of sprockets is the only dependency. Was this only pulled into edge and this hasn't been merged with master yet? ref: https://github.com/maccman/sprockets-commonjs/blob/master/sprockets-commonjs.gemspec

maccman commented 12 years ago

master works with the current version of Rails. Unfortunately Rails requires a version of Sprockets that edge is not compatible with (i.e. doesn't have support for global postprocessors).

edge will work with future versions of Rails / Sinatra.