Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Side by Side Diff: Gemfile.lock

Issue 162403002: Remove docs and point to ones on dartlang.org. (Closed) Base URL: https://github.com/dart-lang/pub-dartlang.git@master
Patch Set: Fit in 80 columns. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Gemfile ('k') | Procfile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 GEM 1 GEM
2 remote: https://rubygems.org/ 2 remote: https://rubygems.org/
3 specs: 3 specs:
4 chunky_png (1.2.9) 4 chunky_png (1.2.9)
5 classifier (1.3.3)
6 fast-stemmer (>= 1.0.0)
7 colorator (0.1)
8 commander (4.1.5)
9 highline (~> 1.6.11)
10 compass (0.12.2) 5 compass (0.12.2)
11 chunky_png (~> 1.2) 6 chunky_png (~> 1.2)
12 fssm (>= 0.2.7) 7 fssm (>= 0.2.7)
13 sass (~> 3.1) 8 sass (~> 3.1)
14 compass_twitter_bootstrap (2.0.3) 9 compass_twitter_bootstrap (2.0.3)
15 compass 10 compass
16 dotenv (0.9.0) 11 dotenv (0.9.0)
17 fast-stemmer (1.0.2)
18 ffi (1.9.3)
19 foreman (0.63.0) 12 foreman (0.63.0)
20 dotenv (>= 0.7) 13 dotenv (>= 0.7)
21 thor (>= 0.13.6) 14 thor (>= 0.13.6)
22 fssm (0.2.10) 15 fssm (0.2.10)
23 highline (1.6.20)
24 jekyll (1.3.0)
25 classifier (~> 1.3)
26 colorator (~> 0.1)
27 commander (~> 4.1.3)
28 liquid (~> 2.5.2)
29 listen (~> 1.3)
30 maruku (~> 0.6.0)
31 pygments.rb (~> 0.5.0)
32 redcarpet (~> 2.3.0)
33 safe_yaml (~> 0.9.7)
34 kramdown (1.2.0)
35 liquid (2.5.4)
36 listen (1.3.1)
37 rb-fsevent (>= 0.9.3)
38 rb-inotify (>= 0.9)
39 rb-kqueue (>= 0.2)
40 maruku (0.6.1)
41 syntax (>= 1.0.0)
42 posix-spawn (0.3.6)
43 pygments.rb (0.5.4)
44 posix-spawn (~> 0.3.6)
45 yajl-ruby (~> 1.1.0)
46 rb-fsevent (0.9.3)
47 rb-inotify (0.9.2)
48 ffi (>= 0.5.0)
49 rb-kqueue (0.2.0)
50 ffi (>= 0.5.0)
51 redcarpet (2.3.0)
52 safe_yaml (0.9.7)
53 sass (3.2.12) 16 sass (3.2.12)
54 syntax (1.0.0)
55 thor (0.18.1) 17 thor (0.18.1)
56 yajl-ruby (1.1.0)
57 18
58 PLATFORMS 19 PLATFORMS
59 ruby 20 ruby
60 21
61 DEPENDENCIES 22 DEPENDENCIES
62 compass 23 compass
63 compass_twitter_bootstrap (~> 2.0.3) 24 compass_twitter_bootstrap (~> 2.0.3)
64 foreman 25 foreman
65 jekyll
66 kramdown
67 pygments.rb
OLDNEW
« no previous file with comments | « Gemfile ('k') | Procfile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698