Gemfile in middlemac-2.0.0 vs Gemfile in middlemac-3.0.0
- old
+ new
@@ -1,10 +1,10 @@
# If you do not have OpenSSL installed, update
# the following line to use "http://" instead
source 'https://rubygems.org'
-# Specify your gem's dependencies in middleman-pagegroups.gemspec
+# Specify your gem's dependencies in middlemac.gemspec
gemspec
group :development do
gem 'rake'
gem 'rdoc'
@@ -14,5 +14,15 @@
group :test do
gem 'cucumber'
gem 'aruba'
gem 'rspec'
end
+
+
+# These are needed so that Cucumber will work with our fixture. As this
+# is not part of the gem, it's probably okay, but seems rather stupid.
+# It used to work without this, and Middleman would load its *own* gemfile
+# from the fixture. Not sure why that's not happening.
+gem 'middleman-targets'
+gem 'middleman-syntax'
+gem 'middleman-compass'
+