Skip to content

Commit

Permalink
lab2023#41 Middleman, bootstrap-sass were updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
tayfunoziserikan committed Dec 2, 2013
1 parent 5fef629 commit a61f895
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 36 deletions.
18 changes: 15 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
source 'https://rubygems.org'
# If you have OpenSSL installed, we recommend updating
# the following line to use "https"
source 'http://rubygems.org'

gem 'middleman', '~> 3.1.4'
gem 'middleman', '~>3.2.0'

# Live-reloading plugin
gem 'middleman-livereload', '~> 3.1.0'
gem 'bootstrap-sass', :git => 'git://github.com/thomas-mcdonald/bootstrap-sass.git', :branch => '3'

# For faster file watcher updates on Windows:
gem 'wdm', '~> 0.1.0', :platforms => [:mswin, :mingw]

# Compass
gem 'compass', '~> 0.12.2'

# Bootstrap sass
gem 'bootstrap-sass', '~> 3.0.2.1'
59 changes: 26 additions & 33 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
GIT
remote: git://github.com/thomas-mcdonald/bootstrap-sass.git
revision: 0e88056ac5d58fb0bbd23d3fe929eac01712d964
branch: 3
specs:
bootstrap-sass (3.0.0.0)
sass (~> 3.2)

GEM
remote: https://rubygems.org/
remote: http://rubygems.org/
specs:
activesupport (3.2.14)
activesupport (3.2.15)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
chunky_png (1.2.8)
bootstrap-sass (3.0.2.1)
sass (~> 3.2)
chunky_png (1.2.9)
coffee-script (2.2.0)
coffee-script-source
execjs
Expand All @@ -27,34 +21,33 @@ GEM
eventmachine (1.0.3)
execjs (1.4.0)
multi_json (~> 1.0)
ffi (1.9.0)
ffi (1.9.3)
fssm (0.2.10)
haml (4.0.3)
haml (4.0.4)
tilt
hike (1.2.3)
http_parser.rb (0.5.3)
i18n (0.6.4)
kramdown (1.1.0)
listen (1.2.2)
i18n (0.6.5)
kramdown (1.2.0)
listen (1.3.1)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
middleman (3.1.4)
middleman (3.2.0)
coffee-script (~> 2.2.0)
compass (>= 0.12.2)
execjs (~> 1.4.0)
haml (>= 3.1.6)
kramdown (~> 1.1.0)
middleman-core (= 3.1.4)
middleman-more (= 3.1.4)
kramdown (~> 1.2)
middleman-core (= 3.2.0)
middleman-sprockets (>= 3.1.2)
sass (>= 3.1.20)
uglifier (~> 2.1.0)
middleman-core (3.1.4)
middleman-core (3.2.0)
activesupport (~> 3.2.6)
bundler (~> 1.1)
i18n (~> 0.6.1)
listen (~> 1.2.2)
listen (~> 1.1)
rack (>= 1.4.5)
rack-test (~> 0.6.1)
thor (>= 0.15.2, < 2.0)
Expand All @@ -64,33 +57,31 @@ GEM
middleman-core (>= 3.0.2)
multi_json (~> 1.0)
rack-livereload
middleman-more (3.1.4)
middleman-sprockets (3.1.4)
middleman-core (>= 3.0.14)
middleman-more (>= 3.0.14)
middleman-sprockets (3.2.0)
middleman-core (~> 3.2)
sprockets (~> 2.1)
sprockets-helpers (~> 1.0.0)
sprockets-sass (~> 1.0.0)
multi_json (1.7.8)
multi_json (1.8.2)
rack (1.5.2)
rack-livereload (0.3.15)
rack
rack-test (0.6.2)
rack (>= 1.0)
rb-fsevent (0.9.3)
rb-inotify (0.9.0)
rb-inotify (0.9.2)
ffi (>= 0.5.0)
rb-kqueue (0.2.0)
ffi (>= 0.5.0)
sass (3.2.9)
sprockets (2.10.0)
sass (3.2.12)
sprockets (2.10.1)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets-helpers (1.0.1)
sprockets (~> 2.0)
sprockets-sass (1.0.1)
sprockets-sass (1.0.2)
sprockets (~> 2.0)
tilt (~> 1.1)
thor (0.18.1)
Expand All @@ -103,6 +94,8 @@ PLATFORMS
ruby

DEPENDENCIES
bootstrap-sass!
middleman (~> 3.1.4)
bootstrap-sass (~> 3.0.2.1)
compass (~> 0.12.2)
middleman (~> 3.2.0)
middleman-livereload (~> 3.1.0)
wdm (~> 0.1.0)

0 comments on commit a61f895

Please sign in to comment.