Skip to content

Commit 0d26dba

Browse files
committed
:thumbsup
1 parent f760f6e commit 0d26dba

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

Gemfile.lock

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ GEM
104104
nokogiri (~> 1.6.0)
105105
ruby_parser (~> 3.5)
106106
i18n (0.7.0)
107-
jbuilder (2.4.0)
108-
activesupport (>= 3.0.0, < 5.1)
109-
multi_json (~> 1.2)
110107
jquery-rails (4.1.0)
111108
rails-dom-testing (~> 1.0)
112109
railties (>= 4.2.0)
@@ -128,7 +125,6 @@ GEM
128125
mini_magick (4.4.0)
129126
mini_portile2 (2.0.0)
130127
minitest (5.8.4)
131-
multi_json (1.11.2)
132128
nokogiri (1.6.7.2)
133129
mini_portile2 (~> 2.0.0.rc2)
134130
pg (0.18.4)
@@ -173,8 +169,6 @@ GEM
173169
rake (>= 0.8.7)
174170
thor (>= 0.18.1, < 2.0)
175171
rake (10.5.0)
176-
rdoc (4.2.1)
177-
json (~> 1.4)
178172
react-rails (1.3.1)
179173
babel-transpiler (>= 0.7.0)
180174
coffee-script-source (~> 1.8)
@@ -210,9 +204,6 @@ GEM
210204
sprockets (>= 2.8, < 4.0)
211205
sprockets-rails (>= 2.0, < 4.0)
212206
tilt (>= 1.1, < 3)
213-
sdoc (0.4.1)
214-
json (~> 1.7, >= 1.7.7)
215-
rdoc (~> 4.0)
216207
sequel (4.27.0)
217208
sexp_processor (4.6.0)
218209
spring (1.6.2)
@@ -257,7 +248,6 @@ DEPENDENCIES
257248
friendly_id
258249
github-markup
259250
haml-rails
260-
jbuilder (~> 2.0)
261251
jquery-rails
262252
kaminari
263253
kramdown
@@ -274,7 +264,6 @@ DEPENDENCIES
274264
redis
275265
rspec-rails
276266
sass-rails (~> 5.0)
277-
sdoc (~> 0.4.0)
278267
sequel
279268
spring
280269
turbolinks

app/assets/stylesheets/application.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ a.no-hover {
143143
text-decoration: none;
144144
}
145145
}
146+
146147
header {
147148
background-color: #fff;
148149
}

0 commit comments

Comments
 (0)