Gemfile in macros4cuke-0.5.15 vs Gemfile in macros4cuke-0.5.16
- old
+ new
@@ -1,10 +1,9 @@
source 'https://rubygems.org'
-# Prevent Bundler to load the dependencies from our .gemspec file
-gem 'cucumber', ['>= 1.3.18']
+gem 'cucumber', '~> 3.0'
group :development do
gem 'rake', '>= 10.0.0'
- gem 'rspec', '>= 3.0.0'
- gem 'simplecov', '>= 0.7.0'
+ gem 'rspec', '~> 3.0'
+ gem 'simplecov', '>= 0.8.0'
end