File tree Expand file tree Collapse file tree 3 files changed +41
-2
lines changed Expand file tree Collapse file tree 3 files changed +41
-2
lines changed Original file line number Diff line number Diff line change 1
- # See https://help.github.com/articles/ignoring-files for more about ignoring files.
1
+ # See https://help.github.com/articles/ignoring-files for more about
2
+ ignoring files.
2
3
#
3
4
# If you find yourself ignoring temporary files generated by your text editor
4
5
# or operating system, you probably want to add a global ignore instead:
11
12
/log /*
12
13
! /log /.keep
13
14
/tmp
14
- Gemfile.lock
Original file line number Diff line number Diff line change
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
34
+ 1.10.6
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+
3
+ sudo apt install postgresql-devel
4
+
5
+ bundle install
You can’t perform that action at this time.
0 commit comments