mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 13:28:42 -05:00
15 lines
232 B
Ruby
15 lines
232 B
Ruby
# frozen_string_literal: true
|
|
|
|
source 'https://rubygems.org'
|
|
|
|
gemspec
|
|
|
|
gem 'rake', :require => false
|
|
|
|
group :test do
|
|
gem 'pry'
|
|
gem 'rb-readline'
|
|
gem 'rspec', '~> 3.5.0'
|
|
gem 'rubocop', '~> 0.52'
|
|
gem 'webmock', '1.21.0'
|
|
end
|