Skip to content
This repository was archived by the owner on Dec 24, 2020. It is now read-only.

Commit bc2745f

Browse files
authored
Merge pull request #188 from connorshea/update-repo
Update Bundler version, update Ruby version.
2 parents bc8ce81 + c8e0900 commit bc2745f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.1
1+
2.5.3

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby '2.5.1'
4+
ruby '2.5.3'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
77
gem 'rails', '~> 5.2.1'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ DEPENDENCIES
270270
web-console (>= 3.3.0)
271271

272272
RUBY VERSION
273-
ruby 2.5.1p57
273+
ruby 2.5.3p105
274274

275275
BUNDLED WITH
276-
1.16.1
276+
1.17.1

0 commit comments

Comments
 (0)