Commit 8e1cd3f77f5011a2b908ef7fe963448c20a02b6e
1 parent
3a5bb313
Exists in
master
and in
29 other branches
rails3: add rails_autolink to gemfile
Showing
2 changed files
with
4 additions
and
0 deletions
Show diff stats
Gemfile
@@ -4,6 +4,7 @@ gem 'fast_gettext' | @@ -4,6 +4,7 @@ gem 'fast_gettext' | ||
4 | gem 'acts-as-taggable-on' | 4 | gem 'acts-as-taggable-on' |
5 | gem 'prototype-rails' | 5 | gem 'prototype-rails' |
6 | gem 'prototype_legacy_helper', '0.0.0', :git => 'http://git.github.com/rails/prototype_legacy_helper.git' | 6 | gem 'prototype_legacy_helper', '0.0.0', :git => 'http://git.github.com/rails/prototype_legacy_helper.git' |
7 | +gem 'rails_autolink' | ||
7 | 8 | ||
8 | # TODO needs a rebuild diff-lcs wrt wheezy | 9 | # TODO needs a rebuild diff-lcs wrt wheezy |
9 | 10 |
Gemfile.lock
@@ -67,6 +67,8 @@ GEM | @@ -67,6 +67,8 @@ GEM | ||
67 | activesupport (= 3.2.6) | 67 | activesupport (= 3.2.6) |
68 | bundler (~> 1.0) | 68 | bundler (~> 1.0) |
69 | railties (= 3.2.6) | 69 | railties (= 3.2.6) |
70 | + rails_autolink (1.1.5) | ||
71 | + rails (> 3.1) | ||
70 | railties (3.2.6) | 72 | railties (3.2.6) |
71 | actionpack (= 3.2.6) | 73 | actionpack (= 3.2.6) |
72 | activesupport (= 3.2.6) | 74 | activesupport (= 3.2.6) |
@@ -97,4 +99,5 @@ DEPENDENCIES | @@ -97,4 +99,5 @@ DEPENDENCIES | ||
97 | prototype-rails | 99 | prototype-rails |
98 | prototype_legacy_helper (= 0.0.0)! | 100 | prototype_legacy_helper (= 0.0.0)! |
99 | rails | 101 | rails |
102 | + rails_autolink | ||
100 | rake | 103 | rake |