update versions

This commit is contained in:
Petr Korolev
2015-07-16 17:18:03 +03:00
parent e6d80b0cf0
commit b9593f7c70
2 changed files with 15 additions and 8 deletions

10
Gemfile
View File

@@ -3,9 +3,9 @@ source "https://rubygems.org"
gemspec
group :test do
gem "rspec"
gem "rubocop"
gem "coveralls", require: false
gem "simplecov", require: false
gem "codeclimate-test-reporter"
gem "rspec", "~>3.2"
gem "rubocop", "~>0.31"
gem "coveralls", "~>0.8", require: false
gem "simplecov", "~>0.10", require: false
gem "codeclimate-test-reporter", "~>0.4"
end