Skip to content

Commit 0c9d2b9

Browse files
committed
upgrading to ruby 2.5.3
1 parent 663a77b commit 0c9d2b9

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1+
*~
2+
.cache
3+
*.class
4+
crash.log
5+
.env
16
.idea/
7+
.jekyll-metadata
8+
*.pyc
9+
.sass-cache/
10+
_site/
11+
tmp/
12+
_tmp/
13+
venv/

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.3
1+
FROM ruby:2.5.3
22

33
# throw errors if Gemfile has been modified since Gemfile.lock
44
RUN bundle config --global frozen 1

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source "https://rubygems.org"
2-
ruby '2.3.7'
2+
ruby '2.5.3'
33
gem 'sinatra'
44
gem 'sinatra-contrib'
55
gem 'sinatra-jsonp'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ DEPENDENCIES
5353
thin
5454

5555
RUBY VERSION
56-
ruby 2.3.7p456
56+
ruby 2.5.3p105
5757

5858
BUNDLED WITH
59-
1.17.1
59+
1.16.2

0 commit comments

Comments
 (0)