summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile12
1 files changed, 7 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
index 7dd6858a31..6eee7fdc0e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,9 +4,11 @@ source "https://rubygems.org"
gemspec
-gem "automatiek", "~> 0.1.0"
+gem "automatiek", "~> 0.3.0"
+gem "parallel_tests", "~> 2.29"
gem "rake", "~> 12.0"
-gem "ronn", "~> 0.7.3"
-gem "rspec", "~> 3.6"
-gem "rubocop", "= 0.68.0"
-gem "rubocop-performance", "~> 1.1"
+gem "ronn", "~> 0.7.3", :platform => :mri
+gem "rspec", "~> 3.8"
+gem "rubocop", "= 0.76.0"
+gem "rubocop-performance", "= 1.5.1"
+gem "rspec_junit_formatter", :platforms => [:mingw, :mswin, :x64_mingw]