We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 663a77b commit 0c9d2b9Copy full SHA for 0c9d2b9
.gitignore
@@ -1 +1,13 @@
1
+*~
2
+.cache
3
+*.class
4
+crash.log
5
+.env
6
.idea/
7
+.jekyll-metadata
8
+*.pyc
9
+.sass-cache/
10
+_site/
11
+tmp/
12
+_tmp/
13
+venv/
Dockerfile
@@ -1,4 +1,4 @@
-FROM ruby:2.3
+FROM ruby:2.5.3
# throw errors if Gemfile has been modified since Gemfile.lock
RUN bundle config --global frozen 1
Gemfile
@@ -1,5 +1,5 @@
source "https://rubygems.org"
-ruby '2.3.7'
+ruby '2.5.3'
gem 'sinatra'
gem 'sinatra-contrib'
gem 'sinatra-jsonp'
Gemfile.lock
@@ -53,7 +53,7 @@ DEPENDENCIES
53
thin
54
55
RUBY VERSION
56
- ruby 2.3.7p456
+ ruby 2.5.3p105
57
58
BUNDLED WITH
59
- 1.17.1
+ 1.16.2
0 commit comments