Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit 0b86d69

Browse files
committed
Merge pull request #30 from MITLibraries/ruby_230
Bumps to Ruby 2.3.0
2 parents fdd6158 + 8a5279e commit 0b86d69

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.3
1+
2.3.0

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
language: ruby
22
rvm:
3-
- 2.2.3
3+
- 2.3.0
44
sudo: false

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
2-
ruby '2.2.3'
2+
ruby '2.3.0'
33

44
gem 'rails', '4.2.5'
55
gem 'bootstrap_form'

0 commit comments

Comments
 (0)