14 lines
317 B
Ruby

source 'https://rubygems.org'
#gem 'berkshelf', '~> 2.0'
gem 'chefspec', '~> 3.0'
gem 'foodcritic', '~> 3.0'
gem 'rubocop'
gem 'guard-rspec'
gem 'guard-bundler'
gem 'jazz_hands'
# Prevent "Error: can't modify string; temporarily locked"
# http://stackoverflow.com/a/19505033/179332
gem "rb-readline", "~> 0.5.0"