Skip to content

Commit

Permalink
Updated Ruby to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danuluma committed Aug 16, 2018
1 parent ef84e6a commit 323e796
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-2.4.4
ruby-2.5.1
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: ruby 2.4.4
language: ruby 2.5.1
rvm:
- 2.4.4
- 2.5.1
notifications:
email:
- nyonmark@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

ruby '2.4.4'
ruby '2.5.1'

source 'https://rubygems.org'
gem 'dotenv-rails', groups: %i[development test production], require: 'dotenv/rails-now'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 2.4.4p296
ruby 2.5.1p57

BUNDLED WITH
1.16.3
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Instructions on setting up a local development environment can be found [here](d

In general, contributors will use the following languages, frameworks, and technologies:

* [Ruby 2.4.4](https://www.ruby-lang.org/en/downloads/)
* [Ruby 2.5.1](https://www.ruby-lang.org/en/downloads/)
* [Rails 4.2.10](http://rubyonrails.org/)
* [Elasticsearch](https://www.elastic.co/products/elasticsearch)
* [Postgres 9.4](https://www.postgresql.org/) or higher
Expand Down
2 changes: 1 addition & 1 deletion docs/SETUP_LOCALLY.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This guide will explain the process of setting up a local development environmen
## Prerequisites
Before beginning the installation and configuration of your environment, ensure that you have a copy of git, Ruby, and Rails on your computer. You can find installation instructions at the links below:
* [Git](https://git-scm.com/downloads)
* [Ruby v2.4.4](https://www.ruby-lang.org/en/downloads/)
* [Ruby v2.5.1](https://www.ruby-lang.org/en/downloads/)
* [Rails v4.2.10](http://rubyonrails.org/)

## Installation
Expand Down

0 comments on commit 323e796

Please sign in to comment.