Update Gemspec

Formatting is slightly more idiomatic now.
This commit is contained in:
Ryan McKern 2017-03-01 11:48:06 -08:00
parent c8525bd0f1
commit 573f0d83a9

16
Gemfile
View file

@ -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