Update poise-javascript and poise-ruby cookbooks
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## v2.4.0
|
||||
|
||||
* Add support for the rh-ruby24 SCL package.
|
||||
|
||||
## v2.3.0
|
||||
|
||||
* Chef 13 support.
|
||||
|
||||
@@ -25,7 +25,8 @@ module PoiseRuby
|
||||
class Scl < Base
|
||||
include PoiseLanguages::Scl::Mixin
|
||||
provides(:scl)
|
||||
scl_package('2.3.0', 'rh-ruby23', 'rh-ruby23-ruby-devel', '>= 7.0')
|
||||
scl_package('2.4.0', 'rh-ruby24', 'rh-ruby24-ruby-devel')
|
||||
scl_package('2.3.1', 'rh-ruby23', 'rh-ruby23-ruby-devel')
|
||||
scl_package('2.2.2', 'rh-ruby22', 'rh-ruby22-ruby-devel')
|
||||
# On EL7, the system package is Ruby 2.0.0 and is newer than the SCL build.
|
||||
scl_package('2.0.0', 'ruby200', 'ruby200-ruby-devel', '~> 6.0')
|
||||
|
||||
@@ -16,5 +16,5 @@
|
||||
|
||||
|
||||
module PoiseRuby
|
||||
VERSION = '2.3.0'
|
||||
VERSION = '2.4.0'
|
||||
end
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user