Skip to content

Commit

Permalink
Merge pull request #177 from basho-labs/relax-metadata
Browse files Browse the repository at this point in the history
Relaxing dependency constraints
  • Loading branch information
Seth Thomas committed Jun 20, 2015
2 parents e61f2e4 + 71ea04e commit ee92ebf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
recipe 'riak', 'Installs Riak from a package'
recipe 'riak::source', 'Installs Erlang and Riak from source'

depends 'apt', '~> 2.3'
depends 'build-essential', '~> 2.1.2'
depends 'erlang', '~> 1.5.2'
depends 'git', '~> 3.0'
depends 'java', '~> 1.28.0'
depends 'sysctl', '~> 0.3.5'
depends 'ulimit', '~> 0.3.2'
depends 'yum', '~> 3.4'
depends 'yum-epel', '~> 0.5.1'
depends 'apt', '>= 2.3'
depends 'build-essential'
depends 'erlang', '>= 1.5.2'
depends 'git'
depends 'java', '>= 1.28.0'
depends 'sysctl'
depends 'ulimit'
depends 'yum', '>= 3.4'
depends 'yum-epel'
depends 'packagecloud'
depends 'pkg_add'

Expand Down

0 comments on commit ee92ebf

Please sign in to comment.