Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Bump dependencies in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Jan 24, 2015
1 parent 1c99ba7 commit e62fa32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Expand Up @@ -3,19 +3,19 @@ source 'https://rubygems.org'
gem 'rake'

group :test, :integration do
gem 'berkshelf', '~> 2.0.14'
gem 'berkshelf', '~> 3.0'
end

group :test do
gem 'chefspec', '~> 4.0'
gem 'foodcritic', '~> 3.0.3'
gem 'foodcritic', '~> 4.0'
gem 'rubocop', '~> 0.23'
end

group :integration do
gem 'busser-serverspec', '~> 0.2.6'
gem 'kitchen-vagrant', '~> 0.14'
gem 'test-kitchen', '~> 1.1'
gem 'kitchen-vagrant', '~> 0.15'
gem 'test-kitchen', '~> 1.3'
end

# group :development do
Expand Down

0 comments on commit e62fa32

Please sign in to comment.