Skip to content

Commit

Permalink
Updated ruby to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amatriain committed Feb 16, 2018
1 parent 60420a4 commit 9634455
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-2.4.3
ruby-2.5.0
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

ruby '2.4.3'
ruby '2.5.0'

gem 'rails', '~> 5.1.4'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ DEPENDENCIES
yard

RUBY VERSION
ruby 2.4.3p205
ruby 2.5.0p0

BUNDLED WITH
1.16.0
1.16.1
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#############################################################

set :rvm_type, :user
set :rvm_ruby_version, 'ruby-2.4.3'
set :rvm_ruby_version, 'ruby-2.5.0'
set :rvm_user_path, '~/.rvm'

#############################################################
Expand Down

0 comments on commit 9634455

Please sign in to comment.