Skip to content

Commit

Permalink
Latest Ruby (2.3.8).
Browse files Browse the repository at this point in the history
  • Loading branch information
matiaskorhonen committed May 25, 2010
1 parent b3d93fb commit 43442dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/environment.rb
Expand Up @@ -5,7 +5,7 @@
# ENV['RAILS_ENV'] ||= 'production'

# Specifies gem version of Rails to use when vendor/rails is not present
RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION
RAILS_GEM_VERSION = '2.3.8' unless defined? RAILS_GEM_VERSION

# Bootstrap the Rails environment, frameworks, and default configuration
require File.join(File.dirname(__FILE__), 'boot')
Expand Down Expand Up @@ -33,6 +33,8 @@
config.gem "coderay"
config.gem "redclothcoderay"
config.gem "sysinfo"
config.gem "erubis"
config.gem "paperclip"

# Only load the plugins named here, in the order given. By default, all plugins
# in vendor/plugins are loaded in alphabetical order.
Expand Down

0 comments on commit 43442dc

Please sign in to comment.