Skip to content

Commit

Permalink
update proc and ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaykundu777 committed Jan 25, 2020
1 parent a963d11 commit 6dcb74e
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.5.5
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
source 'https://rubygems.org'
# gem 'github-pages', group: :jekyll_plugins
ruby '2.5.5'
gem 'bundler'
gem 'jekyll'
gem 'kramdown'
gem 'rack-jekyll'
gem 'rake'
gem 'puma'

group :jekyll_plugins do
gem 'github-pages'
Expand Down
12 changes: 12 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ GEM
http_parser.rb (~> 0.6.0)
ethon (0.12.0)
ffi (>= 1.3.0)
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
execjs (2.7.0)
faraday (1.0.0)
multipart-post (>= 1.2, < 3)
ffi (1.12.1)
ffi (1.12.1-x64-mingw32)
filesize (0.2.0)
forwardable-extended (2.6.0)
Expand Down Expand Up @@ -222,6 +224,9 @@ GEM
jekyll-seo-tag (~> 2.1)
minitest (5.14.0)
multipart-post (2.1.1)
nio4r (2.5.2)
nokogiri (1.10.7)
mini_portile2 (~> 2.4.0)
nokogiri (1.10.7-x64-mingw32)
mini_portile2 (~> 2.4.0)
octokit (4.15.0)
Expand All @@ -231,11 +236,14 @@ GEM
forwardable-extended (~> 2.6)
progressbar (1.10.1)
public_suffix (3.1.1)
puma (4.3.1)
nio4r (~> 2.0)
rack (1.6.12)
rack-jekyll (0.5.0)
jekyll (>= 1.3)
listen (>= 1.3)
rack (~> 1.5)
rake (13.0.1)
rb-fsevent (0.10.3)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -264,14 +272,18 @@ GEM
zeitwerk (2.2.2)

PLATFORMS
ruby
x64-mingw32

DEPENDENCIES
bundler
github-pages
jekyll
jekyll-algolia (~> 1.0)
kramdown
puma
rack-jekyll
rake

RUBY VERSION
ruby 2.5.5p157
Expand Down
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: jekyll serve -P $PORT
web: bundle exec puma -t 8:32 -w 3 -p $PORT
6 changes: 6 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[build]
command = "jekyll build"
publish = "_site"

[build.environment]
JEKYLL_ENV = "production"

0 comments on commit 6dcb74e

Please sign in to comment.