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

Side by Side Diff: Gemfile.lock

Issue 85333007: Begin the redesign process, starting with the navbar. (Closed) Base URL: git@github.com:dart-lang/pub-dartlang.git@master
Patch Set: Code review updates. Created 7 years 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 bootstrap-sass (3.0.2.1)
5 sass (~> 3.2)
4 chunky_png (1.2.9) 6 chunky_png (1.2.9)
5 classifier (1.3.3) 7 classifier (1.3.3)
6 fast-stemmer (>= 1.0.0) 8 fast-stemmer (>= 1.0.0)
7 colorator (0.1) 9 colorator (0.1)
8 commander (4.1.5) 10 commander (4.1.5)
9 highline (~> 1.6.11) 11 highline (~> 1.6.11)
10 compass (0.12.2) 12 compass (0.12.2)
11 chunky_png (~> 1.2) 13 chunky_png (~> 1.2)
12 fssm (>= 0.2.7) 14 fssm (>= 0.2.7)
13 sass (~> 3.1) 15 sass (~> 3.1)
14 compass_twitter_bootstrap (2.0.3)
15 compass
16 dotenv (0.9.0) 16 dotenv (0.9.0)
17 fast-stemmer (1.0.2) 17 fast-stemmer (1.0.2)
18 ffi (1.9.3) 18 ffi (1.9.3)
19 foreman (0.63.0) 19 foreman (0.63.0)
20 dotenv (>= 0.7) 20 dotenv (>= 0.7)
21 thor (>= 0.13.6) 21 thor (>= 0.13.6)
22 fssm (0.2.10) 22 fssm (0.2.10)
23 highline (1.6.20) 23 highline (1.6.20)
24 jekyll (1.3.0) 24 jekyll (1.3.0)
25 classifier (~> 1.3) 25 classifier (~> 1.3)
(...skipping 26 matching lines...) Expand all
52 safe_yaml (0.9.7) 52 safe_yaml (0.9.7)
53 sass (3.2.12) 53 sass (3.2.12)
54 syntax (1.0.0) 54 syntax (1.0.0)
55 thor (0.18.1) 55 thor (0.18.1)
56 yajl-ruby (1.1.0) 56 yajl-ruby (1.1.0)
57 57
58 PLATFORMS 58 PLATFORMS
59 ruby 59 ruby
60 60
61 DEPENDENCIES 61 DEPENDENCIES
62 bootstrap-sass
62 compass 63 compass
63 compass_twitter_bootstrap (~> 2.0.3)
64 foreman 64 foreman
65 jekyll 65 jekyll
66 kramdown 66 kramdown
67 pygments.rb 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