From ec5260adaa0b2b7fae62e31e5b6e4ac2d5f73eb1 Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Mon, 7 Dec 2015 13:52:58 +0100 Subject: [PATCH] move concurrent-ruby gem to test group --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 15b4eaeb..b468b906 100644 --- a/Gemfile +++ b/Gemfile @@ -8,13 +8,13 @@ group :test do gem 'rake', '~> 10' gem 'rubocop', '~> 0.33.0' gem 'simplecov', '~> 0.10' + gem 'concurrent-ruby', '~> 0.9' end group :integration do gem 'berkshelf', '~> 4.0' gem 'test-kitchen', '~> 1.4' gem 'kitchen-vagrant' - gem 'concurrent-ruby', '~> 0.9' end group :tools do