Skip to content

Commit

Permalink
requires rails 3.0
Browse files Browse the repository at this point in the history
* updating gems accordingly
  • Loading branch information
ulferts authored and apfelfabrik committed Jul 31, 2012
1 parent 156342e commit 5660f65
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Gemfile
@@ -1,14 +1,15 @@
source :rubygems

gem "rails", "2.3.14"
gem "rails", "~> 3.0.15"

gem "coderay", "~> 0.9.7"
gem "i18n", "~> 0.4.2"
gem "i18n", "~> 0.5.0"
gem "rubytree", "~> 0.5.2", :require => 'tree'
gem "rdoc", ">= 2.4.2"
# Needed only on RUBY_VERSION = 1.8, ruby 1.9+ compatible interpreters should bring their csv
gem "fastercsv", "~> 1.5.0", :platforms => [:ruby_18, :jruby, :mingw_18]
gem 'delayed_job', "~>2.0.4"
gem 'globalize3', :require => 'globalize'
gem "delayed_job", "~> 3.0.3"

group :test do
gem 'shoulda', '~> 2.10.3'
Expand All @@ -23,9 +24,6 @@ group :openid do
gem "ruby-openid", '~> 2.1.4', :require => 'openid'
end

group :globalize do
gem 'globalize2', :require => 'globalize'
end

group :rmagick do
gem "rmagick", ">= 1.15.17"
Expand Down

0 comments on commit 5660f65

Please sign in to comment.