Updated Gemfile

This commit is contained in:
Oliver Davies 2015-03-29 23:12:58 +01:00
parent e369316895
commit 49e5444b61
2 changed files with 20 additions and 29 deletions

View file

@ -2,12 +2,9 @@ source 'https://rubygems.org'
group :development do group :development do
gem "sass", "3.3.9" gem "sass"
gem "sass-globbing", "1.1.1" gem "sass-globbing"
gem "bootstrap-sass" gem "bootstrap-sass"
gem "compass", "1.0.0.alpha.20" gem "compass"
gem "susy", "2.1.2"
gem "breakpoint", "2.4.2"
gem "oily_png"
end end

View file

@ -1,47 +1,41 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
bootstrap-sass (3.2.0.0) autoprefixer-rails (5.1.8)
sass (~> 3.2) execjs
breakpoint (2.4.2) json
sass (~> 3.3.0) bootstrap-sass (3.3.4.1)
sassy-maps (< 1.0.0) autoprefixer-rails (>= 5.0.0.1)
sass (>= 3.2.19)
chunky_png (1.3.4) chunky_png (1.3.4)
compass (1.0.0.alpha.20) compass (1.0.3)
chunky_png (~> 1.2) chunky_png (~> 1.2)
compass-core (~> 1.0.0.alpha.20) compass-core (~> 1.0.2)
compass-import-once (~> 1.0.4) compass-import-once (~> 1.0.5)
rb-fsevent (>= 0.9.3) rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9) rb-inotify (>= 0.9)
sass (>= 3.3.0, < 3.5) sass (>= 3.3.13, < 3.5)
compass-core (1.0.3) compass-core (1.0.3)
multi_json (~> 1.0) multi_json (~> 1.0)
sass (>= 3.3.0, < 3.5) sass (>= 3.3.0, < 3.5)
compass-import-once (1.0.5) compass-import-once (1.0.5)
sass (>= 3.2, < 3.5) sass (>= 3.2, < 3.5)
execjs (2.4.0)
ffi (1.9.8) ffi (1.9.8)
json (1.8.2)
multi_json (1.11.0) multi_json (1.11.0)
oily_png (1.1.2)
chunky_png (~> 1.3.1)
rb-fsevent (0.9.4) rb-fsevent (0.9.4)
rb-inotify (0.9.5) rb-inotify (0.9.5)
ffi (>= 0.5.0) ffi (>= 0.5.0)
sass (3.3.9) sass (3.4.13)
sass-globbing (1.1.1) sass-globbing (1.1.1)
sass (>= 3.1) sass (>= 3.1)
sassy-maps (0.4.0)
sass (~> 3.3)
susy (2.1.2)
sass (~> 3.3.0)
PLATFORMS PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
bootstrap-sass bootstrap-sass
breakpoint (= 2.4.2) compass
compass (= 1.0.0.alpha.20) sass
oily_png sass-globbing
sass (= 3.3.9)
sass-globbing (= 1.1.1)
susy (= 2.1.2)