Sha256: 1f8caf69733dab9d5fd80f604c52ecaed4c4da743871a52bdfb304d7de11d961

Contents?: true

Size: 753 Bytes

Versions: 3

Compression:

Stored size: 753 Bytes

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 @options[:database] %>
# Include pg gem if you are using ActiveRecord, remove if you are not
gem "pg", "~> 0.21"
<% end %>
gem "mimemagic"

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]
  gem 'shotgun'
  gem 'rack'
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
  gem 'launchy'
  gem 'capybara'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jets-0.8.18 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-0.8.17 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-0.8.15 lib/jets/commands/templates/skeleton/Gemfile.tt