Skip to content

Commit

Permalink
Merge pull request #21 from rightscale-cookbooks/curt-dev
Browse files Browse the repository at this point in the history
pinning gems for ruby and chef
  • Loading branch information
rshade authored Nov 29, 2016
2 parents 4475991 + 22a4bee commit bd85044
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ site :opscode

metadata

cookbook 'machine_tag', github: 'rightscale-cookbooks/machine_tag', branch: 'v1.2.1'
cookbook 'machine_tag', github: 'rightscale-cookbooks/machine_tag'

group :integration do
cookbook 'fake', path: './test/cookbooks/fake'
Expand Down
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ group :integration do
gem 'chefspec', '~> 3.4.0'
gem 'rspec-expectations'
gem 'travis-lint'
gem 'rack', '= 1.6.4'
gem 'json', '~> 1.8', '>= 1.8.3'
gem 'buff-ignore', '= 1.1.1'
gem 'net-http-persistent', '= 2.9.4'
end
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Github Repository: [https://github.com/rightscale-cookbooks/rightscale_tag](http

# Requirements

* Requires Chef 11 or higher
* Requires Chef 11
* Requires Ruby 1.9 or higher
* Requires [RightLink 10](http://docs.rightscale.com/rl10/) See cookbook version 1.0.6 for RightLink 6 support
* Platform
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Provides LWRPs and helper methods for building 3-tier applications using machine tags in RightScale'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.2.1'
version '1.2.2'

depends 'machine_tag', '~> 1.2.1'
depends 'marker', '~> 1.0.0'
Expand Down

0 comments on commit bd85044

Please sign in to comment.