Sha256: 81ce80f598603c033229bdc5cc0c2757ea91d6df096b30d4bc9c2f79781b589f

Contents?: true

Size: 1.57 KB

Versions: 7

Compression:

Stored size: 1.57 KB

Contents

source 'https://rubygems.org'

<% gemfile_entries.each do |gem| -%>
<% if gem.comment -%>

# <%= gem.comment %>
<% end -%>
<%= gem.commented_out ? '# ' : '' %>gem '<%= gem.name %>'<%= %(, '#{gem.version}') if gem.version -%>
<% if gem.options.any? -%>
, <%= gem.options.map { |k,v|
  "#{k}: #{v.inspect}" }.join(', ') %>
<% end -%>
<% end -%>

# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'

# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development

<%- if options.api? -%>
# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
# gem 'rack-cors'

<%- end -%>
<% if RUBY_ENGINE == 'ruby' -%>
group :development, :test do
  # Call 'byebug' anywhere in the code to stop execution and get a debugger console
  gem 'byebug', platform: :mri
end

group :development do
<%- unless options.api? -%>
  # Access an IRB console on exception pages or by using <%%= console %> anywhere in the code.
  <%- if options.dev? || options.edge? -%>
  gem 'web-console', github: 'rails/web-console'
  <%- else -%>
  gem 'web-console'
  <%- end -%>
<%- end -%>
<% if depend_on_listen? -%>
  gem 'listen', '~> 3.0.5'
<% end -%>
<% if spring_install? -%>
  # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
  gem 'spring'
<% if depend_on_listen? -%>
  gem 'spring-watcher-listen', '~> 2.0.0'
<% end -%>
<% end -%>
end
<% end -%>

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
abaci-0.3.0 vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/Gemfile
railties-5.0.0.1 lib/rails/generators/rails/app/templates/Gemfile
railties-5.0.0 lib/rails/generators/rails/app/templates/Gemfile
railties-5.0.0.rc2 lib/rails/generators/rails/app/templates/Gemfile
railties-5.0.0.racecar1 lib/rails/generators/rails/app/templates/Gemfile
railties-5.0.0.rc1 lib/rails/generators/rails/app/templates/Gemfile
railties-5.0.0.beta4 lib/rails/generators/rails/app/templates/Gemfile