Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source 'https://rubygems.org'
gem 'bundler', '1.8.0'
gem 'bundler', '1.8.3'
gem 'fakes3', '0.1.7'
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"compression": "1.4.1",
"connect-mongo": "0.7.0",
"cookie-parser": "1.3.4",
"express": "4.12.0",
"express": "4.12.1",
"express-minify": "0.1.3",
"express-session": "1.10.3",
"font-awesome": "4.3.0",
Expand All @@ -26,7 +26,7 @@
"marked": "0.3.3",
"method-override": "2.3.1",
"moment": "2.9.0",
"mongoose": "3.8.23",
"mongoose": "3.8.24",
"morgan": "1.5.1",
"mu2": "0.5.20",
"octicons": "git://github.com/github/octicons.git#681229f",
Expand Down
2 changes: 1 addition & 1 deletion views/includes/headerReminders.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="reminders">
<div class="alert alert-info alert-dismissible small fade in" role="alert">
<div class="alert alert-warning alert-dismissible small fade in" role="alert">
<button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
<p><i class="fa fa-fw fa-exclamation-triangle"></i> <b>REMINDER:</b> Don't miss out reading the <a class="alert-link" href="/announcements/Google_Authentication_Deprecation">Google Authentication Deprecation</a> with migration announcement.</p>
</div>
Expand Down