Skip to content

Commit

Permalink
Upgrade Ruby for performance reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
francois committed Nov 12, 2018
1 parent 02c1d1a commit 271baa4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
2.5.1
2.5.3
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '2.5.1'
ruby '2.5.3'

gem 'rails', '~> 5.2.1'
gem 'pg'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -280,7 +280,7 @@ DEPENDENCIES
web-console (>= 3.3.0)

RUBY VERSION
ruby 2.5.1p57
ruby 2.5.3p105

BUNDLED WITH
1.16.1
1.17.1

0 comments on commit 271baa4

Please sign in to comment.