Skip to content

Commit

Permalink
Merge pull request #18 from keithpitty/ruby-2-6-1
Browse files Browse the repository at this point in the history
Upgrade Ruby to 2.6.1
  • Loading branch information
keithpitty authored Mar 5, 2019
2 parents 2482030 + 6206357 commit 083cf67
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-2.4.5
ruby-2.6.1
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: ruby
rvm:
- 2.4.5
- 2.6.1
addons:
postgresql: "9.6"
before_script:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'http://rubygems.org'

ruby "2.4.5"
ruby "2.6.1"

gem 'rails', '~> 5.2.2'
gem 'jquery-rails', '~> 4.3.3'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,7 @@ DEPENDENCIES
unicorn

RUBY VERSION
ruby 2.4.5p335
ruby 2.6.1p33

BUNDLED WITH
1.17.3

0 comments on commit 083cf67

Please sign in to comment.