lock Gemfile to middleman < 4.0

This commit is contained in:
Jörg Thalheim 2017-03-03 11:58:46 +01:00
parent 686a1edf49
commit ca9134bdf9
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA
2 changed files with 74 additions and 119 deletions

View File

@ -1,9 +1,8 @@
source "http://rubygems.org" source "http://rubygems.org"
gem "compass" gem "compass"
gem "middleman", "< 4.0" gem "middleman", "~>3"
gem "middleman-livereload" gem "middleman-livereload", "~>3"
gem "middleman-compass"
gem "rb-inotify", require: false gem "rb-inotify", require: false
gem "rb-fsevent", require: false gem "rb-fsevent", require: false
gem "oily_png" gem "oily_png"

View File

@ -1,17 +1,22 @@
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
activesupport (5.0.2) activesupport (4.2.8)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7) i18n (~> 0.7)
minitest (~> 5.1) minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1) tzinfo (~> 1.1)
addressable (2.5.0) capybara (2.4.4)
public_suffix (~> 2.0, >= 2.0.2) mime-types (>= 1.16)
backports (3.6.8) nokogiri (>= 1.3.3)
builder (3.2.3) rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
chunky_png (1.3.8) chunky_png (1.3.8)
commonjs (0.2.7) coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
compass (1.0.3) compass (1.0.3)
chunky_png (~> 1.2) chunky_png (~> 1.2)
compass-core (~> 1.0.2) compass-core (~> 1.0.2)
@ -24,105 +29,74 @@ GEM
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)
compass-slickmap (0.4.0)
compass (>= 0.10)
haml (>= 3.0)
concurrent-ruby (1.0.5)
contest (0.1.3)
contracts (0.13.0)
daemons (1.2.4)
diff-lcs (1.3)
dotenv (2.2.0)
em-websocket (0.5.1) em-websocket (0.5.1)
eventmachine (>= 0.12.9) eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0) http_parser.rb (~> 0.6.0)
erubis (2.7.0) erubis (2.7.0)
eventmachine (1.2.3) eventmachine (1.2.3)
execjs (2.7.0) execjs (2.7.0)
extlib (0.9.16)
fancy-buttons (1.2.0)
compass (>= 0.11)
fast_blank (1.0.0)
fastimage (2.1.0)
ffi (1.9.17) ffi (1.9.17)
haml (4.0.7) haml (4.0.7)
tilt tilt
hamster (3.0.0) hike (1.2.3)
concurrent-ruby (~> 1.0) hooks (0.4.1)
hashie (3.5.5) uber (~> 0.0.14)
highline (1.7.8)
http_parser.rb (0.6.0) http_parser.rb (0.6.0)
httpclient (2.8.3)
i18n (0.7.0) i18n (0.7.0)
json (2.0.3) json (2.0.3)
json_pure (2.0.3) kramdown (1.13.2)
less (2.6.0)
commonjs (~> 0.2.7)
listen (3.0.8) listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4) rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7) rb-inotify (~> 0.9, >= 0.9.7)
memoist (0.15.0) middleman (3.4.1)
middleman (0.14.1) coffee-script (~> 2.2)
builder
compass (>= 0.10)
compass-slickmap
fancy-buttons
haml (>= 3.0)
json_pure
less
rack
rack-test
shotgun (>= 0.8)
sinatra (>= 1.0)
sinatra-content-for
smusher
sprockets
templater
thin
yui-compressor
middleman-compass (4.0.1)
compass (>= 1.0.0, < 2.0.0) compass (>= 1.0.0, < 2.0.0)
middleman-core (>= 4.0.0) compass-import-once (= 1.0.5)
middleman-core (4.2.1)
activesupport (>= 4.2, < 5.1)
addressable (~> 2.3)
backports (~> 3.6)
bundler (~> 1.1)
contracts (~> 0.13.0)
dotenv
erubis
execjs (~> 2.0) execjs (~> 2.0)
fast_blank haml (>= 4.0.5)
fastimage (~> 2.0) kramdown (~> 1.2)
hamster (~> 3.0) middleman-core (= 3.4.1)
hashie (~> 3.4) middleman-sprockets (>= 3.1.2)
sass (>= 3.4.0, < 4.0)
uglifier (~> 2.5)
middleman-core (3.4.1)
activesupport (~> 4.1)
bundler (~> 1.1)
capybara (~> 2.4.4)
erubis
hooks (~> 0.3)
i18n (~> 0.7.0) i18n (~> 0.7.0)
listen (~> 3.0.0) listen (~> 3.0.3)
memoist (~> 0.14) padrino-helpers (~> 0.12.3)
padrino-helpers (~> 0.13.0) rack (>= 1.4.5, < 2.0)
parallel thor (>= 0.15.2, < 2.0)
rack (>= 1.4.5, < 3) tilt (~> 1.4.1, < 2.0)
sass (>= 3.4)
servolux
tilt (~> 2.0)
uglifier (~> 3.0)
middleman-livereload (3.4.6) middleman-livereload (3.4.6)
em-websocket (~> 0.5.1) em-websocket (~> 0.5.1)
middleman-core (>= 3.3) middleman-core (>= 3.3)
rack-livereload (~> 0.3.15) rack-livereload (~> 0.3.15)
middleman-sprockets (3.5.0)
middleman-core (>= 3.3)
sprockets (~> 2.12.1)
sprockets-helpers (~> 1.1.0)
sprockets-sass (~> 1.3.0)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_portile2 (2.1.0)
minitest (5.10.1) minitest (5.10.1)
multi_json (1.12.1) multi_json (1.12.1)
nokogiri (1.7.0.1)
mini_portile2 (~> 2.1.0)
oily_png (1.2.1) oily_png (1.2.1)
chunky_png (~> 1.3.7) chunky_png (~> 1.3.7)
padrino-helpers (0.13.3.3) padrino-helpers (0.12.8.1)
i18n (~> 0.6, >= 0.6.7) i18n (~> 0.6, >= 0.6.7)
padrino-support (= 0.13.3.3) padrino-support (= 0.12.8.1)
tilt (>= 1.4.1, < 3) tilt (~> 1.4.1)
padrino-support (0.13.3.3) padrino-support (0.12.8.1)
activesupport (>= 3.1) activesupport (>= 3.1)
parallel (1.10.0) rack (1.6.5)
public_suffix (2.0.5)
rack (2.0.1)
rack-livereload (0.3.16) rack-livereload (0.3.16)
rack rack
rack-test (0.6.3) rack-test (0.6.3)
@ -131,58 +105,40 @@ GEM
rb-fsevent (0.9.8) rb-fsevent (0.9.8)
rb-inotify (0.9.8) rb-inotify (0.9.8)
ffi (>= 0.5.0) ffi (>= 0.5.0)
redgreen (1.2.2)
rubyforge (2.0.4)
json_pure (>= 1.1.7)
sass (3.4.23) sass (3.4.23)
servolux (0.12.0)
shotgun (0.9.2)
rack (>= 1.0)
sinatra (1.0)
rack (>= 1.0)
sinatra-content-for (0.1)
contest
redgreen
sinatra
sr-mg
slim (3.0.7) slim (3.0.7)
temple (~> 0.7.6) temple (~> 0.7.6)
tilt (>= 1.3.3, < 2.1) tilt (>= 1.3.3, < 2.1)
smusher (0.4.9) sprockets (2.12.4)
httpclient (>= 2.2) hike (~> 1.2)
json multi_json (~> 1.0)
rake rack (~> 1.0)
sprockets (3.7.1) tilt (~> 1.1, != 1.3.0)
concurrent-ruby (~> 1.0) sprockets-helpers (1.1.0)
rack (> 1, < 3) sprockets (~> 2.0)
sr-mg (0.0.5) sprockets-sass (1.3.1)
rake sprockets (~> 2.0)
rubyforge tilt (~> 1.1)
templater (1.0.0)
diff-lcs (>= 1.1.2)
extlib (>= 0.9.5)
highline (>= 1.4.0)
temple (0.7.7) temple (0.7.7)
thin (1.7.0) thor (0.19.4)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thread_safe (0.3.6) thread_safe (0.3.6)
tilt (2.0.6) tilt (1.4.1)
tzinfo (1.2.2) tzinfo (1.2.2)
thread_safe (~> 0.1) thread_safe (~> 0.1)
uglifier (3.1.3) uber (0.0.15)
execjs (>= 0.3.0, < 3) uglifier (2.7.2)
yui-compressor (0.12.0) execjs (>= 0.3.0)
json (>= 1.8.0)
xpath (2.0.0)
nokogiri (~> 1.3)
PLATFORMS PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
compass compass
middleman (< 4.0) middleman (~> 3)
middleman-compass middleman-livereload (~> 3)
middleman-livereload
oily_png oily_png
rake rake
rb-fsevent rb-fsevent