Skip to content

Commit b545faa

Browse files
committed
Merge pull request #592 from Martii/someDepUpdates
Some dep updates Auto-merge
2 parents 3aff733 + c8b6c66 commit b545faa

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source 'https://rubygems.org'
2-
gem 'bundler', '1.8.0'
2+
gem 'bundler', '1.8.3'
33
gem 'fakes3', '0.1.7'

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"compression": "1.4.1",
1414
"connect-mongo": "0.7.0",
1515
"cookie-parser": "1.3.4",
16-
"express": "4.12.0",
16+
"express": "4.12.1",
1717
"express-minify": "0.1.3",
1818
"express-session": "1.10.3",
1919
"font-awesome": "4.3.0",
@@ -26,7 +26,7 @@
2626
"marked": "0.3.3",
2727
"method-override": "2.3.1",
2828
"moment": "2.9.0",
29-
"mongoose": "3.8.23",
29+
"mongoose": "3.8.24",
3030
"morgan": "1.5.1",
3131
"mu2": "0.5.20",
3232
"octicons": "git://github.com/github/octicons.git#681229f",

views/includes/headerReminders.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="reminders">
2-
<div class="alert alert-info alert-dismissible small fade in" role="alert">
2+
<div class="alert alert-warning alert-dismissible small fade in" role="alert">
33
<button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
44
<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>
55
</div>

0 commit comments

Comments
 (0)