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