mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-25 21:28:40 -05:00
Update Gemspec
Formatting is slightly more idiomatic now.
This commit is contained in:
parent
c8525bd0f1
commit
573f0d83a9
1 changed files with 8 additions and 8 deletions
16
Gemfile
16
Gemfile
|
|
@ -1,11 +1,11 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
gem 'commander'
|
||||
gem 'faraday', '0.9.2'
|
||||
gem 'colorize', '~> 0.8'
|
||||
|
||||
gem 'rspec'
|
||||
gem 'webmock', '1.21.0'
|
||||
gem 'rake'
|
||||
|
||||
gemspec
|
||||
|
||||
gem 'rake', require: false
|
||||
|
||||
group :test do
|
||||
gem 'rspec', '~> 3.5.0'
|
||||
gem 'rubocop', '~> 0.47'
|
||||
gem 'webmock', '1.21.0'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue