Skip to content

Commit

Permalink
Resolved Ruby issue, user error needed to update homebrew so I could …
Browse files Browse the repository at this point in the history
…install ruby 2.5.3
  • Loading branch information
Diope committed Jan 22, 2019
1 parent 9fa572b commit ad5b07b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
2.5.0
2.5.3
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -31,4 +31,4 @@ group :development, :test do
gem 'pry-rails', '~> 0.3.4'
end

ruby "2.5.0"
ruby "2.5.3"
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -241,7 +241,7 @@ DEPENDENCIES
will_paginate (~> 3.0.7)

RUBY VERSION
ruby 2.5.0p0
ruby 2.5.3p105

BUNDLED WITH
1.15.0

0 comments on commit ad5b07b

Please sign in to comment.