mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Added conditional for the xmlrpc gem
This commit is contained in:
parent
d4cb4e1347
commit
f5f91dc55d
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -14,7 +14,7 @@ group :production do
|
|||
gem 'puppet', puppetversion
|
||||
gem 'r10k', '~> 2.5'
|
||||
gem 'rugged', '~> 0.24'
|
||||
gem 'xmlrpc', '~> 0.3.0'
|
||||
gem 'xmlrpc', '~> 0.3.0' if RUBY_VERSION >= '2.4'
|
||||
end
|
||||
|
||||
group :development, :unit_tests do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue