Skip to content

Commit

Permalink
Remove config.gem statements! [#53]
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed Sep 2, 2011
1 parent f0b05d0 commit dc92054
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 27 deletions.
10 changes: 1 addition & 9 deletions config/environment.rb
Expand Up @@ -65,15 +65,7 @@
# Make Active Record use UTC-base instead of local time
# config.active_record.default_timezone = :utc

# Gem versions can go here.
config.gem 'haml', :version => '= 2.1.0'
config.gem 'GeoRuby', :lib => 'geo_ruby'

config.gem 'fast_gettext', :lib => 'fast_gettext'

config.gem 'rdiscount', :version => '>= 1.2.11'

config.gem 'authlogic', :version => '>= 2.1.2'
# No more config.gem; we're using Bundler now!

# Set app to Eastern time for now -- we'll have configurable time zones soon enough
config.time_zone = 'Eastern Time (US & Canada)'
Expand Down
7 changes: 1 addition & 6 deletions config/environments/cucumber.rb
Expand Up @@ -15,9 +15,4 @@
# ActionMailer::Base.deliveries array.
config.action_mailer.delivery_method = :test

config.gem 'cucumber', :lib => false, :version => '>=0.3.104' unless File.directory?(File.join(Rails.root, 'vendor/plugins/cucumber'))
config.gem 'webrat', :lib => false, :version => '>=0.5.0' unless File.directory?(File.join(Rails.root, 'vendor/plugins/webrat'))
config.gem 'rspec', :lib => false, :version => '>=1.2.8' unless File.directory?(File.join(Rails.root, 'vendor/plugins/rspec'))
config.gem 'rspec-rails', :lib => false, :version => '>=1.2.7.1' unless File.directory?(File.join(Rails.root, 'vendor/plugins/rspec-rails'))

config.gem 'ffaker'
# No more config.gem; we're using Bundler now!
3 changes: 0 additions & 3 deletions config/environments/development.rb
Expand Up @@ -15,6 +15,3 @@

# Don't care if the mailer can't send
config.action_mailer.raise_delivery_errors = false

# Only for creating po/mo files
config.gem "gettext", :lib => false, :version => '>=1.9.3'
10 changes: 1 addition & 9 deletions config/environments/test.rb
Expand Up @@ -21,12 +21,4 @@
# ActionMailer::Base.deliveries array.
config.action_mailer.delivery_method = :test

# Cucumber dependencies.
config.gem "rspec", :lib => false, :version => ">=1.3.0"
config.gem "rspec-rails", :lib => false, :version => ">=1.3.2"
config.gem "webrat", :lib => false, :version => ">=0.4.3"
config.gem "cucumber", :lib => false, :version => ">=0.2.2"

# For Machinist...
config.gem 'machinist', :version => ">=1.0.3"
config.gem 'ffaker'
# No more config.gem; we're using Bundler now!

0 comments on commit dc92054

Please sign in to comment.