Sha256: f580f24a03881f51e670bf976fc065e0ce010e7416752292ae4c9855ac569caf

Contents?: true

Size: 1.4 KB

Versions: 29

Compression:

Stored size: 1.4 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 Unicorn as the app server
# gem 'unicorn'

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

<% unless defined?(JRUBY_VERSION) -%>
group :development, :test do
  <%- if RUBY_VERSION < '2.0.0' -%>
  # Call 'debugger' anywhere in the code to stop execution and get a debugger console
  gem 'debugger'
  <%- else -%>
  # Call 'byebug' anywhere in the code to stop execution and get a debugger console
  gem 'byebug'
  <%- end -%>
end

group :development do
  # Access an IRB console on exception pages or by using <%%= console %> in views
  gem 'web-console', '~> 2.0'
<%- if spring_install? %>
  # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
  gem 'spring'
<% end -%>
end
<% end -%>

<% if RUBY_PLATFORM.match(/bccwin|cygwin|emx|mingw|mswin|wince|java/) -%>
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
<% end -%>

Version data entries

29 entries across 29 versions & 5 rubygems

Version Path
railties-4.2.11.3 lib/rails/generators/rails/app/templates/Gemfile
railties-4.2.11.2 lib/rails/generators/rails/app/templates/Gemfile
railties-4.2.11.1 lib/rails/generators/rails/app/templates/Gemfile
railties-4.2.11 lib/rails/generators/rails/app/templates/Gemfile
railties-4.2.10 lib/rails/generators/rails/app/templates/Gemfile
railties-4.2.10.rc1 lib/rails/generators/rails/app/templates/Gemfile
railties-4.2.9 lib/rails/generators/rails/app/templates/Gemfile
railties-4.2.9.rc2 lib/rails/generators/rails/app/templates/Gemfile
railties-4.2.9.rc1 lib/rails/generators/rails/app/templates/Gemfile
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/railties-4.2.8/lib/rails/generators/rails/app/templates/Gemfile
railties-4.2.8 lib/rails/generators/rails/app/templates/Gemfile
railties-4.2.8.rc1 lib/rails/generators/rails/app/templates/Gemfile
railties-4.2.7.1 lib/rails/generators/rails/app/templates/Gemfile
railties-4.2.7 lib/rails/generators/rails/app/templates/Gemfile
railties-4.2.7.rc1 lib/rails/generators/rails/app/templates/Gemfile
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/generators/rails/app/templates/Gemfile
railties-4.2.6 lib/rails/generators/rails/app/templates/Gemfile
railties-4.2.6.rc1 lib/rails/generators/rails/app/templates/Gemfile
railties-4.2.5.2 lib/rails/generators/rails/app/templates/Gemfile
railties-4.2.5.1 lib/rails/generators/rails/app/templates/Gemfile