Skip to content

Commit

Permalink
move concurrent-ruby gem to test group
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Dec 7, 2015
1 parent 168f778 commit ec5260a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec5260a

Please sign in to comment.