Skip to content

Commit

Permalink
Update to ruby 2.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
remomueller committed Nov 17, 2019
1 parent ce9c7b5 commit 647c30a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.3
2.6.4
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: ruby
rvm:
- 2.6.3
- 2.7.0-preview1
- 2.6.4
- 2.7.0-preview2
- ruby-head
# gemfile: "gems.rb"
addons:
Expand All @@ -13,7 +13,7 @@ before_script:
- psql -c 'create database travis_test;' -U postgres
matrix:
allow_failures:
- rvm: 2.7.0-preview1
- rvm: 2.7.0-preview2
- rvm: ruby-head
deploy:
provider: elasticbeanstalk
Expand All @@ -26,4 +26,4 @@ deploy:
on:
repo: sleepepi/lofthf.study
branch: 12-0-stable
rvm: 2.6.3
rvm: 2.6.4
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- Admins can now associate a Staff ID with a user that will display in the
directory and in the menu bar
- **Gem Changes**
- Update to ruby 2.6.4
- Update to rails 6.0.1
- Update to devise 4.7.1
- Update to coffee-rails 5.0
Expand Down

0 comments on commit 647c30a

Please sign in to comment.