Project

General

Profile

« Previous | Next » 

Revision 9528

Merged rails-3.2 branch.

View differences:

Gemfile
1
source :rubygems
1
source 'http://rubygems.org'
2 2

  
3
gem "rails", "2.3.14"
4
gem "i18n", "~> 0.4.2"
3
gem 'rails', '3.2.3'
4
gem 'prototype-rails', '3.2.1'
5
gem "i18n", "~> 0.6.0"
5 6
gem "coderay", "~> 1.0.6"
6 7
gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
7 8
gem "tzinfo", "~> 0.3.31"
9
gem "builder"
8 10

  
9 11
# Optional gem for LDAP authentication
10 12
group :ldap do
......
14 16
# Optional gem for OpenID authentication
15 17
group :openid do
16 18
  gem "ruby-openid", "~> 2.1.4", :require => "openid"
19
  gem "rack-openid"
17 20
end
18 21

  
19 22
# Optional gem for exporting the gantt to a PNG file, not supported with jruby
......
45 48

  
46 49
platforms :mri_19, :mingw_19 do
47 50
  group :mysql do
48
    gem "mysql2", "~> 0.2.7"
51
    gem "mysql2", "~> 0.3.11"
49 52
  end
50 53
end
51 54

  
......
69 72
  gem "rdoc", ">= 2.4.2"
70 73
end
71 74

  
75

  
72 76
group :test do
73
  gem "shoulda", "~> 2.10.3"
77
  gem "shoulda"
74 78
  gem "mocha"
75 79
end
76 80

  

Also available in: Unified diff