Skip to content

Commit

Permalink
Update Ruby Version to 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
webdevbc committed Nov 24, 2018
1 parent 1c716d1 commit bb7db66
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
2.4.4
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.4.4'
ruby '2.5.3'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.2.0'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Expand Up @@ -55,7 +55,7 @@ GEM
brakeman (4.3.1)
builder (3.2.3)
byebug (10.0.2)
capybara (3.11.0)
capybara (3.11.1)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
Expand Down Expand Up @@ -190,7 +190,7 @@ GEM
turbolinks-source (5.2.0)
tzinfo (1.2.5)
thread_safe (~> 0.1)
uglifier (4.1.19)
uglifier (4.1.20)
execjs (>= 0.3.0, < 3)
web-console (3.7.0)
actionview (>= 5.0)
Expand Down Expand Up @@ -232,7 +232,7 @@ DEPENDENCIES
web-console (>= 3.3.0)

RUBY VERSION
ruby 2.4.4p296
ruby 2.5.3p105

BUNDLED WITH
1.16.6
1.17.1

0 comments on commit bb7db66

Please sign in to comment.