thumblemonks / smurf

Rails plugin to automatically minify JavaScript and CSS when their bundles get cached
http://gusg.us/code/ruby/smurf-rails-autominifying-js-css-plugin.html
MIT License
193 stars 12 forks source link

Rails =3.0.3 dependency #16

Closed tscolari closed 13 years ago

tscolari commented 13 years ago

This restriction is preventing bundler from updating to rails 3.0.4

peppyheppy commented 13 years ago

Hi tscolar,

Thanks for using smurf.

What version of smurf are you running. This runtime dependency was fixed in version 1.0.5. Please make sure that your Gemfile has the latest version configured.

Paul

rynr commented 13 years ago

This is the same Topic as Issue 15.

peppyheppy commented 13 years ago

Sorry for the confusion on this. It looks like the version was bumped but the change wasn't included. I just bumped the patch version after ensuring that all of the runtime dependencies were fixed. Please let me know if there is anything else. Thanks for your persistence on this.

Please update your Gemfile with version 1.0.6, thanks!

Paul

tscolari commented 13 years ago

thank you! :)