Sha256: a5408a258df54793564666052052b8c7e795ea6af6a84da7f4fcf3dbb91784e5

Contents?: true

Size: 831 Bytes

Versions: 22

Compression:

Stored size: 831 Bytes

Contents

source "https://rubygems.org"

if File.exist?("dev.mode")
  gem "jets", path: "#{ENV['HOME']}/environment/jets"
else
  gem "jets", git: "https://github.com/tongueroo/jets.git", submodules: true
end

<% 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"

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

22 entries across 22 versions & 1 rubygems

Version Path
jets-0.8.0 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-0.7.1 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-0.7.0 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-0.6.9 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-0.6.8 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-0.6.7 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-0.6.6 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-0.6.5 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-0.6.4 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-0.6.3 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-0.6.2 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-0.6.1 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-0.6.0 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-0.5.8 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-0.5.7 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-0.5.6 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-0.5.5 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-0.5.4 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-0.5.3 lib/jets/commands/templates/skeleton/Gemfile.tt
jets-0.5.2 lib/jets/commands/templates/skeleton/Gemfile.tt