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
Gemfile
... ... @@ -44,6 +44,7 @@ gem 'octokit', '~> 1.0.0'
44 44 gem 'campy'
45 45 # Hipchat
46 46 gem 'hipchat'
  47 +# Hoiio (SMS)
47 48 gem 'hoi'
48 49  
49 50 # Authentication
... ... @@ -101,4 +102,4 @@ group :assets do
101 102 gem 'uglifier', '>= 1.0.3'
102 103 end
103 104  
104   -gem 'turbo-sprockets-rails3'
105 105 \ No newline at end of file
  106 +gem 'turbo-sprockets-rails3'
... ...