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