aboutsummaryrefslogblamecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/Gemfile
blob: 910cd16950a48cb0e9d9dd34dddb9e4d118a9dfe (plain) (tree)
1
2
3
4
5
6
7
8
9
                            
 
                           
 
                              
 
                                                          
                                                
 
                           
                               
 


                                        

                               



                        
                 
                                    
 
                          
source 'http://rubygems.org'

<%= rails_gemfile_entry -%>

<%= database_gemfile_entry -%>

<%= "gem 'jruby-openssl'\n" if defined?(JRUBY_VERSION) -%>
<%= "gem 'json'\n" if RUBY_VERSION < "1.9.2" -%>

<%= assets_gemfile_entry %>
<%= javascript_gemfile_entry %>

# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'

# Use unicorn as the web server
# gem 'unicorn'

# Deploy with Capistrano
# gem 'capistrano'

# To use debugger
# <%= ruby_debugger_gemfile_entry %>

<%= turn_gemfile_entry -%>