add Travis CI support
Move some gems to development group to speed up bundler installation.
This commit is contained in:
parent
fc32b88216
commit
30d7defd33
24
Gemfile
24
Gemfile
@ -1,13 +1,19 @@
|
||||
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"
|
||||
group :test, :development do
|
||||
gem 'chefspec', '~> 3.0'
|
||||
end
|
||||
|
||||
group :development do
|
||||
gem 'foodcritic', '~> 3.0'
|
||||
gem 'rubocop'
|
||||
gem 'jazz_hands'
|
||||
gem 'guard-rspec'
|
||||
gem 'guard-bundler'
|
||||
# Prevent "Error: can't modify string; temporarily locked"
|
||||
# http://stackoverflow.com/a/19505033/179332
|
||||
gem "rb-readline", "~> 0.5.0"
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user