Commit 006cc6f82f2fb61ab9983a354a0439cccf59c184
1 parent
94a0a227
Exists in
master
and in
22 other branches
rails3: added prototype-rails dependency
Showing
2 changed files
with
12 additions
and
0 deletions
Show diff stats
Gemfile
| ... | ... | @@ -2,6 +2,8 @@ source "https://rubygems.org" |
| 2 | 2 | gem 'rails' |
| 3 | 3 | gem 'fast_gettext' |
| 4 | 4 | gem 'acts-as-taggable-on' |
| 5 | +gem 'prototype-rails' | |
| 6 | +gem 'prototype_legacy_helper', '0.0.0', :git => 'http://git.github.com/rails/prototype_legacy_helper.git' | |
| 5 | 7 | |
| 6 | 8 | # TODO needs a rebuild diff-lcs wrt wheezy |
| 7 | 9 | ... | ... |
Gemfile.lock
| 1 | +GIT | |
| 2 | + remote: http://git.github.com/rails/prototype_legacy_helper.git | |
| 3 | + revision: a2cd95c3e3c1a4f7a9566efdab5ce59c886cb05f | |
| 4 | + specs: | |
| 5 | + prototype_legacy_helper (0.0.0) | |
| 6 | + | |
| 1 | 7 | GEM |
| 2 | 8 | remote: https://rubygems.org/ |
| 3 | 9 | specs: |
| ... | ... | @@ -44,6 +50,8 @@ GEM |
| 44 | 50 | mime-types (1.19) |
| 45 | 51 | multi_json (1.3.6) |
| 46 | 52 | polyglot (0.3.3) |
| 53 | + prototype-rails (3.2.1) | |
| 54 | + rails (~> 3.2) | |
| 47 | 55 | rack (1.4.1) |
| 48 | 56 | rack-cache (1.2) |
| 49 | 57 | rack (>= 0.4) |
| ... | ... | @@ -86,5 +94,7 @@ PLATFORMS |
| 86 | 94 | DEPENDENCIES |
| 87 | 95 | acts-as-taggable-on |
| 88 | 96 | fast_gettext |
| 97 | + prototype-rails | |
| 98 | + prototype_legacy_helper (= 0.0.0)! | |
| 89 | 99 | rails |
| 90 | 100 | rake | ... | ... |