Skip to content
This repository was archived by the owner on Jun 28, 2023. It is now read-only.

Commit d1a39fc

Browse files
committed
Bump Ruby and ruby-install (no Rails update, 4.2.7.1 not compatible with 2.4.0)
1 parent 791e6f3 commit d1a39fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

provision-files/versions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Change these whenever the curriculum is updated.
2-
RAILSBRIDGE_RUBY_VERSION='2.3.1'
2+
RAILSBRIDGE_RUBY_VERSION='2.3.3'
33
RAILSBRIDGE_RAILS_VERSION='4.2.7.1'
44

55
# We use ruby-install to build Ruby. Before building the VM image, check
66
# https://github.com/postmodern/ruby-install/commits/master to see if
77
# there is a tag with the Ruby version we want. If not, change this back
88
# to a revision.
9-
RAILSBRIDGE_RUBY_INSTALL_VERSION='0.6.0'
9+
RAILSBRIDGE_RUBY_INSTALL_VERSION='0.6.1'
1010
# After Ruby is installed we use chruby to enable it for the Vagrant user.
1111
# We can use a tag for this.
1212
RAILSBRIDGE_CHRUBY_VERSION='0.3.9'

0 commit comments

Comments
 (0)