Skip to content

Commit 1d80c2f

Browse files
committed
Updated dependencies to fix how we scrape github's new HTML
1 parent c9b0679 commit 1d80c2f

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source 'http://rubygems.org'
22
ruby "2.6.6"
33
gem 'sinatra'
4-
gem 'githubchart', '>= 3.3.1'
4+
gem 'githubchart', '>= 3.4.0'

Gemfile.lock

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,19 @@ GEM
22
remote: http://rubygems.org/
33
specs:
44
basiccache (1.0.0)
5-
githubchart (3.3.1)
6-
githubstats (~> 3.2.0)
5+
githubchart (3.4.0)
6+
githubstats (~> 3.3.0)
7+
matrix (~> 0.4.2)
78
svgplot (~> 1.0.0)
8-
githubstats (3.2.0)
9+
githubstats (3.3.0)
910
basiccache (~> 1.0.0)
10-
nokogiri (~> 1.10.8)
11-
mini_portile2 (2.4.0)
12-
nokogiri (1.10.10)
13-
mini_portile2 (~> 2.4.0)
11+
nokogiri (~> 1.13.10)
12+
matrix (0.4.2)
13+
mini_portile2 (2.8.1)
14+
nokogiri (1.13.10)
15+
mini_portile2 (~> 2.8.0)
16+
racc (~> 1.4)
17+
racc (1.6.2)
1418
rack (1.6.4)
1519
rack-protection (1.5.3)
1620
rack
@@ -25,7 +29,7 @@ PLATFORMS
2529
ruby
2630

2731
DEPENDENCIES
28-
githubchart (>= 3.3.1)
32+
githubchart (>= 3.4.0)
2933
sinatra
3034

3135
RUBY VERSION

0 commit comments

Comments
 (0)