Gemfile in rley-0.2.10 vs Gemfile in rley-0.2.11
- old
+ new
@@ -1,9 +1,9 @@
source 'https://rubygems.org'
# Prevent Bundler to load the dependencies from our .gemspec file
group :development do
- gem 'rake', '>= 0.8.0'
+ gem 'rake', '>= 10.0.0'
gem 'rspec', '>= 3.0.0'
- gem 'simplecov', '>= 0.7.0'
+ gem 'simplecov', '>= 0.8.0'
gem 'coveralls', '>= 0.7.0'
end