Skip to content
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.

Commit

Permalink
Merge pull request #126 from intercity/jb-ruby-2-1-3-binary
Browse files Browse the repository at this point in the history
Added ruby 2.1.3 binary
  • Loading branch information
jvanbaarsen committed Oct 13, 2014
2 parents 9183f78 + df29c1e commit 6c0100c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This project makes use of the [Sementic Versioning](http://semver.org/)
### Added
- Backup support (Support for filesystem, mysql and postgresql, backup to S3)
- Backup compression using GZip
- Added ruby 2.1.3 to the ruby binary list

### Deprecated
- Nothing
Expand Down
2 changes: 1 addition & 1 deletion vendor/cookbooks/rails/attributes/default.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
default["rails"]["applications_root"] = "/u/apps"
default["rbenv"]["binaries_url"] = "https://intercityup.com/binaries/ruby/ubuntu"
default["rbenv"]["available_binaries"] = %w(1.9.3-p547 2.0.0-p481 2.1.1 2.1.2)
default["rbenv"]["available_binaries"] = %w(1.9.3-p547 2.0.0-p481 2.1.1 2.1.2 2.1.3)

case node["platform_family"]
when "debian"
Expand Down

0 comments on commit 6c0100c

Please sign in to comment.