Skip to content

Commit

Permalink
update to rails 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
emiddleton committed Aug 3, 2009
1 parent 14186cd commit 19b3c4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/environment.rb
Expand Up @@ -4,7 +4,7 @@
# (Use only when you can't set environment variables through your web/app server)
# ENV['RAILS_ENV'] = 'production'

RAILS_GEM_VERSION = '2.3.2' unless defined? RAILS_GEM_VERSION
RAILS_GEM_VERSION = '2.3.3' unless defined? RAILS_GEM_VERSION

# Bootstrap the Rails environment, frameworks, and default configuration
require File.join(File.dirname(__FILE__), 'boot')
Expand Down
2 changes: 1 addition & 1 deletion lib/tasks/release.rake
Expand Up @@ -30,7 +30,7 @@ spec = Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.executables = ['typo']

s.add_dependency("rails", "= 2.3.2")
s.add_dependency("rails", "= 2.3.3")
s.add_dependency("rails-app-installer", ">= 0.2.0")
s.add_dependency("ruby-debug", ">= 0.10.3")
s.add_dependency("flexmock", ">= 0.8.3")
Expand Down

0 comments on commit 19b3c4e

Please sign in to comment.