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 9c79369 commit 651b35eCopy full SHA for 651b35e
Gemfile.lock
@@ -1,19 +1,33 @@
1
GEM
2
remote: https://rubygems.org/
3
specs:
4
+ basiccache (1.0.0)
5
+ curb (0.8.8)
6
+ githubchart (1.0.1)
7
+ githubstats (~> 1.1.0)
8
+ svgplot (~> 0.2.0)
9
+ githubstats (1.1.0)
10
+ basiccache (~> 1.0.0)
11
+ curb (~> 0.8.6)
12
+ nokogiri (~> 1.6.5)
13
+ mini_portile (0.6.2)
14
+ nokogiri (1.6.6.2)
15
+ mini_portile (~> 0.6.0)
16
rack (1.6.4)
17
rack-protection (1.5.3)
18
rack
19
sinatra (1.4.6)
20
rack (~> 1.4)
21
rack-protection (~> 1.4)
22
tilt (>= 1.3, < 3)
23
+ svgplot (0.2.0)
24
tilt (2.0.1)
25
26
PLATFORMS
27
ruby
28
29
DEPENDENCIES
30
+ githubchart
31
sinatra
32
33
BUNDLED WITH
0 commit comments