Skip to content
This repository has been archived by the owner on Mar 27, 2018. It is now read-only.

Commit

Permalink
Update bundle to fix a bug in middleman-sprockets that made assets no…
Browse files Browse the repository at this point in the history
…t properly reloading: middleman/middleman-autoprefixer#9
  • Loading branch information
michaelbaudino committed Nov 1, 2014
1 parent 5ee4d87 commit 7d0957e
Showing 1 changed file with 34 additions and 33 deletions.
67 changes: 34 additions & 33 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (4.1.5)
activesupport (4.1.7)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.1)
tzinfo (~> 1.1)
autoprefixer-rails (2.2.0.20140804)
autoprefixer-rails (3.1.2.20141016)
execjs
bootstrap-sass (3.2.0.1)
bootstrap-sass (3.3.0.1)
sass (~> 3.2)
celluloid (0.15.2)
timers (~> 1.1.0)
chunky_png (1.3.1)
celluloid (0.16.0)
timers (~> 4.0.0)
chunky_png (1.3.3)
coffee-script (2.3.0)
coffee-script-source
execjs
coffee-script-source (1.7.1)
coffee-script-source (1.8.0)
compass (1.0.1)
chunky_png (~> 1.2)
compass-core (~> 1.0.1)
Expand All @@ -36,39 +36,40 @@ GEM
http_parser.rb (~> 0.6.0)
erubis (2.7.0)
eventmachine (1.0.3)
execjs (2.2.1)
execjs (2.2.2)
favicon_maker (1.3)
docile (~> 1.1)
ffi (1.9.3)
ffi (1.9.6)
haml (4.0.5)
tilt
hike (1.2.3)
hitimes (1.2.2)
hooks (0.4.0)
uber (~> 0.0.4)
htmlcompressor (0.1.1)
htmlcompressor (0.1.2)
http_parser.rb (0.6.0)
i18n (0.6.11)
json (1.8.1)
kramdown (1.4.1)
listen (2.7.9)
kramdown (1.5.0)
listen (2.7.11)
celluloid (>= 0.15.2)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
middleman (3.3.5)
middleman (3.3.6)
coffee-script (~> 2.2)
compass (>= 0.12.4)
compass (>= 1.0.0, < 2.0.0)
compass-import-once (= 1.0.5)
execjs (~> 2.0)
haml (>= 4.0.5)
kramdown (~> 1.2)
middleman-core (= 3.3.5)
middleman-core (= 3.3.6)
middleman-sprockets (>= 3.1.2)
sass (>= 3.2.17, < 4.0)
sass (>= 3.4.0, < 4.0)
uglifier (~> 2.5)
middleman-autoprefixer (2.1.2)
autoprefixer-rails (~> 2.2.0)
middleman-autoprefixer (2.2.2)
autoprefixer-rails (~> 3.1.0)
middleman-core (>= 3.3.3)
middleman-core (3.3.5)
middleman-core (3.3.6)
activesupport (~> 4.1.0)
bundler (~> 1.1)
erubis
Expand All @@ -90,31 +91,30 @@ GEM
middleman-google-analytics (1.0.2)
middleman-core (~> 3.2)
uglifier (>= 2.1, < 3.0)
middleman-livereload (3.1.1)
em-websocket (>= 0.2.0)
middleman-core (>= 3.0.2)
multi_json (~> 1.0)
rack-livereload
middleman-livereload (3.3.4)
em-websocket (~> 0.5.1)
middleman-core (~> 3.2)
rack-livereload (~> 0.3.15)
middleman-minify-html (3.4.0)
htmlcompressor (~> 0.1.0)
middleman-core (>= 3.2)
middleman-sitemap (0.0.13)
middleman-core (>= 3.2.2)
middleman-sprockets (3.3.7)
middleman-sprockets (3.3.10)
middleman-core (~> 3.3)
sprockets (~> 2.12.1)
sprockets-helpers (~> 1.1.0)
sprockets-sass (~> 1.2.0)
minitest (5.4.0)
minitest (5.4.2)
multi_json (1.10.1)
net-sftp (2.1.2)
net-ssh (>= 2.6.5)
net-ssh (2.9.1)
padrino-helpers (0.12.3)
padrino-helpers (0.12.4)
i18n (~> 0.6, >= 0.6.7)
padrino-support (= 0.12.3)
padrino-support (= 0.12.4)
tilt (~> 1.4.1)
padrino-support (0.12.3)
padrino-support (0.12.4)
activesupport (>= 3.1)
ptools (1.2.6)
rack (1.5.2)
Expand All @@ -125,9 +125,9 @@ GEM
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
sass (3.4.0)
sass (3.4.7)
slugify (1.0.5)
sprockets (2.12.1)
sprockets (2.12.3)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
Expand All @@ -140,10 +140,11 @@ GEM
thor (0.19.1)
thread_safe (0.3.4)
tilt (1.4.1)
timers (1.1.0)
timers (4.0.1)
hitimes
tzinfo (1.2.2)
thread_safe (~> 0.1)
uber (0.0.8)
uber (0.0.10)
uglifier (2.5.3)
execjs (>= 0.3.0)
json (>= 1.8.0)
Expand Down

2 comments on commit 7d0957e

@pbechu
Copy link
Contributor

@pbechu pbechu commented on 7d0957e Nov 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bien joué! j'avais le moral dans les sprockets avec ce bug

@michaelbaudino
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉🎉🎉

Please sign in to comment.