Skip to content

Commit 3f35561

Browse files
committed
Lot of time reinstalling stuff for new laptop, but it should work now
1 parent 6c10536 commit 3f35561

File tree

4 files changed

+20
-14
lines changed

4 files changed

+20
-14
lines changed

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.1.2

Gemfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
source 'http://rubygems.org'
2-
ruby "2.6.6"
3-
gem 'sinatra'
4-
gem 'githubchart', '>= 3.4.0'
2+
ruby ">= 2.6.6"
3+
gem 'sinatra', '~> 1.4.6'
4+
gem 'githubchart', '>= 4.0.0'
5+
gem 'webrick'

Gemfile.lock

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ GEM
22
remote: http://rubygems.org/
33
specs:
44
basiccache (1.0.0)
5-
githubchart (3.4.0)
6-
githubstats (~> 3.3.0)
5+
githubchart (4.0.0)
6+
githubstats (~> 4.0.1)
77
matrix (~> 0.4.2)
88
svgplot (~> 1.0.0)
9-
githubstats (3.3.0)
9+
githubstats (4.0.1)
1010
basiccache (~> 1.0.0)
11-
nokogiri (~> 1.13.10)
11+
nokogiri (~> 1.15.3)
1212
matrix (0.4.2)
13-
mini_portile2 (2.8.1)
14-
nokogiri (1.13.10)
15-
mini_portile2 (~> 2.8.0)
13+
mini_portile2 (2.8.4)
14+
nokogiri (1.15.3)
15+
mini_portile2 (~> 2.8.2)
1616
racc (~> 1.4)
17-
racc (1.6.2)
17+
racc (1.7.1)
1818
rack (1.6.4)
1919
rack-protection (1.5.3)
2020
rack
@@ -24,13 +24,15 @@ GEM
2424
tilt (>= 1.3, < 3)
2525
svgplot (1.0.0)
2626
tilt (2.0.1)
27+
webrick (1.8.1)
2728

2829
PLATFORMS
2930
ruby
3031

3132
DEPENDENCIES
32-
githubchart (>= 3.4.0)
33-
sinatra
33+
githubchart (>= 4.0.0)
34+
sinatra (~> 1.4.6)
35+
webrick
3436

3537
RUBY VERSION
3638
ruby 2.6.6p146

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ We also support custom color schemes! You can provide any base color and we will
2929

3030
If you see anything that can be improved send in an issue/PR.
3131

32-
To get the code up and running, make sure ruby, etc. is properly installed, then run `bundle install`, then run `ruby app.rb` and visit `localhost:4567` in your browser.
32+
To get the code up and running, make sure ruby, etc. is properly installed, then run `bundle install`, then run `ruby app.rb` and visit `localhost:4567` in your browser.
33+
34+
To deploy, make sure heroku cli is installed, login, add the heroku remote, and run `git push heroku master`.
3335

3436
# See also
3537
The [github repo](https://github.com/2016rshah/githubchart-api)

0 commit comments

Comments
 (0)