Skip to content

Commit

Permalink
Merge pull request #213 from jjasghar/gemfile-lock
Browse files Browse the repository at this point in the history
inital enforcement of Gemfile.lock
  • Loading branch information
JJ Asghar committed Feb 4, 2015
2 parents bfab274 + f27995b commit 495926a
Show file tree
Hide file tree
Showing 3 changed files with 420 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.vagrant
Berksfile.lock
Gemfile.lock
*~
*#
.#*
Expand All @@ -12,4 +11,4 @@ Gemfile.lock
.kitchen
bin
.kitchen.local.yml
.coverage
.coverage
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
source 'https://rubygems.org'

gem 'chef', '~> 12.0'
gem 'chefspec', '~> 4.0'
gem 'chef'
gem 'chefspec'

group :lint do
gem 'foodcritic', '~> 4.0'
gem 'foodcritic'
gem 'rubocop'
gem 'rainbow', '< 2.0'
gem 'rainbow'
end

group :unit do
Expand Down Expand Up @@ -35,7 +35,7 @@ group :development do
gem 'ruby_gntp'
gem 'growl'
gem 'rb-fsevent'
gem 'guard', '~> 2.4'
gem 'guard'
gem 'guard-kitchen'
gem 'guard-foodcritic'
gem 'guard-rspec'
Expand Down
Loading

0 comments on commit 495926a

Please sign in to comment.