Skip to content

Commit

Permalink
removing junk
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Shueh committed Oct 29, 2013
1 parent e1b56ac commit 93a9237
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,8 @@ end

require File.expand_path("../config/canvas_rails3", __FILE__)

if CANVAS_RAILS3
# 3.0.20 is transitional, we will be on 3.2.x before support is complete
# that's also why some gems below have to be downgraded, 3.0.20 relies on old versions of some gems
# just to be clear, Canvas is NOT READY to run under Rails 3 in production
gem 'rails', '3.0.20'
gem 'authlogic', '3.2.0'
else
# If you have a license to rails lts, you can create a vendor/plugins/*/RAILS_LTS yaml file
# with the Gemfile `gem` command to use (pointing to the private repo with your username/password).
# Otherwise, the free community version of rails lts will be used.
lts_file = Dir.glob(File.expand_path("../vendor/plugins/*/RAILS_LTS", __FILE__)).first
if lts_file
eval(File.read(lts_file))
else
gem 'rails', :git => 'https://github.com/makandra/rails.git', :branch => '2-3-lts', :ref => 'e86daf8ff727d5efc0040c876ba00c9444a5d915'
end
gem 'authlogic', '2.1.3'
end
gem 'rails', '3.0.20'
gem 'authlogic', '3.2.0'

gem "aws-sdk", '1.8.3.1'
gem 'barby', '0.5.0'
Expand Down

0 comments on commit 93a9237

Please sign in to comment.