Commit 97b7ed95c4f37e02d3e6e79099ed8b91577212da

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

Added rails_autolink gem

Showing 2 changed files with 4 additions and 0 deletions   Show diff stats
@@ -22,6 +22,7 @@ gem 'actionmailer_inline_css', "~> 1.3.0" @@ -22,6 +22,7 @@ gem 'actionmailer_inline_css', "~> 1.3.0"
22 gem 'kaminari' 22 gem 'kaminari'
23 gem 'rack-ssl-enforcer' 23 gem 'rack-ssl-enforcer'
24 gem 'fabrication', "~> 1.3.0" # Both for tests, and loading demo data 24 gem 'fabrication', "~> 1.3.0" # Both for tests, and loading demo data
  25 +gem 'rails_autolink', '~> 1.0.9'
25 26
26 platform :ruby do 27 platform :ruby do
27 gem 'mongo', '= 1.3.1' 28 gem 'mongo', '= 1.3.1'
@@ -145,6 +145,8 @@ GEM @@ -145,6 +145,8 @@ GEM
145 activesupport (= 3.2.3) 145 activesupport (= 3.2.3)
146 bundler (~> 1.0) 146 bundler (~> 1.0)
147 railties (= 3.2.3) 147 railties (= 3.2.3)
  148 + rails_autolink (1.0.9)
  149 + rails (~> 3.1)
148 railties (3.2.3) 150 railties (3.2.3)
149 actionpack (= 3.2.3) 151 actionpack (= 3.2.3)
150 activesupport (= 3.2.3) 152 activesupport (= 3.2.3)
@@ -230,6 +232,7 @@ DEPENDENCIES @@ -230,6 +232,7 @@ DEPENDENCIES
230 pivotal-tracker 232 pivotal-tracker
231 rack-ssl-enforcer 233 rack-ssl-enforcer
232 rails (~> 3.2.0) 234 rails (~> 3.2.0)
  235 + rails_autolink (~> 1.0.9)
233 ri_cal 236 ri_cal
234 rspec (~> 2.6) 237 rspec (~> 2.6)
235 rspec-rails (~> 2.6) 238 rspec-rails (~> 2.6)