Skip to content

Commit

Permalink
Bump Bundler and Rubygems version.
Browse files Browse the repository at this point in the history
Rubygems: 2.2.1 -> 2.2.2 (2.2.1 is UI default)
Bundler:  1.5.1 -> 1.5.3
  • Loading branch information
jbraeuer committed Mar 14, 2014
1 parent 564b0bb commit 5c0657d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opsworks_bundler/attributes/bundler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See also: http://docs.aws.amazon.com/opsworks/latest/userguide/customizing.html
###

default[:opsworks_bundler][:version] = '1.5.1'
default[:opsworks_bundler][:version] = '1.5.3'
default[:opsworks_bundler][:executable] = '/usr/local/bin/bundle'

include_attribute "opsworks_bundler::customize"
2 changes: 1 addition & 1 deletion opsworks_rubygems/attributes/rubygems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

include_attribute 'opsworks_initial_setup::default'

default['opsworks_rubygems']['version'] = '2.1.7'
default['opsworks_rubygems']['version'] = '2.2.2'

# set LC_ALL and LANG to workaround US-ASCII errors with rubygems 2.0.3 on opsworks
case node['opsworks']['ruby_version']
Expand Down

0 comments on commit 5c0657d

Please sign in to comment.