Sha256: 3b4d82a2ef174c6311f0cf434548fc2e4087d1c33a18d40865be7ec9309028f9

Contents?: true

Size: 691 Bytes

Versions: 7

Compression:

Stored size: 691 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 -%>
# Include pg gem if you are using ActiveRecord
gem "pg", "~> 0.21"
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

7 entries across 7 versions & 1 rubygems

Version Path
jets-0.8.14 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-0.8.13 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-0.8.12 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-0.8.11 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-0.8.10 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-0.8.9 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-0.8.8 lib/jets/commands/templates/skeleton/Gemfile.tt