Commit 5a86019a971fcc4abf25dd72ed36f7478877d8de

Authored by Nathan Broadbent
1 parent cd669c08
Exists in master and in 1 other branch production

Added note to Gemfile about Hoiio gem

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
@@ -44,6 +44,7 @@ gem 'octokit', '~> 1.0.0' @@ -44,6 +44,7 @@ gem 'octokit', '~> 1.0.0'
44 gem 'campy' 44 gem 'campy'
45 # Hipchat 45 # Hipchat
46 gem 'hipchat' 46 gem 'hipchat'
  47 +# Hoiio (SMS)
47 gem 'hoi' 48 gem 'hoi'
48 49
49 # Authentication 50 # Authentication
@@ -101,4 +102,4 @@ group :assets do @@ -101,4 +102,4 @@ group :assets do
101 gem 'uglifier', '>= 1.0.3' 102 gem 'uglifier', '>= 1.0.3'
102 end 103 end
103 104
104 -gem 'turbo-sprockets-rails3'  
105 \ No newline at end of file 105 \ No newline at end of file
  106 +gem 'turbo-sprockets-rails3'