vmfloaty/Gemfile
Ryan McKern 573f0d83a9 Update Gemspec
Formatting is slightly more idiomatic now.
2017-03-01 12:44:06 -08:00

11 lines
166 B
Ruby

source 'https://rubygems.org'
gemspec
gem 'rake', require: false
group :test do
gem 'rspec', '~> 3.5.0'
gem 'rubocop', '~> 0.47'
gem 'webmock', '1.21.0'
end