Sha256: a9869a52260c5a3bd4f171e224544f593c3ad4e3290b83c4a634572d0caff774
Contents?: true
Size: 847 Bytes
Versions: 6
Compression:
Stored size: 847 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" 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
6 entries across 6 versions & 1 rubygems