Created
November 6, 2010 10:25
-
-
Save millisami/665329 to your computer and use it in GitHub Desktop.
Gemfile for rails3 on google app engine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Critical default settings: | |
disable_system_gems | |
disable_rubygems | |
bundle_path '.gems/bundler_gems' | |
# List gems to bundle here: | |
gem 'rails', :path => '~/gitcodes/rails' | |
gem "rack", '1.0.1', | |
:git => 'git://github.com/rack/rack.git', | |
:ref => '4cc6af9b4f0b633b076f27d3a76bf86ebf9fe64e' | |
gem 'i18n' | |
gem 'tmail' | |
gem 'rails_dm_datastore' | |
gem 'activerecord-nulldb-adapter' | |
####################################### | |
# # | |
# You should be running Rails 2.3.5 # | |
# # | |
# http://rails-depot.appspot.com/ # | |
# # | |
####################################### |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment