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 #179 from intercity/add-ruby-215-binary
Browse files Browse the repository at this point in the history
Add ruby 2.1.5 ruby version
  • Loading branch information
jvanbaarsen committed Feb 25, 2015
2 parents 240e685 + ae4a889 commit be5c374
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This project makes use of the [Sementic Versioning](http://semver.org/)
## 2.4.0 - TBA

### Added
- Nothing
- Ruby 2.1.5 is now installed from binaries

### Deprecated
- Nothing
Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
},
"active_applications" => {
"intercity_sample_app" => {
ruby_version: "2.1.2",
ruby_version: "2.1.5",
domain_names: ["localhost"],
packages: ["nodejs"],
rails_env: "staging",
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"] = "http://binaries.intercityup.com/ruby/ubuntu"
default["rbenv"]["available_binaries"] = %w(1.9.3-p547 2.0.0-p481 2.1.1 2.1.2 2.1.3)
default["rbenv"]["available_binaries"] = %w(1.9.3-p547 2.0.0-p481 2.1.1 2.1.2 2.1.3 2.1.5)

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

0 comments on commit be5c374

Please sign in to comment.