Gemfile in macros4cuke-0.5.14 vs Gemfile in macros4cuke-0.5.15
- old
+ new
@@ -2,9 +2,9 @@
# Prevent Bundler to load the dependencies from our .gemspec file
gem 'cucumber', ['>= 1.3.18']
group :development do
- gem 'rake', '>= 0.9.2'
+ gem 'rake', '>= 10.0.0'
gem 'rspec', '>= 3.0.0'
- gem 'simplecov', '>= 0.6.2'
+ gem 'simplecov', '>= 0.7.0'
end