Sha256: 2dc10fd920f28afc23adec75d92ad5e40fa7075c1f50a2bc208a29f8421e5c53

Contents?: true

Size: 1.18 KB

Versions: 26

Compression:

Stored size: 1.18 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 next line
# and config/database.yml file if you are not
gem "pg", "~> 1.1.3"
<% elsif @database == 'mysql' %>
# Include mysql2 gem if you are using ActiveRecord, remove next line
# and config/database.yml file if you are not
gem "mysql2", "~> 0.5.2"
<% end %>
<% unless options[:mode] == 'job' -%>
gem "dynomite"
<% end -%>

# development and test groups are not bundled as part of the deployment
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'
  gem 'puma'
<% 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

26 entries across 26 versions & 1 rubygems

Version Path
jets-2.3.13 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-2.3.12 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-2.3.11 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-2.3.10 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-2.3.9 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-2.3.8 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-2.3.7 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-2.3.6 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-2.3.5 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-2.3.4 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-2.3.3 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-2.3.2 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-2.3.1 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-2.3.0 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-2.2.5 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-2.2.4 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-2.2.3 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-2.2.2 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-2.2.1 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-2.2.0 lib/jets/commands/templates/skeleton/Gemfile.tt