Sha256: b455c471be4395766679147218b7f79f152564623b374db5a1b93f41f1146208

Contents?: true

Size: 1.01 KB

Versions: 60

Compression:

Stored size: 1.01 KB

Contents

source "https://rubygems.org"

gem "jets"

<% if @webpacker -%>
# Include webpacker if you are you are building html pages
gem "webpacker", git: "https://github.com/tongueroo/webpacker.git", branch: "jets"
<% end -%>
<% if @database == 'postgresql' %>
# Include pg gem if you are using ActiveRecord, remove if you are not
gem "pg", "~> 1.1.3"
<% elsif @database == 'mysql' %>
# Include mysql2 gem if you are using ActiveRecord, remove if you are not
gem "mysql2", "~> 0.5.2"
<% end %>
<% unless options[:mode] == 'job' -%>
gem "dynomite"
<% end -%>

group :development, :test do
  # Call 'byebug' anywhere in the code to stop execution and get a debugger console
  gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
<% unless options[:mode] == 'job' -%>
  gem 'shotgun'
  gem 'rack'
<% end -%>
end

group :test do
  gem 'rspec' # rspec test group only or we get the "irb: warn: can't alias context from irb_context warning" when starting jets console
<% unless options[:mode] == 'job' -%>
  gem 'launchy'
  gem 'capybara'
<% end -%>
end

Version data entries

60 entries across 60 versions & 2 rubygems

Version Path
jets-1.9.3 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-1.9.2 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-1.9.1 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-1.9.0 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-1.8.14 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-1.8.13 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-1.8.12 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-1.8.11 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-1.8.10 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-1.8.9 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-1.8.8 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-1.8.7 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-1.8.6 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-1.8.5 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-1.8.4 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-1.8.3 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-1.8.2 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-1.8.1 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-1.8.0 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-1.7.2 lib/jets/commands/templates/skeleton/Gemfile.tt